Tag Archives: theme

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 , , , , , , , | 15 Responses

22 | Troubleshooting wordpress themes

0

here is a little trick if you need to check some variables, or try something new in your wordpress theme while the site is live. use a conditional if statement to check that you are logged in as the original … Check the whole post »

Posted in Wordpress | Tagged , , , | 1 Response

21 | Multi-Column Grid-Style Posts in WordPress

0

a flexible solution to a grid style layout for a wordpress theme – multi-column with a preset number of rows – inspired by re-occurring questions in the wordpress support forum. custom programmed queries to adjust for pagination.
by alchymyth Check the whole post »

Posted in Wordpress | Tagged , , , , , , , , , , , | 27 Responses

19 | More-Than-Zebra style wordpress loop

1

wordpress theme modifications: examples of how to programm alternating styles in the wordpress loop, how to style the first -or the last – post different, even how to create posts with three alternating styles. to use it in any situation in your wordpress templates, where you loop through some output – lists, foreach, for, while, posts, comments, … Check the whole post »

Posted in Easy Coding for Wordpress, Wordpress | Tagged , , , , , , , , , | 7 Responses