Reputation: 539
I'm using wordpress twentyfourteen theme, here i just want to add image links instead of text links from admin panel as dynamically in wp_nav_menu.
See my code that i'm expecting output sample,
<ul>
<li ><a href="http://www.example.org" title="Home"><img src="home.png" alt="" /></a></li>
<li ><a href="http://www.example.com" title="About"><img src="about.png" alt="" /></a></li>
<li ><a href="http://www.example.in" title="Blog"><img src="blog.png" alt="" /></a></li>
</ul>
Thanks in advance.
Upvotes: 0
Views: 69
Reputation: 1196
Have a look at this plugin. I believe this is exactly that you need.
Also, Arun's suggestion is very helpful.
Upvotes: 0
Reputation: 4813
Upvotes: 4