News ticker on all pages and posts

Posted in: Newspaper
Post count: 113

Hi Guys,

I’d like to have the new ticker on all pages throughout the site.

Is this possible?

If it’s not possible to do via the theme settings, is it possible to include it via a short code?

David

Post count: 20688

Hi,

It can be possible, with a shortcode. You need to edit the post template files that you want. Each post template has a corresponding single.php file and a loop-single.php file.
https://www.screencast.com/t/oMIWFDRu
By editing these templates you can insert the shortcode in the post structure, for the post templates you want.
Like in this example for post template 2, where the code is inserted above the top social sharing
https://www.screencast.com/t/RGtLW6IbQWI
https://www.screencast.com/t/4xrvqho6WA4
You could experiment with other positions in the post structure.
This is the code used in the example

<?php echo do_shortcode ('[td_block_trending_now tdc_css=""]'); ?>

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.