Skip to content

nav: Allowed memory size exhausted with max_depth and recursion #7198

Discussion options

You must be logged in to vote

Wrap the recursion in a condition.

{{ if children }}
<ul>{{ *recursive children* }}</ul>
{{ /if }}

or

{{ if children && show_subcategories }}

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@mstratman
Comment options

@mstratman
Comment options

Answer selected by mstratman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants