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:

} else if ( is_category() ) {
  echo single_cat_title("");
  echo " archives - ";
  bloginfo('name');
  if (get_query_var('paged') > 1) {
    echo ' - Page ' . get_query_var('paged');
  }
}

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

  1. by the way.. i tried your 301 plugin but didnt do anything.. what should it do? :P

  2. Thanks for the plugin. Is it possible to get .html on pages on the permalink?

    For example: /pages/titel.html

    Thanks for helping me.

  3. GXV8iG igjnsiog jdsiogjdsioj giodsjgoisd jgodsjgisdjiogds

Comments closed, if you feel you have something to say:
drop me a line.

1 Trackbacks to “Fixed category subpage titles and a fix in permalink redirect plugin”