Contact form 7 select box different value-text than content-text in option [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 7 years ago. Improve this question Does anyone know how I can set a different value in the select options in the Contact Form 7 plugin? Here … Read more

How to use wp_nav_menu to create a select menu dropdown?

I’m using the following inside the wp_nav_menu function to create a select dropdown menu where each menu item is an option in the select dropdown… ‘items_wrap’ => ‘<select>%3$s</select>’ ‘before’ => ‘<option value=””>’ ‘after’ => ‘</option>’ How do I add the link value in the ‘before’ declaration? Is there a better way to go about this? … Read more