Time Since Plugin not working on WP 2.0.4
-
I’m running WP 2.0.4 on my site. I wanna include the Dunstan’s Time Since plugin.
I did as was told, that is to insert the following code into the Loop.
<?php if (function_exists(’time_since’)) {
echo time_since(abs(strtotime($post->post_date_gmt . ” GMT”)), time()) . ” ago”;
} else {
the_time(’F jS, Y’);
} ?>But things got worse, nothing was parsed. nothing shows up! What gives? Any help?
-
If you’re self-hosted, you need to be at http://www.wordpress.org, not http://www.wordpress.com; this is for blogs hosted by WordPress only. We can’t help you here, sorry.
-
- The topic ‘Time Since Plugin not working on WP 2.0.4’ is closed to new replies.