• Resolved DSchragg

    (@dschragg)


    I’m wondering if anyone can help me figure out how to display the additive name instead of a count/number beside the title on a menu page?

    I.e

    Current:
    Menu Item Title *(3)

    I want:
    Menu Item Title (Additive Name)

    Thanks for all your hard work on this amazing plugin, it’s great work!

    https://www.ads-software.com/plugins/wppizza/

Viewing 1 replies (of 1 total)
  • Plugin Author ollybach

    (@ollybach)

    you’ll have to edit the template like so :

    a few lines under the section that starts with

    /*************************************************
    		[title, additives info]
    **************************************************/

    change

    <?php echo $k ?>

    to

    <?php echo $options['additives'][$k] ?>

    that should do the trick

    it’s not a count btw. that’s displayed, just the id for that additive

Viewing 1 replies (of 1 total)
  • The topic ‘Display Additive Name Instead of Number’ is closed to new replies.