Thread Starter
amgS93
(@amgs93)
Yes! Resolved, thank you so much. The new, working code I’m using (for other people’s benefit) is:
<?php do_action( 'facetious', array(
'submit' => 'Search',
'fields' => array(
's' => 'Keywords: ',
'm' => 'Month: ',
'category' => 'Category: ',
'post_tag' => 'Tags: '
)
) ); ?>