• Resolved xowei

    (@xowei)


    Hi,
    I use shortcode below in my theme.
    It crash the whole page and show wp-die-message.

    [wp_ticker post_type="post" ticker_title="Latest News" background_color="#000000" effect="slide-up" link_target="_blank"]

    Do you have any idea what happened?

Viewing 1 replies (of 1 total)
  • Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    Thanks for reaching out here…

    You are using shortcode on your theme files so please add below code in your theme file…

    <?php echo do_shortcode('[wp_ticker post_type="post" ticker_title="Latest News" background_color="#000000" effect="slide-up" link_target="_blank"]'); ?>

    Thanks,

Viewing 1 replies (of 1 total)
  • The topic ‘Shortcodes crash my page.’ is closed to new replies.