Need Help Converting Some PHP to HTML
-
Hi,
I am the webmaster of a website called videogamecoupons.org. I’m trying to edit the category menu so that I can list the categories using HTML instead of using PHP to call them from a wordpress database.
I tried simply implementing an unordered list, but some of the styling features no longer work. If you click the link above and look at the category menu you will notice that as you scoll over the category name a black border surounds the link. When I implemented the unordered list the styling now looks like this when I hover over a link (also notice the links are side by side without any space). I think the styling features are controlled in my theme functions file, specifically ‘function themefunction_category_menu’
Can anyone shed some light on how I might go about implementing the style function from my theme functions file via css or raw html?
- The topic ‘Need Help Converting Some PHP to HTML’ is closed to new replies.