Rating: 4 stars
This hasn’t been updated in years, so obviously it would be better to find a supported plugin to do the same thing, but if you just want to get it working in PHP8, go in to subpage-listing.php and change the last couple of lines to:
// doing it this way for compatibility with the Preformatted plugin
add_filter(‘init’, function($a) { add_filter(‘the_content’, ‘txfx_wp_subpage_display’, 9); });
That should fix it. create_function isn’t supported in PHP8 (nor should it be… *shudder*)
]]>Rating: 5 stars
Require an updated version of this plugin that supports PHP 8 version.
]]>Rating: 5 stars
I use this on several sites including https://www.storelocatorplus.com for a quick and easy way to list my subpages inline with my content.
A simple plugin with no extra “garbage” included.
]]>Rating: 1 star
Couldn’t get this plugin to work with v3.6… But for those searching, this one does the same thing: https://www.ads-software.com/plugins/list-sub-pages/
]]>