Use link title as page title
-
Great plugin. I would like to use the link title attribute as a page title in the document head. Something like:
<title> <?php if ( PME Page Link Title Attribute is not empty ) { echo ( PME Page Link Title Attribute . '|' ); } else { wp_title('|',true,'right'); }; bloginfo('name'); ?> </title>
I just don’t know how to access it.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Use link title as page title’ is closed to new replies.