I messaged the supporter working currently, but I don't know if they will be able to step in because they already have a large number of tickets in their queue.
If you share what you've done so far here it will mean whoever is able to reply to you first will have something to go on, the more specific you are the easier it will be for someone to help you.
That you have the first section to define what is being queried, e.g. posts of some type in a particular order, and the second part of the View is the output part that generates the markup that displays the content.
Do you have a screenshot of the output section of your View you can share with me?
The Query Filter says to show Issues related to the current Volume in the loop.
That means the expected context for this View is the output section of a View displaying Volumes.
I don't think that's what you want. I think you can simply delete the Query Filter, then this View will show all Issues, and in the output section it will output both the title of the issue and of the parent Volume, which is closer to your objective I believe.
Can you tell me else statement. I am applying if condition but I think if and else both working at same time.
[wpv-conditional if="( '[wpv-post-featured-image output="url"]' eq '' )"]
<img src="hidden link">
[/wpv-conditional]
[wpv-conditional if="( '[wpv-post-featured-image output="url"]' eq '[wpv-post-featured-image output="url"]' )"]
<img src=" [wpv-post-featured-image output='url']">
[/wpv-conditional]
I need featured image show when its url is there otherwise preview image will show.
Can you tell me else statement. I am applying if condition but I think if and else both working at same time.
[wpv-conditional if="( '[wpv-post-featured-image output="url"]' eq '' )"]
<img src="hidden link">
[/wpv-conditional]
[wpv-conditional if="( '[wpv-post-featured-image output="url"]' eq '[wpv-post-featured-image output="url"]' )"]
<img src=" [wpv-post-featured-image output='url']">
[/wpv-conditional]
I need featured image show when its url is there otherwise preview image will show.
New threads created by Nigel and linked to this one are listed below: