Add Unique Header Using PHP
-
I need to have the SlideDeck plugin appear in the <header> tag only on the home page of my site. I’m not versed in PHP, and I’m trying this, which doesn’t work. Any suggestions/advice is much appreciated!
<?php if(is_page(‘Mission’)){
echo ‘<?php slidedeck( 33, array( “width” => “100%”, “height” => “220px” ) ); ?>’;
}?>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Add Unique Header Using PHP’ is closed to new replies.