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 ...
0
votes
3answers
1k views
Calling a plugin in theme development
I am trying to call plugins on a theme page. Specifically I am after the 'User Avatar' theme but their will be other later.
How do I call a plugin on a theme?
Presumable something linke <?php ...