Hello
I can't activate the links in the "les artistes" drop-down menu.
I am attaching the code that is in my search view.
Can you give me a solution
Thank you
Guy
Yes Shane, its help me a lot
but
If I choose an artist and validate with the button I have the right list of books of this artist.
If I select one of these books I display it, but the list displays all the books of all the artists.
How can I make sure that when I choose and validate the choice of an artist the list of these books is displayed and that his first book is visible?
until i choose other artist
Thanks
guy
Ok so given that you are already using the Post Relationship filter for the select dropdown, you won't be able to get the information from the page to automatically list this out.
You can only do one at a time , You can only list out based on the current page or list based on the selected dropdown.
The only way this is possible is to use two separate views.
One view will use the Post Relationship filter as a static filter in order to get the relationship information for the current page, while the other will be the one you currently have now where you can select a Book and it will list out the artists.
that was my problem
I created a content template for artiste with a view, on the events and speaker model.
with artistes and livres
I want to show all livre from the current artiste
but in this view when i want select a field, I find current artiste and non current livre even if I have validated it in the view content
Hello Shane
For problems with https, I have changed the address of the site hidden link
thank you I was able to move on, but I still have two questions
I have three custom post types
artists (artistes)
books (livres)
works on paper (oeuvres sur papier)
1_Some of the artists have books, some have works on paper and some have both.
and in this archive I can't show just the artists with books. hidden link
this one has books hidden link
this one does not have a book and is displayed anyway hidden link
2_ hidden link
when I chose a book, the name of the artist, these custom fields, these taxonomies are present.
But I can't display
the list of links to the artist's other books.
and a simple list of the artists that links to their page
like the one hidden link
in the form of a drop-down list
thanks
Guy
1_Some of the artists have books, some have works on paper and some have both.
and in this archive I can't show just the artists with books.
I'm assuming here that you want to show the artists that only has a child post correct? If so then this will require some amount of custom coding to check the relationship to see if the Artists has books and pass that shortcode into our conditional blocks to check.
when I chose a book, the name of the artist, these custom fields, these taxonomies are present.
But I can't display
the list of links to the artist's other books.
Hi Shane
For the first answer, I find it difficult to understand.
Is it possible to add a custom field with a unique value in the custom post "livres" to create a simpler condition and how?
For the second one I followed "Displaying Brother Pages" and nothing is displayed in the content template. "liste des livres de l'artiste", located in the template for displaying "livres"