Show Message count in Menu


Home Forums Front End PM PRO Show Message count in Menu

This topic is: Resolved

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #7077
    M G
    Participant

    Hello Shamim,

    I want to show the message count on the menu of my website. Is it possible using the shortcode, fep_shortcode_new_message_count? Not sure where to add the shortcode. Sorry if it is beyond the scope of your support.

    Thanks

    #7080
    M G
    Participant
    This reply has been marked as private.
    #7092
    Shamim Hasan
    Keymaster

    If your menu is added in php code then your can directly use do_shortcode( '[fep_shortcode_new_message_count]' ).
    If your menu is added in back-end in your wordpress then add like My M[fep_shortcode_new_message_count] and add add_filter('wp_nav_menu_items', 'do_shortcode'); in in your theme’s (Child theme’s if any) functions.php.
    Please note: do_shortcode is a resource intensive function.

    #7367
    M G
    Participant

    Thank you Shamim. Please consider it resolved.

Viewing 4 posts - 1 through 4 (of 4 total)

You need to purchase ‘Front End PM PRO’ to create topic in this support forum.

If you already purchased ‘Front End PM PRO’ please LOGIN.