How Do I Include "Tags" as a drop down menu
-
Current location of what I’m working on:
https://onlocation.com/otworth/I have setup several custom taxonomies but I would also like to use the “tags” taxonomy as one of the drop downs. The description of the plugin states that it should be able to do so but I cannot figure out what I use to call it.
My current code is:
<?php
do_action( ‘facetious’, array(
‘submit’ => ‘Go’,
‘fields’ => array(
‘s’,
‘category’,
‘city’,
‘feature’,
‘pt’
)
) );
?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How Do I Include "Tags" as a drop down menu’ is closed to new replies.