lu_od
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Themes and Templates
In reply to: Tanzaku category querymaybe answer here
see u (really late answer, but new comer !)Forum: Themes and Templates
In reply to: more>> link in grid viewi second second option :] thx
Forum: Themes and Templates
In reply to: Rounded corners Tanzaku themereally nice tip !
see in tanzaku css:div.grid-item, div.single-item { }change in:
div.grid-item, div.single-item.rounded { border: 1px solid #ddd; -moz-border-radius: 0px 10px 0 10px; -khtml-border-radius: 0px 10px 0 10px; -webkit-border-radius: 0px 10px 0 10px; border-radius: 0px 10px 0 10px; }for exemple… (this is less rounded :])
—does not work with IE too—Forum: Themes and Templates
In reply to: Pagination Problemok. tanzaku automate this. see exemple here there’s a ‘categories’ navigation using tip above.
Forum: Themes and Templates
In reply to: Pagination Problemhi chinmoy ! give a link too, we’ll see more for help…
Forum: Themes and Templates
In reply to: tanzaku theme view in iphonemaybe you know, but you could try wptouch
this could be an alternative, see u !Forum: Themes and Templates
In reply to: Pagination Problemhi!
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 !
Viewing 7 replies - 1 through 7 (of 7 total)