Hi @bolt24
You can use your browser’s developers tools to inspect the codes that make your site: https://smartslider3.helpscoutdocs.com/article/318-chrome#code
So you could inspect the area where you want to have the slider, then search for that code inside your theme’s files: https://smartslider3.helpscoutdocs.com/article/318-chrome#search
If you need help finding the codepart you should be looking for, please send me a link to your site!
If you don’t want to permanently share your site’s URL on a public forum, please get in touch with us directly: https://smartslider3.com/contact-us/support/?ref=https://wordpress.org/support/topic/where-to-put-the-php-code-for-the-blog-page/&topic=Publish&platform=WordPress&version=Free&website=website-yes
Thread Starter
bolt24
(@bolt24)
Thanks for the reply. The site is in a local test-environment right now. I’ll get back
so you can look. Because I still don’t find where to get it to show on one page (the blog). I’ve tried the code everywhere.
Thread Starter
bolt24
(@bolt24)
I found the problem. The code
if(get_the_title()=="Blog") {
echo do_shortcode('[smartslider3 slider=11]');
}
should be modified to this
if ( ! get_the_title()=="Blog") {
echo do_shortcode('[smartslider3 slider=11]');
}
and placed in functions.php
Thread Starter
bolt24
(@bolt24)
Think we can say resolved here.
Thanks
Hi @bolt24
Great, I’m glad you found the solution!