How do I add a logo to a page tab. I want to brand all of the tabs with the logo.
Thanks
How do I add a logo to a page tab. I want to brand all of the tabs with the logo.
Thanks
Site url?
Where there are the letter IU in the tabs I want to insert a small logo like the ine in the header.
Thanks for help and ideas.
If you're using wp_list_pages to generate the menu, that's going to be virtually impossible. The only thing I can suggest is to use get_pages instead and create the same menu using a foreach loop. That would at least give you the opportunity to pre-process any pages containing the relevant letters and either insert an image or a CSS class so that you can use image replacement.
Thanks a lot for the feedback. I will try that.
This topic has been closed to new replies.