I’m building a menu which contains categories.
Is there a way to make each menu option show a list of recent posts in that category when you hover over it?
Leave a Reply
You must be logged in to post a comment.
I’m building a menu which contains categories.
Is there a way to make each menu option show a list of recent posts in that category when you hover over it?
You must be logged in to post a comment.
you can use a walker like this,
then call the walker like this,
it will display something like this,
and some jQuery touches on the html : demo
If you make your navigation region widgetized then it is possible. For example make your horizontal nav area widgetized and then drop ‘recent post’ widget in that area. I have yet to try this so posting this answer as suggestion. By the way you have to work on that widgetized area as well in terms of design for making it to work.