If I publish a post which is not a review, the date and author is shown underneath the post title. If a publish a post and make it a review, the author is shown underneath the post title, but not the date. Posts highlighted in blocks such as on the sidebar do have a date shown, but it is not on the actual post itself. How do I get the date to display in my review posts? Thanks. Gavin
Hi,
There is a condition in td_module.php file so if there are reviews it will show them and will not show date and meta. Please copy date line here: http://screencast.com/t/qJ2JdU9HYa9q
Result: http://screencast.com/t/ZJ3u2fxyL94
Thanks!
Thanks for your fast response.
I understand your solution, but it doesn’t work for me. The reason is that I have some CSS which removes the star rating from the top of the post …
.post .entry-review-stars {
display:none;
}
This seems to remove the date as well, not just the stars. If I remove this from the custom CSS panel, both stars and date are shown.
Is there any way I can have a date at the top of a review post, but no stars?
Hi,
Please try to add date after the div: http://screencast.com/t/xCTZ4Hx9
Result: http://screencast.com/t/FHb0bbOrbQDU
And result with your custom css: http://screencast.com/t/JsTSAow85k
Hope this helps!
Any chance you could reupload the screenshots? Having the same issue and the links to those shots no longer work.
Edit: Found this: https://www.screencast.com/t/RrqBvPFb3e
However it appears after the reshuffle of the files a while ago it is no longer in the wp_booster folder. Searching for where it is now.
-
This reply was modified 5 years by
GiacomoLaw.
Got the above working. Line 303:
/www/www/wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php