WordPress Menu's with Feature Images
-
HI everybody,
I am using this code throughout the site to pull all my different menus:
$myMenu = array(
'menu' => '_mustreads_'. $cusgen .'',
'fallback_cb' => 'false',
'container_class' => 'related_holder',
);
wp_nav_menu( $myMenu );As you can see the menu called is different depending on the page I’m on because of $cusgen.
I’m now requiring a menu that I can build in Appearance > Menus like normal, but from the front end it displays the Featured Image for the post / page in the menu.
I’ve searched tirelessly for 2 days now, and even though I consider myself quite competent I can’t seem to produce an answer.
Has anybody any thoughts?
- The topic ‘WordPress Menu's with Feature Images’ is closed to new replies.