admin管理员组

文章数量:1335861

I have a custom post type called 'Inspections'

Doing this, you can access an inspection record by going to example/inspections/inspection-slug-here

However, I want to add some 'sub-pages' if you will:

/inspections/<inspection-slug-here>/sub-page1
/inspections/<inspection-slug-here>/sub-page2

In this case, I would really like sub-page1 and sub-page2 to be templates that I can author in elementor, or something similar.

In a perfect scenario, I would like to pass the details of the parent (inspection-slug-here) to be loaded in this sub section so I can use custom fields or something of the likes.

Is there anything out there that does this? I am using elementor and an elementor templates tool, but cannot find any ways to do what i want.

Thanks!

I have a custom post type called 'Inspections'

Doing this, you can access an inspection record by going to example/inspections/inspection-slug-here

However, I want to add some 'sub-pages' if you will:

/inspections/<inspection-slug-here>/sub-page1
/inspections/<inspection-slug-here>/sub-page2

In this case, I would really like sub-page1 and sub-page2 to be templates that I can author in elementor, or something similar.

In a perfect scenario, I would like to pass the details of the parent (inspection-slug-here) to be loaded in this sub section so I can use custom fields or something of the likes.

Is there anything out there that does this? I am using elementor and an elementor templates tool, but cannot find any ways to do what i want.

Thanks!

Share Improve this question asked May 14, 2020 at 6:21 Barry ChapmanBarry Chapman 816 bronze badges 0
Add a comment  | 

2 Answers 2

Reset to default 0

If you are interested in using Plugin, and to add PHP code directly into your Elementor, try the following plugin which will enable to add PHP code directly into your Elementor pages.

https://wordpress/plugins/php-everywhere/

You can create a custom Single template and when saving it, set the display conditions to the posts you want.

本文标签: Add custom template 39subpage39 to Custom Post type