• Before the most recent update, this filter worked to always display all sub pages, but it seems to have stopped working and is no longer in the code. Am I missing something, or is there a new filter for that same functionality?

    //* Display all subpages in BE Subpages Widget
    add_filter( 'be_subpages_widget_display_subpages', '__return_true' );

    Basically I want it to display the expanded subpage menu at all times:

    Parent A
    Child B
    Child C
    Parent D
    Child E
    Child F

  • The topic ‘Display all subpages expanded at all times?’ is closed to new replies.