{@featured_artist}
{@featured_artist.artist_name}
{@featured_artist.artist_bio}
{@featured_artist.artist_photo._img.100x100}
and tried to use it in a Pods – List Items” widget, but 1stly, it is not this presented in docs (https://docs.pods.io/displaying-pods/pods-blocks/) cause I see other options.
I also tried to create a elementor’s loop item for the artist (NOTE: in the loop template fields are referal to “artist” as “artist.artist_bio” etch, using elementoers dynamic fields [Image: Pods Image Field (key: artist_photo), (Heading: Pods Field (key: artist name)].
All the above are put into an event_post’s contaner.
Solution 1: Pods list item, does not get as referal the current post, so it iterates one-by-one all artists that are listed as”featured_artist” of all the “events” -not the current. Moreover, In the end there is a “singularity” where for example in artist’s name we see all featured_artists names, then all photos. These are all the one-by-one artistis already displayed.
Loop grid item: No matter what I select in the Loop items Query settings, it will either display all artists or none (Source: Related or Events, Query ID from post fields (dynamic) or custom made.
So, what am I missing?
Are there any things that I need to enable that are not default?
How to iterate in an event’s featured_artists one by one, within a created template and display only the current pod’s featured_artists?
Specifically:
– the Avatar field doesn’t appear in the list of Relationship objects. It’s there for the User pod.
– bi-directional relationship field won’t work because the PMPro Member pod doesn’t show up in the relationship list to be selected.
Any suggestions?
Thank you.
First of all, thank you. The plugin feels very intuitive and does everything I need! It’s saved me a lot of time importing products from Zettle into Woo.
I’m just a little confused about how to configure the plugin so that stock levels sync both ways. I have enabled “Zettle Purchases” so that purchases on Zettle update stock in Woo (but Woo orders are not created). What configuration do I need so that stock levels are updated in Zettle after purchases are made in Woo?
Thanks,
]]>The Location_Items POD (‘loc_items’) uses field ‘child_loc_offers’.
The Location_Offers POD (‘loc_offers’) uses field ‘parent_loc_item’
I am using PODS to extract a complete list of Location_Items for only one Location, therefore I have set up a ‘where’ clause in the PODS parameters.
However, I want to also retrieve the related Location_Offers associated to each retrieved Location_Item.
My (latest) attempt at the ‘join’ clause is as follows:
“LEFT JOIN ‘loc_offers’ ON ‘loc_offers’.’parent_loc_item.ID’ = ‘t.ID'”
This seems to align with the example in the documentation, but it’s not working.
I found that the single example in the documentation to be somewhat vague.
What am I missing?
]]>I have used this shortcode:
[pods name=”user” where=”id={@user.id}”]{@membresia}[/pods]
But nothing shows…
Can please help me?
]]>I hope I was able to describe the problem as clear as possible..
Thanks in advance!
Marco
]]>To do that I had found a TinyMCE plugin here. But question is that how to add this in wordpress? Please help me.
Thanks
]]>I’m using this code to display related posts:
$art = pods('art', get_the_id());
$docs_rel = $art->field('doc_rel');
if ( ! empty( $docs_rel ) ) {
foreach ( $docs_rel as $doc_rel ) {
...
}
}
This is working fine, but if I change the posts order from the admin panel, it doesn’t change.
I would like to display the related custom posts in the same order they appear in the admin (menu_order).
Is it possible?
Thanks a lot!
https://www.ads-software.com/plugins/pods/
]]>