Yes Its Possible Just Simply Run This Query Once
If You’re Not Developer Then Don’t to Anything
Just Simply log in to your cpanel->open phpmyadmin->There is maybe one or more database you’ve to find which one is wordpress database (click on database and where all table names starts with “wp_” its your WordPress Database -> and check there’s few tab “browse / structure /SQL” Go to SQL Paste this Code write below and click on go you’re done now.
UPDATE `wp_posts` SET `post_type`='page' WHERE `post_type`='post'
Related Posts:
- Get the Current Page Number
- Stop WP from creating “Sample Page” and “Hello World!” post
- How to display by default only published posts/pages in the admin area?
- Get current menu_order
- Delete Associated Media Upon Page Deletion
- How to Check if a Page Exists by URL?
- Restore contents of deleted user
- What is the difference between “post” and “page” in WordPress?
- posts page – different lengths of excerpt
- WordPress automatic and permanent page
- Getting an alphabetic post list with two letters onclick on letter
- Is it possible to show a different WP menu when using password protected pages?
- Multiple loops in same page, without duplicate content
- why does HTML Tag not working in Post and Page
- problem to delete page
- Redirect before post page
- When paginating a Page with the tag, how can the 2nd and subsequent page styles be customised?
- Convert a complex webpage into WP theme
- WP_Query do not load specifed number of post
- Single post as homepage?
- Should a photo gallery be in a post or on a page?
- Specifying # of Posts per page using inline post plugin (:
- Can I use images as anchor tags with
- How can I pass the ID of a post to a page template by clicking a url?
- Create posts under certain page
- Should I use posts or pages in this scenario?
- Why aren’t my posts/pages showing up in my WordPress Theme?
- Adding buttons to Add New Post and Add New Page
- Switch to page template when using post permalink
- 301 (static page instead latest posts)
- How to handle broken links created by permalink/slug changes?
- Get Page ID of blog homepage
- Static posts page with home.php
- Hooking into the post editing screen for an existing page only
- Automatically create a new page daily with last three posts
- User Selectable Delete of Pages
- How to get ID of the page included with get_page()?
- Posts vs Pages and categories
- How to dynamically parse and transform post/page content before displaying it?
- is_page() and is_page_template() not being differentiated
- How to create a “latest news” page showing a list of posts from blog category
- How do you search for a post or page with a certain url on the WordPress admin panel?
- Intercept page request and add value to it
- How to create a page that shows the last 10 posts?
- $_GET parametters not working in an specific template
- the_content() Not Grabbing All Content
- Display Featured Posts Grid on Static Page (Gazette)
- Detecting current page from class method
- Having pages after specifying post_type post
- Unabled to Change Permalinks – Even Using the “Edit” (Resets to Original Permalink on “Update”)
- I don’t want the complete article to show on homepage
- Display on page every post in blog WITH comments
- HTML Inside of Shortcode Breaks Shortcode Output
- posts going to 2 pages/categories only show up in 1
- Have posts included on a page that share same category
- Preview page/post revisions without overwriting current content
- Link from Post to Another Post Via Clicking on Words within Original Post
- Organization of time insensitive content
- Adding if statement into the_content()
- Archieve page, Advertisement Every 3 Posts
- Prevent duplicate pages from being added
- Separate blog and reviews categories
- Creating a redirect option for current page url
- I want to add another search box on posts page in dashboard
- Is there a way to find all posts with Youtube video embedded?
- Change the size of the featured image for post?
- Go back to the exact post page number
- WordPress empty page! what is wrong with this code?
- Add CSS and JS files of the template post on a WordPress page
- WordPress: Develop multiple posts with different data
- Remove status ‘archived’ from the default post and page view
- Parent menu item does not display posts when I add the sub-items
- Blocked posts in network tab
- How to distinguish pages created by woocommerce?
- how to put post customized in page
- How do I customize the post page
- Clicking on a Post takes 10+ seconds for the server to respond, Pages will respond immediately
- Page with Category Returning 1
- Count posts for pagination
- Custom permalink for wordpress page / post
- Using WP page password protection as defacto login
- How to add post under particular pages? Like website.com/page1/post1
- I lost the link to my posts in my menu bar
- Posts are not showing up on next page.
- Posts in Page – How to customize the URL?
- Page not loading content – Body archive – page
- Display all posts/pages in a multiple selectbox
- Using Post ID and Page ID in same function
- How can i add new post on new page
- Make a custom URL and link to custom Template
- How to display a paginated list of posts from one category on a page? [duplicate]
- Cant retrieve $_POST inside page, just header
- how to style an individual page in a category [duplicate]
- Redirecting posts in WordPress to a specific page
- Wrap div-tag around posts in page
- Adding a post to a page
- When and how will php code in a user made WordPress page be executed?
- CSS – Change height of Storefront / WooCommerce product categories, but not products
- The page that displays Posts on homepage
- Post data returning null [closed]