Viewing 3 replies - 1 through 3 (of 3 total)
  • Brook

    (@brook-tribe)

    Howdy Chris,

    Commonly that is done by creating a child theme or adding a snippet like this to your theme’s functions.php file: https://pastebin.com/QU2aMwBJ And then modifying it to output the proper title. YOu can also use something similar to output robots meta tags, sometimes people hook into wp_head or the just create a custom header.php file in their theme.

    Unfortunately WordPress’ CPT Arhive page is not very well supported out of the box by a lot of SEO plugins, simply because of the difficulty for them to support it. This necessitates that you write custom code as outlined above in the snippet and such.

    You can change the events header/title with this tutorial.

    Cheers!

    – Brook

    Thread Starter ChrisBijnsdorp

    (@chrisbijnsdorp)

    Thanks a lot!

    Brook

    (@brook-tribe)

    You are welcome. I am super happy that helped. Happy developing!

    – Brook

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change page titles’ is closed to new replies.