56 | Twenty Eleven – New Page Template with Sidebar Correction

0

If you are creating a new page template for a child theme of Twenty Eleven, with a sidebar, you need to correct the body_class output to remove the css class .singular. Add this to functions.php of your child theme: If … Check the whole post »

Posted by alchymyth in Tips & Tricks, TwentyEleven | 1 Response

55 | WordPress Post Thumbnails with Caption

0

This is a tidying up of a WordPress support forum topic – nothing really that I came up with myself. The question is how to post the caption with a post thumbnail, aka featured image, in an ordered way. This … capture it all … »

Posted by alchymyth in Wordpress | Tagged , , , | Leave a comment

54 | Mini SEO – a Meta Description Field for Posts and Pages

2

Modern search engines do not rely on meta descriptions and meta keywords anymore for your ranking. However, they do preferably show a proper added meta description instead of the first few words of the post or page. If you can … Check the whole post »

Posted by alchymyth in Tips & Tricks, Wordpress | Tagged , , , , | 1 Response

52 | Page Template Sidebar Overwrite Theme Options in Twenty Eleven

0

Twenty Eleven already comes with a page template to add a sidebar to static pages. However, this sidebar will always be on the same side as the sidebar on the front  page, ruled by the ‘theme options’. On some pages, … Check the whole post »

Posted by alchymyth in Tips & Tricks, TwentyEleven, Wordpress | Tagged , , , , | 2 Responses

51 | Styling the First Post Different

0

How to style the first / last / latest / newest post in a WordPress site different? The default advice usually is to use a counter variable and a conditional statement to check for the first post in the loop; … Check the whole post »

Posted by alchymyth in Easy Coding for Wordpress, Wordpress | Tagged , , , , , | Leave a comment