Title: lu_od's Replies | WordPress.org

---

# lu_od

  [  ](https://wordpress.org/support/users/lu_od/)

 *   [Profile](https://wordpress.org/support/users/lu_od/)
 *   [Topics Started](https://wordpress.org/support/users/lu_od/topics/)
 *   [Replies Created](https://wordpress.org/support/users/lu_od/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/lu_od/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/lu_od/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/lu_od/engagements/)
 *   [Favorites](https://wordpress.org/support/users/lu_od/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Tanzaku category query](https://wordpress.org/support/topic/tanzaku-category-query/)
 *  [lu_od](https://wordpress.org/support/users/lu_od/)
 * (@lu_od)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/tanzaku-category-query/#post-1480216)
 * maybe answer [here](http://wordpress.org/support/topic/408574?replies=9#post-1552780)
   
   see u (really late answer, but new comer !)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [more>> link in grid view](https://wordpress.org/support/topic/moregtgt-link-in-grid-view/)
 *  [lu_od](https://wordpress.org/support/users/lu_od/)
 * (@lu_od)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/moregtgt-link-in-grid-view/#post-1533534)
 * i second second option :] thx
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Rounded corners Tanzaku theme](https://wordpress.org/support/topic/rounded-corners-1/)
 *  [lu_od](https://wordpress.org/support/users/lu_od/)
 * (@lu_od)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/rounded-corners-1/#post-1502381)
 * really 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](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Pagination Problem](https://wordpress.org/support/topic/page-number-problem/)
 *  [lu_od](https://wordpress.org/support/users/lu_od/)
 * (@lu_od)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/page-number-problem/#post-1529746)
 * ok. tanzaku automate this. see exemple [here](http://www.neofuturism.net/category/interactive/)
   there’s a ‘categories’ navigation using tip above.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Pagination Problem](https://wordpress.org/support/topic/page-number-problem/)
 *  [lu_od](https://wordpress.org/support/users/lu_od/)
 * (@lu_od)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/page-number-problem/#post-1529743)
 * hi chinmoy ! give a link too, we’ll see more for help…
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [tanzaku theme view in iphone](https://wordpress.org/support/topic/tanzaku-theme-view-in-iphone/)
 *  [lu_od](https://wordpress.org/support/users/lu_od/)
 * (@lu_od)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/tanzaku-theme-view-in-iphone/#post-1510790)
 * maybe you know, but you could try [wptouch](http://www.bravenewcode.com/products/wptouch-pro/)
   
   this could be an alternative, see u !
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Pagination Problem](https://wordpress.org/support/topic/page-number-problem/)
 *  [lu_od](https://wordpress.org/support/users/lu_od/)
 * (@lu_od)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/page-number-problem/#post-1529741)
 * 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 !

Viewing 7 replies - 1 through 7 (of 7 total)