post are not showing on home page
-
i am new to wordpress
i using category__not_in to dont show these catgeory post on my home page when i add new post from diff category its shows on my home page that working fine but if i select two category one is normal category and one is restricted category it was not showing on home page but it should be show please help and sorry for my bed english
$paged = ( get_query_var(‘paged’) ) ? get_query_var(‘paged’) : 1;
query_posts( array(‘post_type’ => ‘post’, ‘paged’ => $paged, ‘category__not_in’ => array(7,8,11,14)) );
The topic ‘post are not showing on home page’ is closed to new replies.