Please explain me how to insert that “trending now” space and configure it to appear with a certain text in every post and pages of my website. I don’t understand absolutely anything that I read in the forum. All that insert code … use “visual composer”, etc … I don’t understand đ
Do you have a video that explains more clearly, step by step, how is the procedure?
I remain pending your response, thank you.
Hello Darktidus,
Please keep in mind that the “Trending Now” is just a simple block which displays only the posts title which can be filtered in several ways, like this -> http://screencast.com/t/bLYCdawIC3WC All the settings for this block can be found in Visual Composer -> News Ticker because this is a simple Visual Composer element. Check the Block Settings and there you should find all the available settings for this. You can consult our documentation here -> https://forum.tagdiv.com/block-settings-guide/ We have a useful tutorial which teaches you how you can correctly use the Visual Composer, like this -> https://forum.tagdiv.com/how-to-use-visual-composer/
Hope this helps!
Thanks for your understanding!
Hello Darktidus,
Above I gave you a mini tutorial how you can configure your Trending Now element, step by step. Please keep in mind that more than that we cannot provide, sorry! Please try to read all the theme documentation, try to understand each element of it.
Thanks for your understanding!
how can i insert “trending now” in my articles like http://winbuzzer.com/2017/01/03/intel-wants-indirect-stake-microsoft-partner-maps-xcxwbn/ ?
Hello,
Yes, you can put it in the post template files with a do_shortcode function like so:
<?php echo do_shortcode('[td_block_trending_now tdc_css=""]'); ?>
Then place the code in the template files for each post style that you use:
http://screencast.com/t/0Xf8yeqAdkF
Thank you!