This link has been bookmarked by 189 people . It was first bookmarked on 15 Oct 2007, by M. C Mykel.
-
PhilTina BrunnerWordPress Theme Hacks
-
-
WordPress has grown so powerful that you can use it to create any type of website and use it as a Content Management System (CMS)
-
-
GerryGreat tips on how to build or tweak an existing WP theme
-
-
Feature post highlighting
Let’s say categoryID 2 is your Feature category and you want to add a CSS class to highlight all posts that are in Feature, you can use the following snippet in The Loop.
<?php if ( in_category('2') ) { echo ('class="feature"'); } ?>
-
-
Gary BurgeIn this article, I’m going to share some of my WordPress tricks with you on how to make a better WordPress theme.
-
Sue Blimely<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="current"'; } ?>><a href="#">About</a></li>
<li<?php if ( is_page('submit') ) { echo ' class="current"'; } ?>><a href="#">Submit</a></li>
</ul> -
am4106Eine Reihe guter Wordpress-Tipps im Blümchen-Layout
-
Chris LottNice selection of basic hackery
-
Jay Kwong<title> <?php if (is_home()) { echo bloginfo('name'); } elseif (is_404()) { echo '404 Not Found'; } elseif (is_category()) { echo 'Category:'; wp_title(''); } elseif (is_search()) { echo 'Search Results'; } elseif ( is_day() || is_month() || is_year() ) {
-
paul reidWordPress was originally created as a weblog or blog platform. But now WordPress has grown so powerful that you can use it to create any type of website and use it as a Content Management System (CMS).
-
H. HampsonNot for beginners. Using WP as a CMS. Seems do-able!
-
Stephan MillerI moved my them to another Wordpress installation to add more features today. This post will be useful.
-
Joe BA great list of hacks to pimp your wordpress templates. Definitively gonna use this on my next blog design.
-
-
But now WordPress has grown so powerful that you can use it to create any type of website and use it as a Content Management System (CMS). 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.
-
Page Comments
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.