Page/2/ not working on static page
-
hey guys. Im new to the wordpress so sorry if something will sound silly to you. Im haveing trouble with my custom theme. Everytime i try to navigate to 2nd (or third or whatever) page, it is still the same first page. However this is happening only on my home page (which is a static page). I have tried many forums but nothing seems to work for me. Here is a query from my index.php (Im not even sure if it is the right part of code).
$args = array( 'paged' => $paged, 'tax_query' => array( array( 'taxonomy' => 'post_format', 'field' => 'slug', 'terms' => $filterformats, 'operator' => 'NOT IN' ) ) ); query_posts( $args ); */ if (have_posts()) : while (have_posts()) : the_post();Hope you can help me
Greedings from Slovakia
(also sorry for bad english 😉 )
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Page/2/ not working on static page’ is closed to new replies.