Category Archives: Tips & Tricks

tips and tricks to master wordpress themes

34 | Alternating Posts Backgrounds for Twenty Ten

0

This is a short instruction how to add alternating styles to the post on the front page and in the archives of the wp3 default theme. Edit loop.php of Twenty Ten, and locate: Change this to: This will add the … Check the whole post »

Posted in Easy Coding for Wordpress, Tips & Tricks, WordPress | Tagged , , , | 8 Responses

33 | Image Rotator for the Header of Twentyten

1

The wp3 default theme TwentyTen comes with a choice of header images, which can be selected from the dashboard. To rotate these images to show randomly in the header, we can make use of the global array variable which stores … Check the whole post »

Posted in Tips & Tricks, WordPress | Tagged , , , , | 5 Responses

32 | Automatically Shorten the Manual Excerpt

0

Limit the length of all excerpts – including the manual written one. A code on how to use filter hooks to do this. The code also opens more possibilities for further customisation of the_excerpt() wordpress function. Check the whole post »

Posted in Tips & Tricks, WordPress | Tagged , , , , , , , | 20 Responses