• I’ve created a page named “Messages” and have it in the menu. I’d like the new message notification to appear next to it in the menu. Is that possible? Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author Shamim Hasan

    (@shamim51)

    You can add [fep_new_message_count_shortcode] beside your menu name. Then add add_filter('wp_nav_menu_items', 'do_shortcode'); in your theme’s (child theme’s if any) functions.php though i DO NOT prefer to use do_shortcode in menu because it is a resource intensive function. It is up to you.

Viewing 1 replies (of 1 total)

The topic ‘Menu item notification?’ is closed to new replies.