I recommend to try by debugging the code, might be there is an issue because of a New version of PHP.
Try by writing this code into the wp-config.php
file and see what if any error:
// Enable WP_DEBUG mode
define( 'WP_DEBUG', true );
// Enable Debug logging to the /wp-content/debug.log file
define( 'WP_DEBUG_LOG', true );
// Disable display of errors and warnings
define( 'WP_DEBUG_DISPLAY', true);
@ini_set( 'display_errors', 1 );
// Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
define( 'SCRIPT_DEBUG', true );
NOTE: You must insert this BEFORE /* That’s all, stop editing! Happy blogging. */ in the wp-config.php file
Related Posts:
- Allow user to “edit_others_posts” to save only, not publish
- Restrict users from editing post based on the age of the post
- How can I control multiple editing of wordpress posts?
- “edit_published_posts” and “edit_other_post” issue
- Restrict edit, but allow preview for custom post status
- WordPress capabilities on pending post status
- user_has_cap filter allows “edit_others_posts” but not is not allowing updating/publishing
- Disable `create_post` for built-in post type
- What is the use of to_ping and pinged column?
- Add custom Attachment Display Setting for images
- Rewriting post slug before post save
- Prevent Authors from viewing each others Posts
- Removing filter dropdown in posts table (in this case Yoast SEO)
- Export WordPress Posts and Meta Information in CSV format
- Posting From Apple Aperture?
- How to know if get_posts() failed?
- Show related posts by category but ignore one category
- Replacing all attachment links in post with media file link
- Post content being duplicated by the_content();
- eBooks download website, page or post?
- Add few specific post ids to wp_query
- Disable REST API for a user ROLE
- Can I hide a specific post from latest posts page?
- How To Keep Posts from Being Displayed Two or More Times on My Homepage? [closed]
- Latest 5 posts (custom post type), each post different CSS
- Add scripts on custom post add/edit pages Not Working
- Understand post type
- How to access featured image?
- How can I show wordpress posts based on author?
- previewing my posts on static page?
- How to retrieve the postID in a “image_send_to_editor” hook function?
- Avoid duplicate post from same Taxonomy
- Post revisions disappeared (for some posts)
- Replace ‘published on date’ with ‘modified on date’ on Posts
- How to display category from recent posts?
- Display featured products by category
- Best way to assign post position in a news site homepage? (no categories, no sticky posts)
- How do I restart my loop with get_next_post()?
- “Duplicate” Posts Appearing Since 3.1.2 Update
- Rename “post” to “article” throughout the admin back end [duplicate]
- Change post order random through out the entire WordPress
- Set size for attachments
- How to render arbitrary post without displaying it [closed]
- Adding an image to a non existing post
- How to remove in-line style of WordPress’s post content only?
- How can I add content to a post that only shows in single-post mode?
- How to Get Posts, Including Private Ones?
- Find the Post ID of a post from another website
- Disable auto-save and post revisions from inside a theme or plugin
- Refresh problem post is duplicated when page is submitted after page reload
- Migrate posts from category and sub-category via SQL
- Force fill all fields when creating a new post
- register_post_type permalink
- Display recent posts from portfolio
- WordPress display posts category in loop
- How to get post with slug and exclude categories
- How can I set a maximum allowed post size and number of posts submitted?
- Adding post date will not insert new post
- How to make related post order by random?
- Only show featured image on exerpt and exclude images in post
- Get timestamp of latest post in C#
- Prevent 404 of Author pages without posts
- Categories Listing and Highlighting current category item
- In admin panel, use a form to create a post?
- How to get the post id (of the parent custom custom type) in a loop inside a widget?
- WP_Query get posts in custom database table [duplicate]
- How to save template data into wp_post table (post_content column)
- WP query taxonomy optimization
- How to set a Post’s default visibility to ‘Private’ in Gutenberg?
- Sticky Post Doesn’t always work
- Display latest posts from a specific categories
- out of nowhere
- My posts are getting to Auto draft when I try to Publish
- Moving Gutenberg content from one website to another (block media ids wrong?)
- Make current post the homepage
- Get post by two meta key but order by one of them
- Is it possible to make a custom post that adds multiple pages?
- Creating a link to the first post in a category
- How do I make it so that new posts within a certain category go into a certain page?
- List Authors For Current Category
- cleaning out posts that don’t exist anymore but links are still there
- some posts being displayed as pages
- Assign specific ads to specific categories/posts
- Reading Setting Not Working for Number of Posts
- 404 for some custom taxonomy not ALL taxonomy
- Add tags to post before it’s created
- can’t post immediately
- Where are my posts linked to? I keep getting a Not Found Error, and I have no single.php page
- save_post not working
- Password-protected Posts lead to 404 Error
- Multiple blog “feeds” in a single blog each with distinctly styled post pages
- How to get pagination working with “Pending” Posts
- How to show all Posts Image, Title and 3 line description on main page?
- Post’s arent displaying
- Show with echo if a post has two or more categories
- Display post count on archive page in reverse order
- How can add custom commands in post-new.php in wordpress
- Filter/Sort Post Form On Taxonomy page
- How to move all images in a post to a single gallery for a bunch of posts?
- Display post by select it from a dropdown menu