Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter lnomad60

    (@lnomad60)

    You’re welcome 🙂

    Thread Starter lnomad60

    (@lnomad60)

    Yes:

    Take a look at the section.nav.php and change the depth of the wp_nav_menu function to 4 (or whatever depth you want) instead of 3.

    Look in your platform folder and find the subfolder named includes. Under that is another folder named nav. There you will find section.nav.php.

    Look for this line:

    wp_nav_menu( array(‘menu_class’ => ‘main-nav’.pagelines_nav_classes(), ‘container’ => null, ‘container_class’ => ”, ‘depth’ => 3

    Hope this helps…

    The best solution I’ve found (so far) for mass deleting posts or moving posts from one category to another can be found here

    I tried it and it works fine – the only drawback is that you can’t choose how many posts to delete – it’s either all or none.

    I don’t understand why WordPress simply can’t have checkboxes next to the posts with an option to “check all”, then delete…it can’t be that hard to incorporate.

Viewing 3 replies - 1 through 3 (of 3 total)