You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: