Home Tour Demo FAQ App Gallery Buy Now    
Home > Template Tags > How to show entries on currently listed ...


How to show entries on currently listed user's entries in a nested listing?

{QUERY:owner_entries}

There are predefined queries. One of them is "owner_entries". This query is suitable for using in nested listings when you include this query within your listing it will only display the currently displayed user's entries on the inner listing.

For example:

{LOOP:blog_posts}
    ....
    Picture albums of this user
    {QUERY:owner_entries}
    {LOOP:picture_albums}
        ....
    {LOOP:end}
{LOOP:end}

This example displays picture albums of the user while displaying the blog posts.



Tags: template tags
Related Articles:


Add a new comment

Send Comment

 
 
Customer Log-in | Support Forums | User Guide | Free Form Builder | Contact Memberkit Team