• Resolved Trahald

    (@trahald)


    Is there any way to change the default page title order without hacking the header.php of themes? Page titles seem to be bloginfo(‘name) followed by wp_title() by default, though some themes have extra stuff in there.

    Or is page title order always theme-dependant, and not possible to change via a plugin?

Viewing 4 replies - 1 through 4 (of 4 total)
  • There’s nothing wrong with modifying the mark up of header.php… it’s not hacking – for information about wp_title, look here:

    There are several examples of how to use both bloginfo(‘name’) and wp_title() to get whatever results you want to see.

    So, no, what you are calling “page order” is not theme-dependent except that someone HAS “hacked” the header file per the wiki instructions. I’d refer to this as page and site TITLE order rather than page order… WordPress does have “Page” order functions that have absolutely nothing to do with what you want answers about…

    HTH

    syncbox

    Try a great little plugin called MyPageOrder

    Reading carefully helps a lot. This topic is NOT about Pages, as syncbox correctly mentioned. So, read first and reply only if you have an answer… like the SEO title plugin:
    https://www.netconcepts.com/seo-title-tag-plugin/

    Thread Starter Trahald

    (@trahald)

    Thanks for the tips ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Is there any way to change page title order without hacking the themes?’ is closed to new replies.