It would help if we knew the theme, a link to your blog?
Thread Starter
yozoh
(@yozoh)
Theme “tanzaku”
Here’s a link to author’s web.
It’s now being used.
http://www.tripleships.com/
hi!
tanzaku gives a tip in the ‘index.php’ template:
line 71:
<?php /* make a new query for grid items (in single page) */
$new_query_arg = 'paged='.$paged;
// use this code if you want filter items by category.
/* $arr_catID = array();
foreach( get_the_category() as $cat) $arr_catID[] = $cat->cat_ID;
if ( count($arr_catID) ) $new_query_arg .= '&cat=' . join(',', $arr_catID);
*/
query_posts($new_query_arg);
?>
change the first line with $ by those between /*
maybe this help, have a try. not tested here ’cause my website’s too new top have multiple articles and pages… tell us more !
Hi,
I think that wp-pagenavi plugin will help to solve your problem. Try this plugin once.
Thanks.
hi chinmoy ! give a link too, we’ll see more for help…
ok. tanzaku automate this. see exemple here there’s a ‘categories’ navigation using tip above.
Thread Starter
yozoh
(@yozoh)
I really appreciate your comment.
I tried using ‘wp-navi’ plugin & editing ‘index.php(line 71)’,
but it doesn’t work.
I need another advice.
Thanks.