Can I seperate comments from post?
I have a type of attachments that need full screen display. So, I need to put the comments form somewhere else. How can I tell WP those comments belongs to a post?
I have a type of attachments that need full screen display. So, I need to put the comments form somewhere else. How can I tell WP those comments belongs to a post?
On my NFL football blog all users are allowed to make blog posts. New registrants are given contributor status. When users make a post it is reviewed by an editor, then the editor schedules the post to publish at a time fitting our blog schedule.
I’m looking to send out emails to subscribers when a comment has been approved.
I am trying to find a way to link the ‘username’ in comments from registered and logged in users to their profile pages instead of their website URL. And comments from unregistered users to their website URL as usual.
I’ve got the Akismet plugin on my WordPress site but I’ve been getting more and more spammy comments (that get caught). I’m amazed at the number as the site isn’t that popular and doesn’t have much traffic. Are there any methods for reducing spam?
I am aiming to pagination WP_Comment_Query(). It appears this is either taboo or there is no viable information about it online, not anything.
I would like to get all the comments for a group of post (not only one post.
I need to edit the function get_comment_reply_link() in wp-includes/comments-template.php. All I really wanna do is take out the “log in to reply” text is puts in every comment for logged out users which is disturbing to me. How can I do this the right way? Here’s the function.
For example, I write a new post with content “Today I’m happy, because I finally met the girl that @David told me about bla blah…” Once the post is published, there should be an email notification sent to David about this post that mentions him. Is there already such plugin? If not please help me with my implementation. Thanks a million time! 🙂
i want restrict my registered authors to write comment to other posts except his own posts. Is it possible? I have no idea how to do it. May be need conditional logic but how?