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 ?
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