Tagged Questions
0
votes
2answers
39 views
How to output comments number of a post per day?
I have a question about the comment numbers in a post... For now, I can output the total number of a comment inside a post outside the loop. That's cool enough, but I want to get show the comment ...
1
vote
2answers
53 views
Display commenter's registration date on comments?
Is there any way to display a user's (registered) registration date on the comment.
Lets say i have a written an article, registered users A, B, C and D left a comment on my article.
I can display ...
0
votes
1answer
71 views
How to display a certain template element only for posts published within certain time range?
I recently migrated a blog from sub.domain.com to blogs.domain.com/sub/. Because I'm using Facebook comments, all the posts published before April 25 need to reference sub.domain.com/blog-entry-title ...
0
votes
1answer
47 views
Comment time is same as the post time
Here is my comments.php: http://pastebin.com/E5bz4aaW
The problem is that the threaded comment (the reply) showing my post date instead if the comment date. I checked in the database and it looks ...
0
votes
1answer
200 views
In wp_list_comments comment dates won't work?
I'm trying to create my first comments list and comment form in my wordpress site but the dates are displayed as %e %B %Y at %H:%M instead of the date.
It seems like the date format isn't recognized.
...
2
votes
1answer
209 views
Exclude Duplicate Posts in this SELECT Query
I have this custom select query that pulls a specified number of posts from a specific category and displays them in the order of the latest comments. The problem is that if a post has both of the ...