So far i'm really loving Facetious. For some reason I can't get permalinks to work. I'm using do_action( 'facetious', array(... to display the search/filter in my template. Do you have example code to get this to work? Or is it supposed to just happen?
You can see a working example of 1 of the sites in question here:
http://www.superstuffpartyrental.com/tent-layouts/
btw, On a new site, I've tried using
$url = get_facetious_url( array( 'post_type' => 'pt_maids', 'age' => 'nationality' ) );
with no luck. I think i'm just confused on how the url functions are supposed to work.
So far i'm really loving Facetious. For some reason I can't get permalinks to work. I'm using do_action( 'facetious', array(... to display the search/filter in my template. Do you have example code to get this to work? Or is it supposed to just happen?
You can see a working example of 1 of the sites in question here:
http://www.superstuffpartyrental.com/tent-layouts/
btw, On a new site, I've tried using
$url = get_facetious_url( array( 'post_type' => 'pt_maids', 'age' => 'nationality' ) );
with no luck. I think i'm just confused on how the url functions are supposed to work.