Could you see my experience with date no longer showing on posts that include product review and advise how to fix? https://forum.tagdiv.com/topic/posting-date-no-longer-showing-on-posts/
Hi,
We made some deep investigations and is look that there is need to be added a second parameter for the get_date() from standard pack, so if you are using a standard post style, you need to go in wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-1.php (loop-single-n.php edit the post styles you are using) and replace this line of code -> https://i.imgur.com/3V3Skly.png
<?php echo $td_mod_single->get_date(false);?>
with this one
<?php echo $td_mod_single->get_date(false, false );?>
-> https://i.imgur.com/7omoEqy.png if you are using the default post style you need to make this change on this file -> wp-content/plugins/td-standard-pack/Newspaper/loop-single.php
Thank you!
Thanks – 2 questions:
(1) I don’t know if I am using “standard” or “default” post style. How can I know?
(2) Do I make this code change in the webspace at my hosting company or somewhere else (ftp?) is better? (I am not an experienced coder but sure I can copy and paste.)
In WP post edit window, next to “Post Format” I use Standard (not Video or Audio). Does this help? No mention of Default though…
In Theme Panel/Post Settings/Default Site Post Template (site wide) I am using Style 1
Hi Mark Gilbert,
Please send us an email at contact@tagdiv.com and provide admin login, as well as cPanel and I will make the proper changes for you. Include a link to this topic in the email.
Thank you!
Thanks – but I prefer to do this to learn – if you would advise and answer the 2 questions above.
Update – I made the change assuming I am using standard post style and all the 5 or so articles I have tested now look fine, date in place, stars gone.
Will the next Newspaper upgrade will include this code correction?
Thanks
Hi,
The changes can be done using the plugin editor or -> https://i.imgur.com/4TKuqEE.png using FTP or file manager.
Yes, this fix is already added in the update that will be release.
Thank you!
