How to find out function reference for specific page
-
Hi everyone,
I am trying to add a slider to one page on my site. I was able to add it to the main page using
<?php if ( is_front_page() && function_exists('easingslider') ) { easingslider(2627); } ?>
but I don’t want to add it to the front page. I want to add it to my news page. Here is the link to the page where I want to add it https://tmmslynn.com/marshall-news/Any help would be appreciated.
Jonathan
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to find out function reference for specific page’ is closed to new replies.