Getting $comments outside the comment template
I have a ajax request hooked on “template_redirect” (the ajax requests the post’s url), and I want to display only the comment template:
I have a ajax request hooked on “template_redirect” (the ajax requests the post’s url), and I want to display only the comment template:
I am working on a private site where the comments need to be hidden. I know how to remove the comments feed from the header, but can anyone give me some instructions on how to disable the comments feed altogether. Because all you need to do is add /feed/ to the single post and then you can see the comments feed.
I currently do web admin for an internet community based on BuddyPress and Multi Site, and use the Comment author must have a previously approved comment setting to make it easier for users to comment and not be moderated. All users are vetted before their accounts are created so I know we don’t have spambots.
I’m trying to adjust the comments screen for non admins to my project.
Right now I’d like to disable
I would like to update a post on every new comment, so that the Last Modified Date is always up to date on the sitemap.
I’m trying not to show comments from a certain custom post type int the comments list on the admin interface.
I am attempting to import a site using XML generated by WordPress.com
I’d like to show post comments on their own page without the parent post. I know I can use wp_list_comments() on the single post page and pass a callback function to use my own comment display markup. I plan to do this so I can include a link with each comment that will show that comment on it’s own page.
I’m cleaning up an old, controversial blog entry and I need to remove all the comments from the post.
Going through the comments table on my wordpress site, I noticed that wordpress is storing the ip address of everyone who makes a comment on my site. How do I remove this functionality?