I have a menu with multiple dropdowns.
I want to show bellow or beside the link of a post or posts in a menu dropdown the featured image. Is it possible?
I’ve attached an image to this message.
I don’t want to know how to style it or something like that.
So let’s say I have “Siguranta”, I want to display the featured image of that post underneath and a “Read more” link under the image. Many thanks in advance.
2 comments
Comments are closed.
Add filter to specific menus
Filter menu
And then you want to remove the filter that you applied at the beginning, so that the next menu processed doesn’t use the same HTML as defined above in
filter_menu_items()
.Remove filters
So, I will answer my own question. I finally did it with this code:
I have to mention that I used this code in the walker class.