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 … [ view full article ]
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 … [ view full article ]
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 … [ view full article ]
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 … [ view full article ]
On the last weekend in November, I attended a workshop with Genesis Sunfire in Somerset UK. The workshop was advertised as: ‘Moving From Sedation … [ view full article ]
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 … [ view full article ]
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 … [ view full article ]
As the title says: how can you keep the sidebar on narrow screens such as the iPhone® or iPad® and set a minimum width for your site, using (a child … [ view full article ]
Overwriting or customizing the dark color schem in a child theme of Twenty ten is difficult, because the dark stylesheet /colors/dark.css get loaded after … [ view full article ]
How to add the sidebar back into the new default theme of WP3.2 – Twenty Eleven.
Twenty Eleven is a very versatile theme, however, the ‘missing’ sidebar … [ view full article ]
To organize posts into three columns, you first need to generate a column dependant css class for each post; this will be added to the post div within … [ view full article ]
Are you fed up with the little grey mystery man or his little weird monster brothers and sisters? You know what i mean – showing up in your comments … [ view full article ]
A simple next/previous category navigation for the category archive; particular useful if you use your categories to organise your blog, for instance your … [ view full article ]
WordPress captions come with a fixed frame which is set in the wordpress core file ‘media.php’ in the ‘wp-includes’ folder. The … [ view full article ]
If your wordpress site is organized with categories, it might be very useful to have a template to show an organized list of all categories with the associated … [ view full article ]
Sometimes it is the simple things that are hard to find. A basic structure to arrange posts into three columns: The minimal styles needed for the three … [ view full article ]
wordpress 3.1 has brought a few new features which might puzzle some users. one very prominent feature is the new admin bar that by default appears on … [ view full article ]
Surprise your readers with a google ad after clicking the ‘read more’ link – a strategic position to catch the attention of the viewer … [ view full article ]
A sophisticated way to get a custom written ‘read more’ text added to your posts in the theme Twenty Ten (or its child themes). The code builds … [ view full article ]
Occasionally, the excerpt does not show a read-more at the end of the text. This is obviously the case, if the text content of the post is shorter than … [ view full article ]
According to my motto: ‘Knowledge is Knowing where it is Written’ by Albert Einstein – I like to look up the core files of WordPress … [ view full article ]