Reply To: Custom Title, Description, and Keywords per Post/Page
“The goal: On each post/page to be able to specify a custom title, description, and set of keywords.“ Title The normal functionality in WordPress is not enough here? Then Dmitriy’s reply points to a...
View ArticleReply To: Custom Title, Description, and Keywords per Post/Page
It seems like you can create a title for every post, but the overall category pages, and the index page will not have a title. Can you put in an if..then..else statement that would display the custom...
View ArticleReply To: Custom Title, Description, and Keywords per Post/Page
It’s easy. Use get_post_meta() function. For example. How to make custom <title> tag: 1) Add custom field ‘title’ for every page 2) Edit your header template. Use something like that:...
View ArticleCustom Title, Description, and Keywords per Post/Page
The goal: On each post/page to be able to specify a custom title, description, and set of keywords. Why: Client’s request for Search Engine Optimization. Example: Client site sells a mold training...
View Article