23 | Different header image for each page in wordpress

1

how to show a different image for each page, for instance in the header? simple, all you have to do with this method is to create an image file with the page ID as part of the image name. the … Check the whole post »

Posted by alchymyth in WordPress | Tagged , , , | 33 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 by alchymyth in WordPress | Tagged , , , | 3 Responses

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 by alchymyth in WordPress | Tagged , , , , , , , , , , , | 29 Responses

20 | Hyperlinks in wordpress image captions

1

A much needed function to add hyperlinks to image captions; an practical application of the wordpress filter hooks. a hyperlink to more »

Posted by alchymyth in WordPress | Tagged , , , , , , , , , | 17 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 by alchymyth in Easy Coding for Wordpress, WordPress | Tagged , , , , , , , , , | 7 Responses