Nesting pages
-
Hello!
I used to have an issue with nesting pages:
https://www.ads-software.com/support/topic/nested-inserts-possible/
At that time it was well resolved with this code:// ****START******** for Insert Pages plugin function spacious_init() { // Disable nesting check to allow inserted pages within inserted pages. add_filter( ‘insert_pages_apply_nesting_check’, ‘__return_false’ ); } add_action( ‘init’, ‘spacious_init’ ); // ****END******** for Insert Pages plugin
I have just updated my template, Spacious to 1.7.1
I have added again the code above… And it does not work now.
When nesting a page, it’s content is not displayed,How can I make it work, so pages can be nested?
WP 5.3.2,
SPACIOUS 1.7.1
PHP 7.2.29Thanks!
Tamas
The page I need help with: [log in to see the link]
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Nesting pages’ is closed to new replies.