• Hi, just found your plugin and manage to make it work.

    But i have two questions

    – How can i add a separator between each link like:
    menu1 | menu2 | menu3

    i want to display the separator “|” between each menu

    – How can i highlight the Current Page

    for css i think this should work
    #menupage li.current_page_item a, { text-decoration:none; color:#fff; background:#000;}

    but i suppose some php hack is needed?

    Thanks for any help

    Regards

    http://wordpress.org/extend/plugins/list-pages-shortcode/

Viewing 1 replies (of 1 total)
  • Plugin Author Ben Huson

    (@husobj)

    1. You could use the ‘link_before’ or ‘link_after’ to add content before/after the links.

    2. Current navigation items have the classes ‘current_page_item’, ‘current_page_ancestor’ and ‘current_page_parent’. So you can style:

    .list-pages li.current_page_item a, { text-decoration:none; color:#fff; background:#000;}

Viewing 1 replies (of 1 total)
  • The topic ‘adding a separator and highlight Current Page’ is closed to new replies.