Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Craig at Smash Balloon

    (@craig-at-smash-balloon)

    Hey gryglas,

    It doesn’t look like there’s any sign of the feed on that page. Do you have a shortcode added to the content of that page or were you using another way of displaying the feed in the template files?

    – Craig

    Thread Starter gryglas

    (@gryglas)

    Hi. I have the shortcode on the start page.
    Could it have something to do with the theme not allowing shortcodes on the start page? How could I tell if it does or does not?
    Could I add php code to the big_title_page.php to show your great insta feed?

    Cheers

    Plugin Author Craig at Smash Balloon

    (@craig-at-smash-balloon)

    You could try the php function do_shortcode(). For example:

    <div>
    
            <?php echo do_shortcode( '[instagram-feed]' ); ?>
    
    </div>

    The php tags before and after the code are not necessary if you use this inside an existing block of php code.

    – Craig

    Thread Starter gryglas

    (@gryglas)

    Hi Craig.
    Ok, I’ll give this a go then. ??
    I’ll be back.

    Thread Starter gryglas

    (@gryglas)

    This worked fine. ??
    Cheers Craig!

    Plugin Author Craig at Smash Balloon

    (@craig-at-smash-balloon)

    Great! Glad we could figure that out.

    Have a great start to your week.

    – Craig

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Won’t show on startpage any longer.’ is closed to new replies.