Editing news post title (the_title) formatting for SEO?
-
Hey there guys. I’ve been hunting for the way to essentially recode my WordPress so my posts are more SEO friendly. Currently the format is: “Domain.com | News Title” – and that goes for every news post and every page.
So, I’ve found page.php whereby I can change the code (but am still unsure on how to tweak the code to get it to work!)…
-> What .php file do i need to edit to change the formatting for each and every news post?
-> define (THE_TITLE, ‘domain.com | ‘ . get_the_title()); <– what is the correct way to edit this PHP in order to switch it around to be “News Title | Domain.com”?
Any help would be much, much appreciated.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Editing news post title (the_title) formatting for SEO?’ is closed to new replies.