Tell us what you are trying to do?
I have created my own view, lets call it 'View A'. In this view, I am loading all of the posts in my custom post type 'Projects'. I also have a custom taxonomy (which is used in 'Projects', called 'Sectors').
What I am trying to do, is to load up my view 'View A' in the same page 4 times, but each one displaying the 4 different 'sector' values which I have input into my 'Projects' posts.
I cannot understand how to do this, I have read your documentation over and over again, but nothing I do seems to work.
Here is an example shortcode I am using to try and achieve what I want:
But all that seems to happen, is that it loads up ALL 'Projects' posts each time (ie, they are not being filtered down by sector, it is just displaying all posts).
I cannot work out what I am doing wrong and I am pulling my hair out now, it's driving me crazy. Please can someone help me?
Thank you so much,
Keith
Is there any documentation that you are following? I've tried all sorts of different pages on your documentation. Although it is very detailed, it seems to lack examples of how to input shortcodes using custom taxonomy 🙁
Is there a similar example that we can see?
What is the link to your site?
hidden link
you will see, I am trying to load up Projects into a slider, and show different sliders for each 'sector'. But all of the sliders show ALL Projects posts. Thanks for your help 🙂
You need to add a taxonomy filter form the Query Filter section of your view. Once you add taxonomy filter - you should chose the option "Value set by View shortcode attribute" and set the value to input box as sector which is your shortcode attribute name.