Title: Will this work with
Last modified: September 2, 2016

---

# Will this work with

 *  [Celestialpetals](https://wordpress.org/support/users/celestialpetals/)
 * (@celestialpetals)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/will-this-work-with/)
 * I am trying to add a php code for a slider plugin to my website header or pages.
   Will this work?
 * EX Tag:
    <?php if(sb_slides_display()){sb_slides_display();} ?>

Viewing 1 replies (of 1 total)

 *  [jayanthvarmab](https://wordpress.org/support/users/jayanthvarmab/)
 * (@jayanthvarmab)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/will-this-work-with/#post-7837647)
 * if you want to do it in site run by wordpress then install insert_php
    plugin
 * [http://wordpress.org/plugins/insert-php/](http://wordpress.org/plugins/insert-php/)
 * and use this syntax.
 * [insert_php] instead of <?php
    and [/insert_php] instead of ?>
 * like this:
 * [insert_php]
    //your code here [/insert_php]
 * and that to in the text part of the page/post editor, not in the visual editor.

Viewing 1 replies (of 1 total)

The topic ‘Will this work with’ is closed to new replies.

 * ![](https://ps.w.org/insert-php/assets/icon-256x256.gif?rev=3523853)
 * [Woody Code Snippets – Insert PHP, CSS, JS, and Header/Footer Scripts](https://wordpress.org/plugins/insert-php/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/insert-php/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/insert-php/)
 * [Active Topics](https://wordpress.org/support/plugin/insert-php/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/insert-php/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/insert-php/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [jayanthvarmab](https://wordpress.org/support/users/jayanthvarmab/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/will-this-work-with/#post-7837647)