Posting date missing from posts that include product review

Posted in: Newspaper
Post count: 500

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/

Post count: 35449

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!

Post count: 500

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.)

Post count: 500

In WP post edit window, next to “Post Format” I use Standard (not Video or Audio). Does this help? No mention of Default though…

Post count: 500

In Theme Panel/Post Settings/Default Site Post Template (site wide) I am using Style 1

Post count: 35449

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!

Post count: 500

Thanks – but I prefer to do this to learn – if you would advise and answer the 2 questions above.

Post count: 500

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

Post count: 35449

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!

Viewing 9 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic.