How to change the title tag on the homepage in WordPress and remove separators when the All in One SEO Pack module is installed

Practice



In Wordpress, the title titles and the formation of separators and adding a suffix or prefix is done using the function


<?php wp_title( $sep, $echo, $seplocation ); ?>

However, it can be overridden in the theme settings

1) Appearance - Themes - Settings - Site title and description


(fields

Site Title

Tagline

Display Header Text
)

2) then, if the All in One SEO Pack module is installed, titles and descriptions are entered separately for each page in the pages list

3) if you need to remove or change the separator, go to the All in One SEO Pack module settings, the Title Settings section, and change the field with the title


%page_title% | %blog_title%

created: 2017-05-18
updated: 2026-03-08
1673



Was this answer useful?
Choose a quick rating so we can improve the next answer for you.
How satisfied are you?


Comments

To leave a comment

If you have any suggestion, idea, thanks or comment, feel free to write. We really value feedback and are glad to hear your opinion.
To reply

Lectures and tutorial on "Running server side scripts using PHP as an example (LAMP)"

Terms: Running server side scripts using PHP as an example (LAMP)