I have a problem with WordPress.
I would like to have a custom post type page as page parent.
For example :
Custom Post Type :
-Custom Page 1
-Custom Page 2
-custom Page 3
Page :
-Page 1
-Page 2
-Page 3
I would like for example to have Custom Page 1 as Parent to Page 1.
The problem is that I’m just allowed to add a page as parent to another page.
Does anybody have an idea ?
Thanks !
to create custom page type-you must create name.php file and write here
and when you the page is created, you must change page template from default to NameOfTourPageType in right menu.
Here is the example for video post type, copy it to fonctions.php. and create single-video.php and taxonomy-video.php files.