Title: sethsinner's Replies | WordPress.org

---

# sethsinner

  [  ](https://wordpress.org/support/users/sethsinner/)

 *   [Profile](https://wordpress.org/support/users/sethsinner/)
 *   [Topics Started](https://wordpress.org/support/users/sethsinner/topics/)
 *   [Replies Created](https://wordpress.org/support/users/sethsinner/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/sethsinner/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/sethsinner/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/sethsinner/engagements/)
 *   [Favorites](https://wordpress.org/support/users/sethsinner/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Video not displaying on Archives posts](https://wordpress.org/support/topic/video-not-displaying-on-archives-posts/)
 *  Thread Starter [sethsinner](https://wordpress.org/support/users/sethsinner/)
 * (@sethsinner)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/video-not-displaying-on-archives-posts/#post-1395400)
 * Forget about it, I made some more research and found the answer [here](http://wordpress.org/support/topic/319546).
   
   Simple solution, in fact. You must change “the_excerpt” to “the_content” on the
   code below, in archive.php:
 *     ```
       <div class="entry-content">
       <?php the_excerpt('Read the rest of this entry »'); ?>
       </div>
       ```
   
 * Thanks anyway, esmi.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Video not displaying on Archives posts](https://wordpress.org/support/topic/video-not-displaying-on-archives-posts/)
 *  Thread Starter [sethsinner](https://wordpress.org/support/users/sethsinner/)
 * (@sethsinner)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/video-not-displaying-on-archives-posts/#post-1395312)
 * Thanks for the quick reply, esmi.
    So, any idea of what I should look for in 
   the code? I have no clue, already tried to find out, without success.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [One category on Home page, all else on Blog page](https://wordpress.org/support/topic/one-category-on-home-page-all-else-on-blog-page/)
 *  Thread Starter [sethsinner](https://wordpress.org/support/users/sethsinner/)
 * (@sethsinner)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/one-category-on-home-page-all-else-on-blog-page/#post-1378820)
 * Well, thanks mfields, I managed to do it with a small mod on the code. I used
   this:
 *     ```
       if (is_front_page()) {
               query_posts('cat=3&showposts=1');
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [One category on Home page, all else on Blog page](https://wordpress.org/support/topic/one-category-on-home-page-all-else-on-blog-page/)
 *  Thread Starter [sethsinner](https://wordpress.org/support/users/sethsinner/)
 * (@sethsinner)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/one-category-on-home-page-all-else-on-blog-page/#post-1378534)
 * Well I have already found many solutions like this on Google, and every time 
   I try any it gives me the same result: still no posts on my Home page. But when
   I go to the Blog page, there the changes were made. I don’t know how this happens,
   but I think it has something to do with the “reading” settings, where I set Home
   as frontpage and Blog as my posts pages.
    Anyway, thanks for your help mfields.
   But I’m still looking for an answer on forums, google, etc.

Viewing 4 replies - 1 through 4 (of 4 total)