Forums › Forums › Search & Filter Pro › How to implement?
- This topic has 22 replies, 2 voices, and was last updated 8 years, 10 months ago by
Trevor.
-
Anonymous(Private) December 20, 2016 at 6:45 am #77688
Update: Oh my apologies – I didn’t realise it has Advanced Custom Fields support. That’s pretty awesome actually.
So now I’ve got my fields showing on the page like this: http://i.imgur.com/unyW7aG.png
Problem is when I put this on the page template…
echo do_shortcode( '[searchandfilter id="405"]' );…I still see all my posts regardless of what filter selections I make.
Does my shortcode need to be in a particular place? Or is it broken in some other way?
Please advise.
Thanks.
Trevor(Private) December 23, 2016 at 10:27 am #78447Hi. I took a quick look at your setup. You have correctly chosen to use the Shortcode method. However, this method uses our own template (which you can modify, see here for the documentation). And then, on the page, you should have the shortcode to output those results using that template. The Custom method can allow you to use your own template, but I tried that for you and it did not go well.
-
AuthorPosts