Forum Replies Created

Viewing 1 replies (of 1 total)
  • 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: '
    	)
    ) ); ?>
Viewing 1 replies (of 1 total)