Genesis framework comments broken?
Related Posts:
- count number of user comments with a specific comment meta value
- Automatically generate Post/Page from searched Database item?
- Transaction when using WP functions rather than vanilla SQL?
- $wpdb->get_results(…) returns empty array despite correct query
- How to get the list of WooCommerce product image of a certain category from database?
- Display user’s total comment count outside The Loop
- How to make WordPress plugin check for database changes and then do something?
- Facebook Comment Count
- Alter query on edit.php
- Getting the comment number relative to all the post’s comments
- How to auto login user again after change user_login
- How to output a permanently delete comment link?
- How to display multiple Post meta_key/meta_values by SQL query
- How to Join two tables from separate databases within WordPress
- Change comments form title on a page by page basis
- Would manually deleting the dumping data fix a “#1062 – Duplicate entry ‘1’ for key ‘PRIMARY'” phpMyAdmin error?
- How do I make wordpress comment fields required?
- How do I create comment-reply-button using element not
- WPDB: how to get the value of a field in a custom database table
- How to check if comments are paginated?
- Database “Migration” for Plugins?
- my function doesn’t return my post from today
- Enhanced WordPress Search
- Notify WordPress Site I Have Linked To Them
- Add “last” and “first” to WordPress Comment Pagination Links
- Uncaught TypeError: Cannot read property ‘firstChild’ of null after upgrading to WordPress 5.5
- Replace comment avatars and links at the same time
- List of posts by day of the week
- register_activation_hook isn’t adding table to DB
- How to display posts of specific category using a custom Query in WordPress?
- Adding ads code between comments
- What SQL / WordPress queries would need a nonce?
- Renaming post IDs – Okay to do?
- How to generate page content from database the right way?
- How do I fetch all comments per post via WP REST API?
- phpMyAdmin displays error when importing database
- comments_number display outside specified span
- Preferred Method of debugging a wordpress SQL calls?
- Trying to implement Ajax comments in WordPress, getting WP error
- How does this WordPress Plugin (Thrive Comments) apply their custom comment sort? [closed]
- Show comments menu in dashboard only if the site has comment
- Get Current User Id Inside a Loop Returns 0 For a Shortcode
- Get stock by custom meta field on all Woocommerce variable products
- Transferring working local PHP site to wordpress – with database (MySQL)
- how to delete 30 day old data using PHP [closed]
- Display fields as values in array from external SQL DB
- “comments.php” not available after edit in WP administration
- User’s total comment count excluding comments on their own posts
- Importing Geo data into wordpress database
- Detect session/cookie variable in wordpress to prevent access to documents
- Sending data from custom inputs in WordPress comment form in the admin notification email
- Show wp_die if url form comment not emply
- Why does my callback function not work with this custom filter hook?
- Customize Theme comment template to Insert VoteUp and VoteDown buttons
- Querying wpdb using PHP
- WP_Query adds “(wp_posts.ID = ‘0’)” so no results are returned
- How to implement a rating and review system for WordPress custom posts?
- Ajax load more button for comments wordpress
- edit_comment_link is not showing for comment author
- Limit 1 global comment per minute
- Create Page To Count Comments For Each Post In WordPress Site
- Archive post by meta value + 24hours
- comments sorting incorrectly across multiple pages
- Commenting out unwated CSS/scripts in HTML with PHP
- wp-comments-post.php file returns a blank page
- php function to display commenter username or login
- $wpdb->insert() does not Insert record in a table
- check if comment submitted was successful
- Databases – Submitting data from inputs to database [closed]
- Alter required message using comment form api
- Get post id within comments loop
- Is it best to avoid using $wpdb for security issues?
- WordPress comment submit button substitutes/options
- How to list commenters and days since last commented
- How to add text to the start of all comments?
- Does anyone know all parameters of get_comments()
- Appended comments but they show up above the content instead of below
- get comment data using comment id
- Removing the comment function within wordpress
- dynamic page using php from sql database
- wp_delete_comment takes two tries to delete – then deletes all comments
- Change “No Comments” link to “My String” on Blog Post (Find Snippet in Code or use CSS, PHP Solution) [closed]
- Use $wpdb or other PHP script method to find/replace in WP database
- How to Update post_modified of all wordpress post
- Correct PHP to output a single result of a Function with SQL Query
- Send a mail to specific address in a custom field when a new comment is made on a specific post
- How can I add a new row in a separate database when someone registers via WordPress?
- PHP -> SQL Query with Summing
- Lost in trying to create user database system
- Pull MySQL data from multiple tables and merge into 1 PHP array
- Fetching Initials of the Commentator in the WordPress Website
- Filter results from a serialized string to use on statistics
- get_comments_number() returns 0
- wordpress site – using custom database and PHP
- How can I include the user id inside of a shortcode php output?
- Searching Posts Programmatically in a WordPress Plugin
- Restrict characters in comment section
- Use variable in SQL statement
- Why my query does not run with prepare
- Conditionally load class in the comment section of the post page