Tuesday, June 14, 2022
HomeWordPress DevelopmentAltering customized sort identify hides the customized posts

Altering customized sort identify hides the customized posts


I created a customized publish sort. Plugin used is Customized Publish Sorts & Customized Taxonomies plugin which does the job superb.

And added some posts to it.

However once I modify the identify of the newly created customized publish sort, the posts no extra present.

I attempted a plugin known as pTypeConverter however I want I did not. It is outdated & not even getting deleted.

What I lastly did is this question:

UPDATE `wp_posts`
SET 
    `post_type` = REPLACE(`post_type`,'custompost1','student-portal'),
    `guid` = REPLACE(`guid`,'<from outdated url>','<to new url>')
WHERE `post_type` = 'custompost1'

Now the posts present on the new publish sort however all of the Metabox galleries I created with MetaBox.io aren’t seen any extra within the new customized publish sort.

Why would not WordPress comply with the id as international key for instance, why the identify? And what to do to retrieve all posts as they already have been however with the brand new customized publish sort (alongside their Meta Packing containers).

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

- Advertisment -
Google search engine

Most Popular

Recent Comments