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.