Add the ability to create menu items that aren't a link.
Add the ability to create menu items that aren’t a link. Useful in scenarios like a large footer menu where you want to have sections with links underneath the section titles.
menu-section-titles
to the /wp-content/plugins/
directory<h1>
set the link o #(h1)
)Anything! It is dynamic and anything you put inside the parenthesis #()
will become the element.
Examples:
#(h1)
#(h2)
#(span)
#(div)
#(p)
#(strong)