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

    (@nitrammit)

    Sorry for the bump, but I haven’t been able to find an answer on this?

    Thread Starter Tim

    (@nitrammit)

    Here’s the solution (using Advanced Custom Fields to grab the meta value).

    if (get_field('ipm_nav_menu_show')) {}

    This should also work if you don’t have ACF installed.

    if (get_post_meta($post->ID, 'ipm_nav_menu_show')) {}

    ??

    Plugin Author Maeve Lander

    (@enigmaweb)

    Hey nice one, thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Check if inner page menu is true?’ is closed to new replies.