Hello @MP_Quadro,
What you have in mind is not possible because you have a slug conflict. You will need to resolve the conflict first.
In Pages > All Pages, you can select the “Simply” page and then assign “Prodotti” as the parent page. Or you can also assign it while you are working in the builder as shown in your screenshot.
All of this setting is good and you are expecting to have https://example.com/prodotti/simply/
. The problem is that your Isomed Products is also using “prodotti” as the custom post type slug. You have added that in the line 69 of the file: custom-posts/isomed_product.php
in your child theme’s custom functions folder:
'rewrite' => array(
'slug' => 'prodotti',
'with_front' => false
)
You have two choice here:
1.) Change the slug of your Isomed Products
2.) Or simply create your products in Prodotti > Tutti gli Impianti. You may need to create a custom layout for your Isomed Products.
Kindly let us know what you think.