Title: Add Unique Header Using PHP
Last modified: August 20, 2016

---

# Add Unique Header Using PHP

 *  Resolved [adrawk7](https://wordpress.org/support/users/adrawk7/)
 * (@adrawk7)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/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)

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/add-unique-header-using-php/#post-2540462)
 *     ```
       <?php if(is_page('Mission')) {
       slidedeck( 33, array( "width" => "100%", "height" => "220px" ) );
       } ?>
       ```
   
 * only sytax errors corrected – not tested.
 *  Thread Starter [adrawk7](https://wordpress.org/support/users/adrawk7/)
 * (@adrawk7)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/add-unique-header-using-php/#post-2540482)
 * That worked – thanks so much for your reply!
 * I’ve seen your comments on other posts that have also helped me. Thanks again
   for taking the time to help folks out with WordPress, which I’m still learning(
   that and PHP syntax).
 *  [Chip Bennett](https://wordpress.org/support/users/chipbennett/)
 * (@chipbennett)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/add-unique-header-using-php/#post-2540485)
 * [@adrawk7](https://wordpress.org/support/users/adrawk7/): Be sure to mark this
   topic as **resolved**.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Add Unique Header Using PHP’ is closed to new replies.

## Tags

 * [different](https://wordpress.org/support/topic-tag/different/)
 * [header](https://wordpress.org/support/topic-tag/header/)
 * [pages](https://wordpress.org/support/topic-tag/pages/)

 * 3 replies
 * 3 participants
 * Last reply from: [Chip Bennett](https://wordpress.org/support/users/chipbennett/)
 * Last activity: [14 years, 3 months ago](https://wordpress.org/support/topic/add-unique-header-using-php/#post-2540485)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
