Posts from specific category on presentation page

  • Author
    Posts
  • #37395
    grafica

    How to posts from specific category on presentation page?
    I tried to modify content-frontpage.php by adding a line
    “query_posts( ‘cat=33’ );”
    before
    “if ( have_posts() ) :”.
    It worked but when ‘More posts’ button is clicked, it shows same posts again.

    #37396
    grafica

    Sorry!
    O got it!
    I insert < ‘cat’=>24 > in query line

    $the_query = new WP_Query( array(‘posts_per_page’=>$nirvanas[‘nirvana_frontpostscount’],’cat’=> 24,’paged’=> $paged) );

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

The topic ‘Posts from specific category on presentation page’ is closed to new replies.