Hi Team,
I want to make some custom changes in my single post and post category pages. Can you please guide me in which files I have to edit to do change for these pages. I looked into loop-single.php, loop-archive.php, single.php pages but they are not reflecting the changes on the website.
Hi,
If you are using single post templates from tagDiv Cloud Library, you can make the changes with tagDiv Composer.
If you are using standard post styles then you’ll need to edit the one you are using -> wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-1.php
Thank you!
Hi,
Thanks, I found the file.
I’m also looking for a custom change in the review section on Post.
I looked into code but can’t find the $td_mod_single->get_review();
Please let me know where I can find the code for the review section.
Hi,
For standard post style the get_review is call here -> https://i.imgur.com/L0USqu1.png and the code is set in this file -> wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php -> https://i.imgur.com/xvBExTY.png
Thank you!
Hi,
Thanks for the reply, I found the Html code of reviews.
Hi,
Where can I find the side widget code? Kindly look https://imgur.com/RDeXXlt, I want to edit the red section.
-
This reply was modified 6 years by
prateekj1993.
Hi,
Sorry for the late answer, we had a day off.
The reviews on modules like that will be replace the date, the file path is -> wp-content/plugins/td-composer/legacy/common/wp_booster/td_module.php -> https://i.imgur.com/Wl1da5f.png
Thank you!