using images instead of menu items
-
I am creating my own theme on WP. I want to use images for my menu items instead of text. Does anybody knows how to use the dynamic menu items as it comes in this code (<?php wp_nav_menu( array( ‘container_class’ => ‘menu-header’, ‘theme_location’ => ‘primary’ ) ); ?>) but use an image for the items instead of text. To make it more clear what I want, please check this site:
https://www.lilliruthrosenberg.com – each menu item is just an image.I also want each page in admin panel to have a title (such as home, contact,…), but not showing on the site, in fact gets replaced with the image for that menu item.
Thanks for you help in advance ??
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘using images instead of menu items’ is closed to new replies.