how to add a single page as a sub-page of normal page?
Permalink
ATT.
Here is my situation: i have a page showing a list of working opportunities, and when user click a item of the list, it will go to the job detail page. In detail page, there is a apply button take users to a page named apply page where user can input their information and apply for this job.
Here is the request:
1.the url of list page will need to behttp://host/jobs
2.the url of detail page will need to behttp://host/jobs/jobid
3.the url of apply page will need to behttp://host/jobs/jobid/apply
So i am taking advantage of Single Page since i only need to create one Single Page and in the controller of the Single Page i can take jobid and apply as parameters of view() method, and include different elements php according to the url.
But now, i don't want put the Single Page in the top nav, instead, i have to put the Single Page as a sub-page of a normal page, is there a way to accomplish that? Any help will be thankful.
Here is my situation: i have a page showing a list of working opportunities, and when user click a item of the list, it will go to the job detail page. In detail page, there is a apply button take users to a page named apply page where user can input their information and apply for this job.
Here is the request:
1.the url of list page will need to behttp://host/jobs
2.the url of detail page will need to behttp://host/jobs/jobid
3.the url of apply page will need to behttp://host/jobs/jobid/apply
So i am taking advantage of Single Page since i only need to create one Single Page and in the controller of the Single Page i can take jobid and apply as parameters of view() method, and include different elements php according to the url.
But now, i don't want put the Single Page in the top nav, instead, i have to put the Single Page as a sub-page of a normal page, is there a way to accomplish that? Any help will be thankful.
- Go to Sitemap
- Click on the icon next the name of the Single Page
- Drag it onto the top level menu item you want it to be a sub-page under