I would enable comments for that page and save them with a comment meta holding your object’s ID. To be more specific, this is how would I tackle this issue:
- Hook into
comment_post
action and save a comment meta calledmy_object_id
with your custom object ID as a value when posting a comment from the relevant page. - To display only relevant comments, I’d query the comments with
meta_key => "my_object_id"
andmeta_value
set to the actual object ID you’re retrieving the comments for.
Related Posts:
- Custom comment type maybe?
- Akismet plugin is deleting spam despite preferences
- Send reply with pre-prepared answers
- Moving FB comments at the end of page
- Display WordPress comments before the plugins?
- How to fix slow comment query?
- How to fix vanilla comments extra iframe space
- Translating long texts with html formatting
- How would I go about creating a user ranked post popularity page?
- Anonymous Postings
- Do widget options need to be escaped widget()?
- Is there any W3C compatible Share & Follow plugin?
- Does any one have Idea to get these functionalities with the plugin wp-multi-network
- Disable woocommerce cookies and delete cart data automatically
- WordPress comments not appearing in blog posts, likely because of Redux template. Could I fix this with a plugin that adds a comment form as a block? [closed]
- className not populating in custom block
- How to fetch products with the price in a page on woocommerce using a form or live search with php
- Run plugins only on certain pages
- Overide plugin files from child theme (/inc/ ) folder
- wp_generate_attachment_metadata is creating an empty array
- custom payment gateway in woocommerce failed to connect to remote api server
- Display encrypted content on my website
- Post category with counts been display like a menu
- Post custom Data value in The Events Calendar plugin [closed]
- posts comments goes to trash
- Best way to maintain and update 3rd-party WP plugin when developer is unresponsive?
- Save custom attributes of product in woocommerce
- Calling an attribute from a plugin shortcode
- Best place for short bio,image and button [closed]
- Use of Templates in a Plugin
- Why can’t I access my Intranet LDAPS with NADI?
- External Domain on WordPress Multisite
- In the archive widget, how do I sort in between two years?
- Comment section not showing correctly
- Disqus deleted comments are syncing with wordpress but active comments do not
- Customization API for plugin development
- Fromcraft Plugin On click submit button [closed]
- Include comments form in plugin page
- creating a custom shop page display on archive woocommerce
- Setup page on first login on multisite
- polylang + category/tag custom language link
- Anspress Customization: How to show logged in user votes on a single answer?
- Custom wordpress Theme and Plugin repository
- Automatic Updates Individual Plugins Not Working
- How do I make a child theme I made POST through a 3rd party plugin?
- WordPress 4.2.1 pre_get_comments doesn’t work after update
- How create Group Blogs based on user created Groups
- How to redirect users to their profile after they successfully edit their profile
- Custom table naming/access convention for multisite: $table_prefix vs base_prefix or other?
- Add ALT attribute to Pin It Button image to pass HTML5 validation
- date/time-picker and file upload (image) fields for custom fields (e.g. with more fields)
- Integrate Facebook comments with native comments
- Getting Theme element into plugins page editor in wp admin
- WordPress as web application base
- Post Comments with Ajax in WordPress
- Notify comment author upon reply
- Customize The Events Calendar to Include an Option to Expand for More Events Listings
- URL rewrite of independent plugin?
- Plugin for users to create their own ads like Google Adsence
- GeoMashup plugin: how to customize cluster markers / icons? [closed]
- allow photo/video in comments
- How do I apply style to each category of a list?
- Add category selection to custom post type (plugin)
- Redirect to another page using contact form 7? [closed]
- changing posts layout in ultimate member profile plugin
- “No Add Button” for me to customize my WordPress with themes and pluggins
- Translation plugin to translate another plugins
- Login Customizer doesn’t change the background of the register form
- Inserting custom PHP script on homepage
- Creating Featured Content Boxes
- Integrating WP E-commerce plugin into custom theme
- Custom setup of wordpress comments that are displayed
- Best practice for including plugin output in a template without using shortcode?
- Custom post types – remove default post supports through empty array?
- Is there a specific term for Plugins that are specified in a WordPress Post using Comments?
- Basic gallery plugin suggestion [closed]
- a weird attribute on every html tag
- How can I run a custom shortcode function on a live site and only run if the viewer is a specific machine?
- Add back to post link on blank comment post error page
- Contact Form 7 – Form name blank [closed]
- How do i get file_get_contents to work in wordpress
- Custom widget doesn’t save values from dropdown box
- Plugin Development – Functions or Hooks?
- Plugin function inside custom plugin
- WordPress as template engine
- Change the style of h1, h2, only in post entry
- How to change the wp_upload_dir() path in plugin
- Add some fileds to the wp_posts table
- Flag Comment as inappropriate button plugin
- Customizing Titles on the Fly with Code
- Disable plugin only for one post
- Free paypal cart solution [closed]
- Add filter on html tags,attributes on specific function in wordpress
- Which plugin can do horizontal scrolling of RSS feeds in WordPress [closed]
- When I try to de-activate any plugin it gives error “Warning: call_user_func_array() [function.call-user-func-array]”
- Text change in Advanced Customs Fields [closed]
- Help with comments.php
- Some WordPress Posts are automatically becoming comments on other Posts
- Comment IP Plugin – Fixing onfocus=’this.select()’
- Custom API plugin to execute 3rd party API to retrieve data