News ticker on posts

Posted in: Newspaper
Post count: 10

Hi.

Is it possible to have news ticker on all posts above post title?

Thanks

Post count: 23312

Hello emil86,

Unfortunately, our theme does not have such an option for what you want but you can achieve that only for coding. If you want to have this feature on all posts above post title, you have to use do_shortcode method to implement this. For example, if you are using post template 1, you have to add the code below in loop-single-1.php, like this -> http://screencast.com/t/V6Cf3Yqsao

The code is ->

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

Thanks.

Post count: 10

ok, thanks 😀

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