PHP in pages, plugin broken
-
Hello,
With the new WP, it would seem the plugin I was using is no longer working (Allow PHP in posts and pages). And I needed it to call child-pages of a page on the parent page.
<?php wp_list_pages('child_of=xxx&title_li=yyy'); ?>
The workaround is “working”, creating a page template with the code hardcoded into the layout, but as this is a project with quite a few pages and sub-pages, I would much rather not have to create 200 templates…Oh and writing a code that for one template would display all children would not be possible, as it is only to be displayed on a page per page basis…
Any ideas how I can work around this? I’ve tried the following plugins Exec PHP, Grimp, and Allow PHP in posts and pages.
Thanks a lot in advance!
- The topic ‘PHP in pages, plugin broken’ is closed to new replies.