You can try to repair your database. To do it, please read this answer in StackOverflow.
If repairing database didn’t worked, you can try to update the post status manually.
- Connect to your database
- Find the page in the wp_posts table (you can find it through the post_title field)
-
Update the record running a script like this one:
UPDATE wp_posts SET post_status=”publish” WHERE ID = YOUR_PAGE_ID
Related Posts:
- Get the content of a specific page (by ID)
- How to give paged links custom title?
- featured image as background image on pages
- Show Default Editor on Blog Page ( Administration Panel )
- Create pages automatically if they don’t exist
- Can I display submenus in groups, using wp_list_pages?
- Order by menu_order and title?
- How to redirect on particular page in wordpress? [closed]
- Can I display the widget admin in the page admin?
- Internal Links to Pages in PHP?
- Restrict acceess of a page in backend
- Modify theme to get page excerpts on front page
- get_page_by_title not working when used with a variable
- WordPress twenty eleven sidebar on Pages
- Debugging shortcode problems
- How to make certain page templates visible to admin only
- Editing Pages that Have Already Been Published
- The entire content of my WordPress page has disappeared
- What is the proper way to get contents of a page?
- Getting child content
- Clean URL link for page without number
- Include content from one page to another
- Can I include Javascript/jQuery in a page?
- Adminbar Missing “Edit Page”
- conditional tags- how to use with shortcodes
- List all private pages user has access rights to read
- How to update the counter of private pages in the dashboard?
- Any Ideas for Including “More Tag” with get_pages($args)?
- Using in-build Visual Composer param types in custom param types
- Google Analytics tracking code on just one page?
- Edit custom HTML page from WP admin dashboard
- get_pages() as per custom menu order
- Display child pages in sidebar of parent page in wordpress
- Get the Current Page Slug-Name
- How to use is_admin in page content?
- Adding a Calculator to a WordPress Page
- List all posts with the parent or grandparent of a page with a specified ID
- Why isn’t WordPress respecting my HTML?
- From a developer’s point of view what are the differences between pages and posts? [closed]
- block a page from logged out users and redirect to homepage
- Disable ADD PDF media button on rich text editor
- Page titles for internal classification of landing pages
- Function to incorporate an option in each Page
- How to properly enable comments form in page template
- Displaying direct children of other pages on homepage
- How do I reference the front page’s parent Page object?
- How to bypass 404 for certain pages/posts?
- Displaying Current Page Number Conditionally
- Multiple Loops That Pull Pages (Child/Grandchild) While Styling the First Entry
- How do i pick the pages in 20-11 header?
- trying to add a author value in wp page links?
- Check if has pages?
- How to show page title with capitalization only as I typed in?
- Create custom page to author.php
- Make Audio Element Persistent Across Pages
- Show children connected to parent pages
- How to get an array of pages ID by some page’s slug and all its children pages in get_posts() function?
- Restrict specific private page to a specific user
- How to remove a page in its entirety
- Display latest comments (global) with replies on a page
- Editing Pages Icons Are Not Showing Up – Why is this happening?
- How to add custom php file to right sidebar?
- Why my home page doesnt work?
- Mailchimp RSS feed work with single wordpress page?
- How to publish pages under a subdomain url?
- how to setup subdomains for pages?
- How to approach need for virtual page on my WP site?
- Creating content using wp-admin pages
- change page status with code
- Is it better to set social media sharer in entry-footer.php or comments.php in WordPress blog?
- Get All Pages as strings in array
- Attach link to pages accoding to tags
- Search Page: activate html code if the tag is on the page
- How to end the Page Load Event and load after that?
- How can I add a new page in the pages tab that belongs to specific theme?
- New page has incorrect URL
- Issue with page not erasing
- My page won’t publish
- Pages redirecting to homepage
- How to migrate .HTML pages to WordPress
- Why does the default Insert/edit link function in Visual mode in posts or pages produce full urls?
- Programatically create multiple pages by passing in array of info
- Filter posts by author selected in page
- Temporary download page or restrict static download page based on how the user got to the page?
- search page different results
- List Parent page with sub pages
- simple category search form returns full text – but I need excerpts
- Naming custom page templates
- How can I use Page editor for two separate templates?
- Sort the data in WordPress using get-page-by-title
- Adding a filter to wp_edit_posts_query() to prevent hierarchical display of pages
- Order pages by date
- wordpress user profile page
- In WP, Google map error initMap is not a function [closed]
- WordPress is picking up links that don’t exist
- Split Page Links
- Ask for template when adding a new page
- How to view front-end of WordPress website, using Atom?
- Can’t create new pages in wordpress
- Custom template is not showing up in templates dropdown list after re-naming it