How to use multi tabbed menu in wordpress
Today i implement dynamic tabbed interface for my wordpress blog and after sparing few minutes i also fix it for some wordpress plugins like similar post and simple twitter and some others.I liked this feature and was thinking of its patch on wordpress.Multi tabbed menu often used in professional blogs and high profile blogs but their isn’t any documentation specially for wordpress.
Help: I get the tabber menu from barelyfitz designs and i implement it as per my requirement and modifications for wordpress.
Ingredients
A javascript for menus named as tabber.js
A CSS patch for the menu to display correctly example.css
- Open the stylesheet of your current theme used in the blog (e.g style.css ) in a notepad, dreamweaver or in any text editor.
- Now copy the example.css into your wordpress theme style sheet.
- Now open your header.php file (header files control all the styling of the wordpress ).
- Upload the javascript file tabber.js any where in your directory (remember the path where you upload the tabber.js )
- Add the following code in your header,php file <script type=”text/javascript” src=”path of tabber.js“></script>
Now you are almost 50% done you just have to know the usage of tabbed menu.
Carefully watch the wp_menu code http://www.honeytechblog.com/wp-content/uploads/2008/08/wp_menu.txt
Example of the above code will look like this
What I’m Doing
we are learning “to use multi tabbed menu in wordpress”
License
This work is licensed under a Creative Commons Attribution-Non Commercial-ShareAlike 2.5 License
Some Interesting Posts
Their are many just go to www.honeytechblog.com
Another beautiful example of making tabbed menu that i have read recently and is similar to the above one is here
Note: feel free to comment here if you want to know more about wordpress implementation or have any problem in fixing this menus.
Youtube Downloader
Find Domain age,Pagerank,Valid Pagerank, Directory Listing,Indexed Pages in Search Engines,Web Archive, Alexa Traffic and Graph
Free RapidShare and MegaUpload Search Engine
Watch Live Tv
Free Tools
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Subscribe to our FREE Rss Feed- Wordpress 2.6.2 Released, How and Why to Upgrade it now?
- Top 26 reasons to go for wordpress 2.6
- Getting a FREE (Banner Free) .COM registration
- Reload your iphone for wordpress [download application]
- Lock ur Folder without any software
- Affiliate Marketing through Wordpress Tool
- MobileMania
- Top 25 twitter tools for Wordpress
- Polyglotman - Convert man pages to hyperlinked documents
- How to make Wordpress site much faster and responsive
- HTML Code Spy 1.50
- How to update Google Chrome
- Actual Drawing
- open source (GPL) anti-virus toolkit for UNIX
- Guiffy





August 16th, 2008 at 1:07 am
[...] How to Use Multi-Tabbed Menu in WordPress→ [...]
August 19th, 2008 at 6:22 am
interesting, I’m trying it right now…