Forums

[Plugin: WordPress Navigation List Plugin NAVT] Problems when $sBefore and $sAfter empty (2 posts)

  1. rwanito
    Member
    Posted 2 years ago #

    Hi

    I don't want NAVT plugin to apply <ul> before my menu
    so here is my request, and it works:
    navt_getlist('groupes', true, '','','');

    the only problem is that two '<>' appears in my page, and I don't know where they are coming from

    Thanks

    WordPress Version 2.8.4
    NAVT v1.0.34
    http://wordpress.org/extend/plugins/wordpress-navigation-list-plugin-navt/

  2. Aldi
    Member
    Posted 2 years ago #

    That's how the format is:

    <[$sBefore]> <[$sBeforeItem]> MENU ITEM <[$sAfterItem]> <[$sAfter]>

    You have to define a string in between the <>.

    You can just use DIV, though, if you don't want UL.

    navt_getlist('groupes', true, 'div','/div','span', '/span');

    Or, of course, you can also hack the core... :P

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags