Page navigation menu with image buttons and page titles underneath
-
I would like to make a horizontal menu displaying all pages including home. This is not too hard. However, for each page item I would like to use the same image with a dynamically page title loaded underneath it. So basically a navbar with all page title loaded with the same image or icon above. So every time a page is created a new menu item with this image will be added to the menu with its page title underneath. The image and page title should link to its page. How can I do that?
wp_list_pages('sort_column=menu_order&title_li=&echo=0');
creates a html list and CSS aligns it. But I somehow need the image to precede the page link. I don’t know how yet..
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Page navigation menu with image buttons and page titles underneath’ is closed to new replies.