I was wrong when I said we had gone back and disabled all comments and trackbacks for previous posts. As it turns out, we did not. The comment from Dan above made me realize our error as when I began to scan our logs, I noticed these were all previously published pages. Whomp, whomp.
Our solution was to run the following two SQL statements on our database to shut off comments:
UPDATE wp_posts SET comment_status="closed";
and pings:
UPDATE wp_posts SET ping_status="closed";
for our previously published posts.
Related Posts:
- Why are the comments disabled by default on my custom_post_types?
- Display Authors Comments on Profile Page
- List all posts commented by current user
- Custom Comment Types
- modify all posts of a category to “no comments allowed”
- Custom comment status possible?
- feed links for custom post type pages
- Seperating custom post type comments from regular blog posts comments
- Add comments meta fields to comments metabox on post edit screen
- Exclude post_type from admin comments_list
- Recent comments on author page?
- wp_query and comment_parent – select only posts with top level comments
- changing default comment form arguments [duplicate]
- Comment moderation on custom post types
- Automatically check “Allow comments” for custom post type [duplicate]
- How could I create a ‘private comments’ section on a custom post type?
- Disable comments from showing up public for Custom Post Type
- Custom Post Type loops and Disqus
- “Allow Comments” box cannot be checked
- Separate comment section for post type in dashboard
- Count all comments of a custom post type
- custom comments on specific post type
- Insert data on comment post
- get_comments not working on custom post types
- Custom Post Type Set Comments ON by default without show METABOX
- WordPress comments_open for specific user role or post type
- Add custom field in comments form
- Create another comment system for CPT
- How can the recipients and content for comment email notifications on a custom post type be changed?
- Convert comments to Custom Post Type
- How to assign classes to all elements?
- custom comments form for custom post type
- What functions does WordPress use for filtering / sanitizing comments?
- comment_notification_text filter for custom post type
- get comments by current user inside page template
- User-submitted reviews of different custom post types
- Check if user has comment on current post
- Enable comments on custom page type – option not showing in “customize” for theme
- Allow anonymous comments just in a custom post type
- duplicate comment section functionality and call it something else for custom post types
- Send email messages after comment was submitted
- comments hooks on custom post type
- custom comment fields on CPT
- unapprove comments on custom post type
- Enable comments for post when comments meta box removed
- Get the latest comment from a custom post type where depth = 1?
- Why will comments not remain open on custom post types?
- How to add comments to my custom post type but hide it from default WordPress Comments section?
- How to change the comments form title based on post type
- Comments on posts with new custom post type redirected to another post
- Display custom posts, ordered by most commented, without duplicates
- get comments for custom post type
- How to create a discussion post when a custom post is created?
- Adding second comments.php for reviews
- Custom post type updated to support comments, yet comments don’t appear
- Comments not enabled for custom post types
- Turn off comments for given CPT checkbox?
- Author profile comments system
- Custom post type: can’t enable comments by default
- Comment moderation with disqus comments
- add comments custom fields after user is logged in
- Comments are not working on Custom Post Type
- Error 403 when posting comments to a custom post type from a different page
- Comments not working (error not allowed) on posts with custom post status
- Is there a way to get N number of WYSIWYG editors in a custom post type?
- Getting the IDs of a custom post type
- How to customize post edit notices
- Forcing all posts associated with a custom post type to be private
- Reason action hook won’t work with update_post_meta from frontend form? Alternative?
- if && problems with transition_post_status
- Custom Post Type Query multiple Taxonomy Terms
- current-menu-item not working with custom post type
- Custom Post Type without an archive page
- Copying existing posts after new post type has been added
- wp_get_post_terms on custom post type with custom taxonomies returning an empty array
- get_category_parents for custom post type taxonomy
- Registering post type doesn’t show results on front-end
- How to change custom post type position from backend
- Get theme URL without printing result
- Display an authors post on a single page only when they are logged in
- Include php on a specific page template
- Linking to Post Types from wp-admin
- Shared terms between taxonomies
- Custom post type Shortcodes wordpress
- After creating Custom post type by user delete old one
- How to add new post using a form to categories when categories are using as menu
- adding read more link for custom post type
- Display 3 recent posts from one taxonomy
- Translate website without duplicate custom post
- Add custom template ‘sub-page’ to Custom Post type?
- WordPress Custom Taxonomy – If not parent term
- Need folder for CPT templates for eg: single-{post_type}.php
- Add an array as post content dynamically
- How To Loop Through list with Custom Post Types
- Customizing a plugin function using a hook
- Changing custom post_type when publishing
- Show custom post type in archive page by category
- WordPress custom post type post and category links 404
- Count of posts with meta_key filled in?
- Taxonomy Archive URL + Template