• Resolved digymarketing

    (@digymarketing)


    How to insert RSS Aggregator shortcode into News Ticker
    Divi Module by Divi Torque in my site whit Divi? I tried installing the snippet plugin and entering this code but it doesn’t work, I get the message: No News Found

    add_filter(‘the_content’, ‘inserisci_shortcode_in_categoria_articoli’);
    function inserisci_shortcode_in_categoria_articoli($content) {
    if (is_single() && in_category(‘breakingnews’)) {
    $shortcode_output = do_shortcode(‘[wp-rss-aggregator sources=”681″]’);
    $content .= $shortcode_output;
    }
    return $content;
    }

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support M. Asif Hossain

    (@asifsiam97)

    Dear digymarketing,
    Thank you for contacting us regarding the issue you’re facing with inserting the RSS Aggregator shortcode into your site’s Divi Torque News Ticker module.

    The News Ticker module in Divi Torque is primarily built to display post titles within the WordPress site. Unfortunately, it does not have native support for external RSS feeds.

    We will consider this support ticket as a feature request. If our plugin supports to extend this feature, we will add this feature to our plugin.

    If you have any further questions or need assistance with other aspects of the Divi Torque module, please let us know, and we’ll be happy to help within the scope of our module’s capabilities.

    Best Regards,
    Asif Hossain

Viewing 1 replies (of 1 total)
  • The topic ‘How to insert RSS Aggregator shortcode into News Ticker Divi Module Divi Torque’ is closed to new replies.