Featured image (from slider) not show on blog

Viewing 2 posts - 1 through 2 (of 2 total)
  • #14215
    Myleene
    Participant

    Hi
    I want featured images from slider not shown on blog page. Most of us want this behaviour…
    I saw a simple way to do this :
    http://www.onedesigns.com/support/topic/hide-sticky-posts-on-all-pages-not-only-on-front-page#post-7709

    So I have to insert in my template-blog-full-width.php : [ ‘cat’ => 5, ] between [ ( ‘posts_per_page’ ), ] and [ ‘paged’ => max( 1, get_query_var( ‘paged’ ) ) ] in order to only show a cat in blog page.

    But my blog-pots categorie ID is 9 http://ama.kegtux.org/?cat=9. so i assumed i add to add [ ‘cat’ => 9, ]
    but nothing come, every posts are shown in my blog.
    Where am i wrong ?
    What can i do ?

    #14235
    Myleene
    Participant

    I’ve got it ! adding in template full wide.php
    [?php query_posts(‘cat=9’); ?]
    after
    [?php if( $wp_query->have_posts() ) : ?]

    9 is the id of my blog cat

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.