ma.gnolia

Sign In | Learn More

Skip to main content


WordPress Theme Hacks WordPress Theme Hacks

  • Rated 4 stars out of 5.
  • Copy Bookmark

Plenty of ways to customize and modify your website using WordPress.

106 other people have commented on this bookmark

1 2 3 ... 22

Name Title Rating When
14469_32 jason.bell WordPress Theme Hacks
Rated 4 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...

1_32 Francis WordPress Theme Hacks
Not rated yet.
19 days ago.
7033_32 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="...

1_32 sippycup WordPress Theme Hacks
Rated stars out of 5.
29 days ago.
1_32 Justin WordPress Theme Hacks
Rated 4 stars out of 5.
about 1 month ago.

2 groups have this bookmark in their collection

Name Title Rating When
3586_32 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...

3586_32 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.