Suggestion
-
I suggest you change
$args = array( 'numberposts' => -1, 'post_type' => $post_type );in
tako-movable-comments/tako.phpto
$args = array( 'posts_per_page' => 20, 'post_type' => $post_type, 'orderby' => 'date', 'order' => 'DESC' );for sites with lots of pages.
The topic ‘Suggestion’ is closed to new replies.