Update was made due to an error with pagination. Anyone that has downloaded a theme before please update it to a new version by downloading it here or change the buggy code:
File: includes/defaultlayout.php
Old code:
$page = (get_query_var(‘paged’)) ? get_query_var(‘paged’) : 1;
$the_query = new WP_Query(‘cat=-’. $ex_feat . ‘,-’ . $ex_vid . ‘,-’ . $ex_aside . ‘&showposts=’ . $showposts . ‘&orderby=post_date&order=desc’);
while ($the_query->have_posts()) : $the_query->the_post(); $do_not_duplicate = $post->ID;
New code:
$page = (get_query_var(‘paged’)) ? get_query_var(‘paged’) : 1;
$the_query = new WP_Query(‘cat=-’. $ex_feat . ‘,-’ . $ex_vid . ‘&showposts=’ . $showposts . ‘&orderby=post_date&paged=’ . $page .’&order=desc’);
while ($the_query->have_posts()) : $the_query->the_post(); $do_not_duplicate = $post->ID;

4 Responses to “Mauris Semper, Velit Semper Laoreet Dictum”
valter
3 years ago
hey man.
already update the version and tried to fix the bug but the older post always show first.. whats wrong?
Test
2 years ago
Test Post
valter
3 years ago
sorry man, im so stupid. some plugin cause it.
btw.. this is one of the best theme on internte.
take care man.
Željan Topić
3 years ago
You’re not stupid, it happens to all of us, cheers;)