Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do i ad <span></span> to the menu code?
#4
or alternatively instead of editing the core files which as Thorsten has explained wil break your site if you update the core files, you could create a functions.php file in your template folder if it does not already exist.

Copy and paste the "get_navigation" function from the /admin/inc/theme_function.php file and rename the function to my_get_navigation or something similar.

CHange the line as outlined above to iclude your <span> tags then in you template call this function instead where your now calling get_navigation.

/mike....
My Github Repos: Github
Website: DigiMute
Reply


Messages In This Thread
How do i ad <span></span> to the menu code? - by n00dles101 - 2011-05-29, 07:46:42



Users browsing this thread: 1 Guest(s)