(Locked) How To create Mega Menu in wordpress theme (help)

hello anyone can help me for creating a wordpress megamenu for my new wordpress theme. i am new in wordpress codex so i have little help of expert…

if you have any tutorial and any code for this so help me. i will do after your help

regards
Rahul Kashyap

I made my own with a custom post type & a modified WP Nav Walker.

TommusRhodus said

I made my own with a custom post type & a modified WP Nav Walker.

thanks TommusRhodus for reply

can show me where you have used this function… i meain which theme

It’s in a theme coming next week :slight_smile:

TommusRhodus said

It’s in a theme coming next week :slight_smile:

lol, omg, another one :smiley:

hello @TommusRhodus,

first of all congratulation for your next theme and now i am going to my topic bro could you give me some tips for wordpress theme approval. i have created a wordpress theme with SMOF framework, is is my first wordpress theme and it is approximately completed and now i am working on demo and documentation.

@TommusRhodus bro if you have any tips and suggestion for me and my theme so please help me. hope your help work work me :slight_smile:

Regards
Rahul Kashyap

Tips for WordPress themes:

  1. Theme unit test: http://codex.wordpress.org/Theme_Unit_Test

  2. Test all standard widgets in all widget areas: http://wordpress.org/plugins/monster-widget/

  3. Check your theme with an automated theme checker:

  1. Add all non-theme functionality to plugins, and include the plugins with TGM Plugin Class:
  1. Test, test, test!

:slight_smile:

TommusRhodus said

Tips for WordPress themes:

  1. Theme unit test: http://codex.wordpress.org/Theme_Unit_Test

  2. Test all standard widgets in all widget areas: http://wordpress.org/plugins/monster-widget/

  3. Check your theme with an automated theme checker:

  1. Add all non-theme functionality to plugins, and include the plugins with TGM Plugin Class:
  1. Test, test, test!

:slight_smile:

thanks for these tips :slight_smile:

TommusRhodus said

I made my own with a custom post type & a modified WP Nav Walker.

I love your tutorial, I am going to work on it and read your tutorial all over again and again.

dnp_theme said

I love your tutorial, I am going to work on it and read your tutorial all over again and again.

It’s not my tutorial, just a decent one I found :slight_smile:

If you work with Bootstrap, here’s a menu walker that’s an amazing starting point:

:slight_smile:

I know that as well. Thanks man :slight_smile: