Yes, I’ve tried, but unfortunately it doesn’t work (insert page success but parameters is not)
[insert page=’secret-filter’ display=’content’ querystring=’jsf=jet-woo-products-grid&tax=product_cat:30,34,operator_AND’]
this page “https://shoppingcountdown.com/secret-filter?jsf=jet-woo-products-grid&tax=product_cat:30,34,operator_AND” <= i want it be embedded in another page for some reason
this page “https://shoppingcountdown.com/fb-delete” <= used to test embedded success or not
please help me~~~
thank you sooooooooooo much
The querystring parameters seems to come through fine when we test. For example, this is what $_REQUEST
looks like using your shortcode:
Array
(
[jsf] => jet-woo-products-grid
[tax] => product_cat:30,34,operator_AND
)
If you’re using a custom template to parse those querystring values, you may have to use one for the inserted page as well, instead of just the content
display.
got it, thank you so much