106 other people have commented on this bookmark
| Name | Title | Rating | When | |
|---|---|---|---|---|
| jason.bell | WordPress Theme Hacks |
Rated stars out of 5.
|
14 days ago. | |
Display Feature Posts Let’s say categoryID 2 is your Feature category and you want to display 5 Feature posts in the sidebar, put this in your sidebar.php: <?php query_posts('cat=2&showposts=5'); ?> <ul> <?php while (have_pos... |
||||
| Francis | WordPress Theme Hacks |
Not rated yet.
|
19 days ago. | |
| Sueblimely | WordPress Theme Hacks |
Rated stars out of 5.
|
21 days ago. | |
<ul id="nav"> <li<?php if ( is_home() || is_category() || is_archive() || is_search() || is_single() || is_date() ) { echo ' class="current"'; } ?>><a href="#">Gallery</a></li> <li<?php if ( is_page('about') ) { echo ' class="... |
||||
| sippycup | WordPress Theme Hacks |
Rated stars out of 5.
|
29 days ago. | |
| Justin | WordPress Theme Hacks |
Rated stars out of 5.
|
about 1 month ago. | |
2 groups have this bookmark in their collection
| Name | Title | Rating | When | |
|---|---|---|---|---|
| Technology Des/Dev Resources | WordPress Theme Hacks |
Not rated yet.
|
November 14, 2007 | |
In this article, I’m going to share some of my WordPress tricks with you on how to make a better WordPress theme. I’m not a programmer nor developer, so I will focus more on the frontend development. Oh yeah, I forgot to menti... |
||||
| Web Design | WordPress Theme Hacks |
Not rated yet.
|
October 15, 2007 | |
N.design's Nick La shares some tricks to try while developing Wordpress themes. |
||||
