Home › Forums › Support › How do I manipulate the page titles? › Reply To: How do I manipulate the page titles?
April 23, 2016 at 7:53 am
#188803
Lead Developer
Lead Developer
This is already done in GP:
add_theme_support( 'title-tag' );
You’re on the right track with the wp_title filter – you just need to use the right conditionals and then return the titles.
You might get some more in depth answers over on http://wordpress.stackexchange.com.