Fixed category subpage titles and a fix in permalink redirect plugin

Subpages of category archives were improperly 301'd back to the main category page... Fixed that now, so update NOW: the permalink redirect plugin.

I fixed the title for category subpages too btw, check how this works:
[sourcecode language="php"]
} else if ( is_category() ) {
echo single_cat_title("");
echo " archives - ";
bloginfo('name');
if (get_query_var('paged') > 1) {
echo ' - Page ' . get_query_var('paged');
}
}
[/sourcecode]

Related posts

  1. Showing subcategories on WordPress category pages
  2. WordPress subpages going supplemental: the fix
  3. Optimizing your WordPress titles
  4. Permalink Redirect Plugin for WordPress
  5. Adding a description to your categories

Want more WordPress tips?

You should subscribe to my WordPress Newsletter, as you'll get a whole lot more WordPress tips and tricks there! Also, subscribe to this blog right now with RSS, or daily or weekly emails!

5 Responses to “Fixed category subpage titles and a fix in permalink redirect plugin”

Trackbacks/Pingbacks

  1. WordPress subpages going supplemental: the fix - Yoast - Tweaking Websites
Hosting by:
Hosted by MediaTemple Grid Services