I created a menu in wordpress in the Menus section of the backend is there any way to display the menu links with commas so it displays as Link1, Link2, Link3, Link4?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
|
|||
|
|
|
Use a very simple custom walker …
… and call your menu like this:
Fast and efficient. :) |
|||
|
Yes you can, when declaring your
Then in your WordPress menu under Appearance -> Menus, you will add a class name such as
...and in your CSS file you add,
That's why we wrap the comma in a Codex references: |
|||||
|

