Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Products Filter based on selection

$
0
0

Replies: 0

Hey there,

I’m trying to following, if you take a look to the link..

Above of “PRODUKTE”, there I’ve right now just Images.
Bellow of “PRODUKTE”, there are right now only Images too
I’m trying around with the stuff bellow “testing woocommerce”, this are products which are from woocommerce.

Now Above of “PRODUKTE” I want to click on one of the 4 Categories and then Filter the content which is shown Below.

I tried it with:

<?php echo do_shortcode('[product_categories]'); ?>

This is showing the Categories, but when I click on it it’s not filtering the content, is just sending me to an subpage where the content is displaying filtered.

Right now the Content of the Products showing in Front are filtered with:

<?php echo do_shortcode('[products limit="5" paginate="true" category="kleider, strick"]'); ?>

any Ideas how I can achieve that?

thanks


Viewing all articles
Browse latest Browse all 59525

Trending Articles