Vishal Thoriya
Vishal Thoriya

Reputation: 293

How to make sub menu in WordPress

Hello i wanted to make like following image so how can i do that in WordPress

Wanted to make navigation like this

Thanks

Vishal

Upvotes: 0

Views: 264

Answers (2)

Gerhard
Gerhard

Reputation: 131

You can also achieve this with Ubermenu, a premium WordPress plugin http://wpmegamenu.com/

Upvotes: 0

peckhamc
peckhamc

Reputation: 21

Vishal,

What you're going to need to do is create four widget areas first. http://codex.wordpress.org/Widgetizing_Themes

With those four widget areas you'll need to call them in the file you are using for your footer, typically footer.php.

Then with those four widget areas created you can add all sorts of widgets in those areas. To duplicate the image above you'll want to use the following widgets:a custom menu widget in the first widget area, a category widget for the second widget area, a recent posts widget for the third widget area, and a popular posts widget that would probably require a plugin.

Here is some information on the widgets wordpress offers: http://en.support.wordpress.com/widgets/

Finally, all you'll need is some styling and you should be good to go.

Upvotes: 1

Related Questions