hello, i’d like to be able to use Views plugin by wp-toolset so i can have more display options for the frontend.
Can you tell me where to remove teams or portfolio cpt like described in paragraph below.
The process goes like this:
Remove the PHP that declared these custom types. Normally, you’ll remove them from functions.php in the theme. Once you do this, all your custom data will appear to have vanished. Don’t worry. It just doesn’t show.
Add it using Types. Make sure that you use the exact same slug. The description can be different but the slug is crucial. If it’s different, the old content will not show. Now, everything displays back as it was.
Converting custom fields
First, create custom field groups. You should leave them blank (without adding any fields). This is because we’ll go and add the existing fields to them.
Go to Types->Custom Fields Control. Select the checkboxes next to the fields you’re interested in and click on ‘bulk actions’ to select to add to a group. Choose the group. Then, select fields that have a type other than ‘textfield’, click on ‘bulk actions’ and choose to change the field types.
Voila! All your custom content now runs under Types control.