Since launching Page Lists Plus, I’ve had a number of enquiries from users of qTranslate about getting the two plugins to work together. The latest release of Page Lists Plus (that’s v1.1.8) adds qTranslate compatibility. (more…)

The Other Content v2.0

Back in January, I finally finished a plugin that I’d been meaning to get to for about a year: The Other Content. This made it possible to add a second content box to your edit pages below the standard primary content area, and then display content entered there by adding <?php the_other_content($post->ID); ?> to your theme files. (more…)

One of the main limitations of working with WordPress is that it only gives you one editable content area per page. For simple blog layouts, this is usually fine, but as more people use WordPress as a CMS it becomes more of a limitation. (more…)

There’s an attack on WordPress websites currently unfolding. A large number of websites have been significantly compromised. This type of thing is rare, but it can happen. (more…)

WordPress’s wp_list_pages() function includes a parameter that’s intended to let you exclude a Page and all of its descendants from your Page lists: ‘exclude_tree’. The idea is that if you pass wp_list_pages this parameter, e.g. by using wp_list_pages(’exclude_tree=1′), you can remove entire sections of your website from your Page lists, and new Pages in that section will be automatically excluded without you having to modify your code. (more…)