Hi @fashioncandyboutique, I think as this is theme related you’ll need to contact the developer of the theme. I’m sure they can help point you in the right direction as to where you should paste the code 🙂 It all depends on its structure.
Ok let me ask you this? Since its already on the home static page. How would I go about just adding to my blog so its on 2 different pages.
Here’s my site so you can see
http://fashioncandyblog.com
Which 2 pages do you want to display it on?
Do you want to have 2 different slideshows? Easing Slider “Lite” only allows for 1 slideshow. Easing Slider “Pro” allows for an unlimited amount of slideshows, and unfortunately if you’d like to have more than one different slideshow you’ll need to upgrade (you can find more information here).
no the same slide show. I just want it to display on my blog and its already on the front home page
? I just need the same slider on both pages
Try pasting the code inside your theme’s index.php file or single.php file. Also try blog.php if your theme has one. If none of those work, you’d be best contacting the developer(s) of your theme as each theme differs greatly.
Ok where can I find this code again? So I can try to place it on those pages
The PHP code is:
<?php
if ( function_exists( "easingsliderlite" ) ) {
easingsliderlite();
}
?>