Joyful Thiek
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Unable to view the homepage, all other pages are fine.Checked. It’s 755 and still not working.
Forum: Fixing WordPress
In reply to: How to display the date of the last commentI’m officially freaked out. I can’t get it to work. It’s showing the same results. ??
The ID is right, so I think. I inserted this line of code:
echo $PostID;
It shows different IDs for different posts. So that means the IDs are good, right? But the date is still the same for all the posts. I typed in new comments, but to no use. It shows the same date and time for all posts.
I wonder if it has something to do with the version of WordPress I’m using. I’m on 2.9.1 on my local WAMP. I accidentally selected 3.0 for this topic.
Forum: Fixing WordPress
In reply to: How to display the date of the last commentThanks for this. It almost works.
The date was not displayed with your code, so I changed it to:
print "Last reviewed on". $comment->comment_date. ".";
That shows the date. But I’m faced with another problem. I actually want to display the corresponding date with each post in the home page (index.php), but all posts are showing the same date (date of latest comment).
What I want to achieve is – I want each individual post to show its own date of last comment. I’m totally lost!
Forum: Fixing WordPress
In reply to: Help with Drop-Down Menus@ Flamenco: You are a god-send. Thank you so much! Works like a charm.
Forum: Fixing WordPress
In reply to: I don’t have a Mac. Care to help? Load speedThanks for replying Chasingu. Well, I use a cache plugin so once it is fully loaded, the other pages will load much faster. But the first run will probably be a little slower; I wonder how slow! ??
It’s showing up just fine now. I guess it’s just a matter of time. And yes, submitting to digg, mixx, etc does help. Thanks techooze.
Forum: Fixing WordPress
In reply to: Remove Caption Shortcode from the_content_rss … ?I’m having the same problem. And I’d like to try the code given above too, but only thing is I can’t find a feed.php. Help anyone?