Tagged Questions
2
votes
1answer
189 views
Browser title script ignoring is_page /else conditional [closed]
I've used this code to stipulate different separators for different pages in my clients site:
<title>
<?php if(is_page('Portfolio')){
wp_title( 'of', true, 'right' );
echo ...