Step 1
Disable all plugins and try enabling plugins, one by one, while you refresh the problematic page after each plugin enabled, until you find the source of problem.
If no plugin was the cause, go to step 2.
Step 2
Edit your current theme’s functions.php file and comment all occurrences of
add_action();
add_filter();
function calls, like this:
# add_action();
# add_filter();
Then try to uncomment them one by one, while you refresh the problematic page after each line uncommented, until you find the source of problem.
Related Posts:
- Removing any and all inline styles from the_content()
- Modify Image Source With The_Content Filter?
- How do I display main query posts in random order using add_filter
- Add review box by function at top or bottom of content
- Stop WordPress Wrapping Images In A “P” Tag
- How to get ‘post_content’ without stripping tags?
- Apply the_title() filter in post & page title, but not in menu title
- Update post counts (published, draft, unattached) in admin interface
- Get content from one page and show it on another page
- Removing filter dropdown in posts table (in this case Yoast SEO)
- Get old values for post before saving new ones
- How does filter the_posts work?
- How to disable content pagination?
- Modify ‘Read more’ link adding a new class
- How to publish a post with empty title and empty content?
- How to add a “publish” link to the quick actions
- Adding a div class or id inside the_content()
- Why is wordpress removing some unicode characters (e.g. some emojis) when I save my post?
- Divide Post content into separate divs for every 500 characters (or any other character counts)
- how to display post content without post image?
- Exclude category on blog list page
- How to remove_filter that filters iframes in posts? [duplicate]
- Post content being duplicated by the_content();
- Filter posts by author and category simultaneously
- Filter post before *editing*
- Filter/Remove HTML Elements on all posts and pages
- How can I extract the URL of a link from a post?
- Content editor creating blank paragraphs in spaces and creating   in the_excerpt
- How to add custom content (text/image) at start of content (IN content ie the same line)
- how “manage_posts_custom_column” action hook relate to “manage_${post_type}_columns” filter hook?
- Testing for post title in ‘if/else’ statement returns no content
- If specific user role then sticky post
- Display the Content of a Post with qTip2
- How to show video from specific category on sidebar?
- custom post type grid with content in lightbox [closed]
- Getting post id from wp_insert_post_data function?
- the_posts filter been called multiple time
- Filter Posts By Tag
- Custom excerpt length filter doesn’t work
- How can i do something after head like adding a hook for after head but before post
- Only display posts after current date
- Amend wordpress password function
- Custom Post Templates
- How can I remove posts of a certain category from homepage after a specified time period?
- How to generate numbers indistinguishable for the IDs of the posts
- Modify WP_Post before processing
- How to filter posts that belong to a specific category only if that is the only category
- How to retrieve the postID in a “image_send_to_editor” hook function?
- Filter Custom Post Type by Category with Ajax
- Uppercase first sentence in every post
- Ajax posts filter by date, comments, top views, top likes
- How to add Tags Filter in wordpress admin dashboard
- Why content_arr[‘extended’] removes paragraph tags?
- pre_get_posts query between 2 dates (date stored in custom post meta)
- Applying $posts_clauses filter to specific queries only
- how to remove dash (-) post status from post title on posts listing page wordpress
- Admin Posts Table Column Fitlering is not working for Custom Post Type
- Get latest posts from WordPress site without header, menu and sidebar
- How to add pagination in between post and comments?
- Adding the_date inside tags around the_content
- What is the filter or hook to add admin controls to posts on the front end?
- Change post order random through out the entire WordPress
- use wpml_post_language_details function other plugin based on $post->ID [closed]
- How to hide html tags on revision comparison pages?
- Add filter by custom field to block of posts
- Ajax post filters not working
- Default to ‘all’ view on the ‘edit-post’ screen for authors
- Show the content that is after the excerpt using child theme
- Display Meta Values in Custom Filter – Admin Custom Posts
- How to filter my search in post if contains a word in title, content or excerpt?
- More then one menu items are assigned with “current-menu-item” class
- Update post_content everytime a custom post is opened in backend
- Posts and Attachments with “Published” status in Search
- get query() without post content?
- How to show full post?
- How to allow visitors to filter posts by multiple taxonomies
- Filter only the text in the_content
- Trying to alter the post_content through the_post
- How to check if single.php has already called the_post_thumbnail function
- add to end of post in the loop with plugin
- Add filter to the end of the post
- Get post content with all filters applied, knowing post id
- Adding bootstrap classes to video shortcodes
- Is it possible to filter the main loop to exclude posts from a specific category?
- query post limits
- How to disable the_excerpt from one post
- Modify posts listing at back end
- Filtering posts on Post Administration Page by Week Number instead of by Month
- Prevent posts with certain post_meta to be edited
- Change the default blog post post attribute template name from “default template” to something else
- Hook for changing excerpt content when excerpt not set
- Is it possible to add a shortcode below post title?
- Post filtering is returning blank page
- Updating permalink structure using ‘post_link’ filter results in 404 error for posts
- How include css class based on post ( in loop ) slug?
- Add div before the first paragraph the_content [closed]
- the_content() Not Grabbing All Content
- Restrict displaying posts to the poster itself (in Back-end)
- Exists filter or action that change Add New Post link?
- changing parent_id on post