How to insert RSS Aggregator shortcode into News Ticker Divi Module Divi Torque
-
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 Foundadd_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)
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.