We'll create fresh WordPress site with Automatic Submenu for Categories & Pages installed. You have 20 minutes to test the plugin after that site we'll be deleted.
Ever wanted to be able to automatically have category and pages children automatically added to your menus? I’m sure I did and was disappointed to not find something that dead simple that works and doesn’t mess up with the theme or other plugins.
Now bear with me on this one as it is my first WP plugin for like a decade and the first ever to be shared so i kept it quite basic.
How it works:
There is no settings page for the plugin but you can change a couple default behaviours from the code itself
$item->automatic_max = 5; just change the number at line 220
$children = get_pages( array( 'child_of' => $item->object_id, 'number' => $item->automatic_max, 'sort_column' => 'post_'.$ordering[0], 'sort_order' => strtoupper( $ordering[1] ) ) ); just change 'child_of' to 'parent' at line 226
Upcoming Features:
Due to lack of time i will implement the following features upon demand. Please post your requests in the forum.
Credits: