Help me, change date with plugin wp-days-ago error in front end

Posted in: Newspaper
Post count: 19

Hi 🙂

Please help me, I’ve just installed the plugin wp-days-ago
I tried to put this script in a loop-single.php

<? php wp_days_ago_v3 ($ stopUsingAjaxAfter, $ showDateAfter, $ showDateFormat, $ showYesterday, $ context); ?>

successful, the date turns into 14 minutes ago

and then I try again to put this code in td_module_mx5.php

<? php wp_days_ago_v3 ($ stopUsingAjaxAfter, $ showDateAfter, $ showDateFormat, $ showYesterday, $ context); ?>

the result is the date does not match, the result is 4 months ago

please help me, how this code

<? php wp_days_ago_v3 ($ stopUsingAjaxAfter, $ showDateAfter, $ showDateFormat, $ showYesterday, $ context); ?>

can appear on the front page of the web, and in the sidebar to the absolutely

Thank you in advance

  • This topic was modified 10 years by tajir. Reason: change language
Post count: 19

pleas help me

Post count: 19

sorry bump

please help me

how to fix?

Post count: 7909

Hi,

We answer to the most older topics in order so if you add new replies we get later to your topic.
We did not tested this plugin with the theme so I cannot provide an exact answer regarding it, but you can take a look at this topic to make an idea how to implement date instead the default function and you don’t have to use any plugin – https://forum.tagdiv.com/topic/same-post-date-on-each-post/#post-37827https://codex.wordpress.org/Function_Reference/human_time_diff

Thanks!

Post count: 19

thanks for reply 🙂

work it

thanks for your information

solved 😀

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.