• Hi all,

    I have the problem that I would like to have the slideshow only on the front page, but not on single post pages. I see the template “no slideshow” when creating pages but I don’t find it when I’m creating posts.

    So, here’s my question: where can I select the template “No slideshow” for posts? ??

    I use the plugin Metaslider.

    Thank you very much for your help ??
    Julia

    My blog is https://www.midoggy.de

Viewing 4 replies - 1 through 4 (of 4 total)
  • you can not assign template for your post..for post you can choose Post Type.

    For removing slider on single post you have to remove this code snip from your single.php file…

    <?php
        echo do_shortcode("[metaslider id=4]");
    ?>

    still problem ask…

    Thread Starter midoggy

    (@midoggy)

    <?php
    /**
     * The Template for displaying all single posts
     *
     * @by JoomSpirit
     * 1.0
     */
    
    get_header();
    get_template_part('after-header'); ?>

    That’s how the single.php in the parent-theme (I don’t have a single.php in my child theme) beginns. I understand that I have to look in the after-header.php. But I can’t find the code snip you mentioned in the after-header.php of my parent theme ??

    check this code snip in header.php or content.php
    and reply.

    Thread Starter midoggy

    (@midoggy)

    not found ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Slideshow only on front page’ is closed to new replies.