Hi i’m trying to change the default template_10 of related posts in single article. I find the file td_module_related_posts and the config file, where the api register this module. But i can’t change this default template.. I try to search on the tagDiv api support but i didn’t find anything. Anyone can help me?
Hello,
The function for the related article from our theme can be found in wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php -> http://prntscr.com/p5k82x
But if you want to change only the style of the single relate posts, you can use a single post template from tagDiv Cloud Library, edit it using tagDiv Composer , click on this element and change the layout how you want http://prntscr.com/p5k9l4
Thank you!
Okay thank you so much. A last question, where can find the page that generate the template of cloud library? Because i have need to add custom fields
Hi,
I have need to add ‘Time of Read’, but there isn’t a similar Element. There aren’t any solutions to add custom field with ACF Plugin, in tagDiv composer? With the api?
Thanks
Hello,
Yes, I think that this can be done with ACF Plugin, but I think that there is a simply way to do it, please check this article from here -> https://www.wpbeginner.com/plugins/how-to-display-estimated-post-reading-time-in-your-wordpress-posts/
Hope this will help you!
Thank you!