change post_types= to post_type=
-
Hi, I need some help im using this shortcode
<?php echo do_shortcode('[searchandfilter fields="search,project_cat" submit_label="Filter" post_types="PROJECT"]'); ?>
i need to change the
post_types="PROJECT"
into
post_type="PROJECT"
without the “s” in the word post_type,
so that the url will become
www.sample.com/?s=testword&post_type=PROJECT
because im using a theme it was only set that way, any idea?or how can i tweak it inside the code
thankyou
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘change post_types= to post_type=’ is closed to new replies.