• Resolved damgoodesporesso

    (@damgoodesporesso)


    The main index.php page respects the blogname case, the description case.

    Individual pages and posts respect the capitalization of the title for page or post

    However, when I click on a tag or a category, if the tag is, for example, “abstract” the page title becomes “Abstract”. If the category is “used cars”, the page title for results becomes “Used Cars”

    what do I have to hack to stop this recapitalization? I either want to force lower case (which would work) or get the code to leave the tag or category alone. I’ve looked through the theme, and changing themes doesn’t change this behavior

    This has to be buried in the wordpress code somewhere, but I have after a three hour search, been unable to find where this mapping occurs,

    any help would be appreciated!
    –dsm

Viewing 1 replies (of 1 total)
  • Maybe try a force-lower case command or CSS text-transform: lowercase; (style) that you can add into the theme’s header.php where title is processed.

Viewing 1 replies (of 1 total)
  • The topic ‘force tag and category page title to lowercase…’ is closed to new replies.