Sure it is, it is open source so you can hack it anyway you like as long as you know how to code 😉
There are three ways I see to do this:
- Find a plugin that does this
- Write (or modify a existing) plugin to reach this
- (Bad) For your template edit
comments.php
in order to reach the only see my own comments (or show all comments to admin), for the twentyeleven theme you would also have to edit thefunction twentyeleven_comment
that is infunctions.php
The 3rd option is bad as in not recommended as that makes it harder to update/upgrade in the future.
Obviously 2 and 3 means that you need to mess with the code or hire someone to do it.
Related Posts:
- Adding another state (spam, reject, approve) to wordpress comments?
- How to make custom comment fields required and message field not required
- Adding Properties to User Profile and Displaying in List
- Save custom field types with this function…?
- How to filter post listing (in WP dashboard posts listing) using a custom field (search functionality)?
- Add validation and error handling when saving custom fields?
- Is there a way to set default custom fields when creating a post?
- Is it safe to store a user setting you don’t want the user to ever modify as a user option?
- Show only posts which can be commented OR have custom meta field
- Add custom objects/entities to WordPress
- How to get users by a custom field / by user meta data?
- Show Custom Comment Fields when editing in admin
- How do you add a custom option to user data?
- Edit Custom Database Tables in WordPress
- Filter results with custom field values and dropdown
- Is there a way to do multiple ordering on a multiple meta_query?
- Check before publishing, if already exist post with current custom field value
- Show User Their Password
- How to customize default wordpress editor?
- Problem in custom meta boxes
- How to show custom field’s value under post/page title in wp-admin
- ajax delete value from custom field array
- How can I sort get_users() by any value (last_name, user defined fields and more)
- Extra filed under “About the user” user profile
- How do I read the value of a custom field of the page?
- get_post_meta in sitewide tags plugin fails to return value for custom fields
- Best way to add custom / magic / flutter fields into RSS feed
- How to add a title field in comments?
- Insert attachment ID in custom field from media uploader
- Redirect users based on custom field
- Delete all custom fields at once?
- Register rest field for specific user
- Buddypress Add unserialized Profile Fields in Members Loop [closed]
- WP_User_Query pulling ACF to loop
- Better Method for Multiple Meta Boxes
- Custom Fields – Taller editing area
- query usermeta from custom field
- custom avatar removal
- WP 3.1 meta_query for multiple custom field values
- Sort custom field by post
- Send email with custom fields after new draft is saved or new post published
- Allow the comment author to delete their own comments
- Passing args to WP_User_Query am I using meta correctly?
- Declaring in variables [closed]
- How do i add custom fields to my themes template file?
- I need a “Choose from existing content” popin
- For homepage images (for small business website), is it better to use custom fields or post_thumbnail?
- Remove the deleted user comment
- Customizing WP user profile with custom fields
- comment meta_query for keys that aren’t yet set
- How can I hide custom field from users used for caching response from external api?
- How to query an out put value?
- Check & remove special characters in a field?
- ACF: How to get users with a ACF flexible content subfield with a specific value AND layout?
- check for duplicate user meta data before updating
- how to make a custom field readonly or disabled by user role?
- frontend submit post jQuery clone row won’t save
- Is there a way to set default custom fields when creating a new post?
- Front end register with custom fields
- Front-End User Profile
- Get emails from users by custom field SQL
- MetaBox not saving after empty
- Custom Fields Question
- How can I output the custom fields wrapping with HTML
- How to get all custom fields with some prefix in key?
- WP-eComerce Advance Meta Tag data in descending order [closed]
- Meta Box Plugin Cloned Fields – Multiple Foreach values
- Make separate text boxes for separate WordPress Custom Fields
- Custom field bug in WordPress 3.2
- How to parse a huge list of users using a CRON function?
- How to sort post listing on a page using custom field value?
- Adding re-type email and check it if the email match
- Odd functions.php issue in WordPress
- Counting post fields
- comments_where Hook
- Adding data to User profile
- No plugin populate user information in to form
- Link fields in User Admin list
- Echo out custom fields in comments
- Delete custom fields on post publish?
- When post is updated, custom metadata in text area field is overwritten
- Adding custom fields to images
- Extend WP_Customize_Control with Multiple Field Control
- custom field functionality
- How to add an option to admin to add image that could be used as header?
- Show or hide lang=”ur” in main element
- How can I create more “create attachment” custom field – any idea?
- Using Hooks. Thematic
- Adding thumbnails for non-image attachments
- Custom field in a shortcode?
- Deleting users do not deletes coments
- Echo text if field under user_meta is empty with get_users()
- I would like to display different text on different pages
- Add image custom attribute [closed]
- Check if a field is capitalized?
- file upload user profile
- Problem display
- Google not index my Custom 404 page ?why?
- Add fields to edit in custom widget
- How to add a custom field to the comments “Quick Edit” screen?