Want to show post counts on the latest post meta on the home page on http://solodipueblo.com/.
Hi,
For this you’ll need to edit the homepage with tagDiv Composer click on the post loop and in layout -> https://i.imgur.com/1ljc10z.jpg -> https://i.imgur.com/qlPQuYc.png
Hope this will help you!
Thank you!
Hello Calin
Thanks for your response.
I got your point but that is for comments. i want to show views count for post.
Imposible… For the moment, how many moment? (lol). Please have this fix since this is the most important thing for us.
Can you provide me the file name from which rest of the meta details are coming and where I can find the code for this post block? please provide me file names.
Hi,
The post view count for standard post templates is set in -> wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php -> https://i.imgur.com/ExOqrPs.png and this is set in post template in loop-single for for example for single post template 1 is set in -> wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-1.php -> https://i.imgur.com/86NRIFc.png the classic blocks can be found on this path -> wp-content/plugins/td-standard-pack/Newspaper/includes/shortcodes
For cloud post template the view count is set in this file -> wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_post_views.php and the shortcode from this file is set on cloud template with tagDiv Composer.
Thank you!