Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8783445
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T20:49:56+00:00 2026-06-13T20:49:56+00:00

I’m surprised I haven’t run into this before, or at least I forgot how

  • 0

I’m surprised I haven’t run into this before, or at least I forgot how I got it working.

I have a standard EE relationship field. In this case, I have a “Products” channel, and each product belongs to an entry in the “Designers” channel.

I quite obviously want a page to list all products for a single designer. My first attempt looked like this:

{exp:channel:entries channel="designers" url_title="{segment_3}" limit="1"}

    {reverse_related_entries channel="products" limit="15"}
        {snippet_product_grid}
        {snippet_paginate}
    {/reverse_related_entries}

{/exp:channel:entries}

According to anecdotal evidence in the EE documentation, you can’t paginate reverse related entries. So what’s the solution? Is there a way to easily grab all the product entry IDs, given the url_title of a designer? Or do I have to resort to using SQL?

Is there any way I could solve this using the Stash add-on?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T20:49:57+00:00Added an answer on June 13, 2026 at 8:49 pm

    What janvl said with playa. Using stash, you want to use the dev branch to which Mark Croxton has added a pagination feature for {exp:stash:get_list}

    https://github.com/croxton/Stash/tree/dev#expstashget_list-tag-pair

    Haven’t tested this code on a local sandbox but the code below should get you started

    {exp:channel:entries channel="designers" url_title="{segment_3}" limit="1"}
        {exp:stash:set_list name="related_products" parse_tags="yes"}
            {reverse_related_entries channel="products"}
                {stash:st_item_title}{title}{/stash:st_item_title}
            {/reverse_related_entries}
        {/exp:stash:set_list}
    {/exp:channel:entries}
    
    
    {exp:stash:get_list name="related_products" parse_tags="yes" parse_conditionals="yes" prefix="my_prefix" paginate="bottom"}
    
        {if my_prefix:count == 1}<ul>{/if}
            <li>{st_item_title}</li>
        {if my_prefix:count == my_prefix:total_results}</ul>{/if}
    
        {if my_prefix:no_results}
            <p>No related products</a></p>
        {/if}
    
        {my_prefix:paginate}
            {pagination_links}
                <ul>
                    {first_page}
                            <li><a href="{pagination_url}" class="page-first">First Page</a></li>
                    {/first_page}
    
                    {previous_page}
                            <li><a href="{pagination_url}" class="page-previous">Previous Page</a></li>
                    {/previous_page}
    
                    {page}
                            <li><a href="{pagination_url}" class="page-{pagination_page_number} {if current_page}active{/if}">{pagination_page_number}</a></li>
                    {/page}
    
                    {next_page}
                            <li><a href="{pagination_url}" class="page-next">Next Page</a></li>
                    {/next_page}
    
                    {last_page}
                            <li><a href="{pagination_url}" class="page-last">Last Page</a></li>
                    {/last_page}
                </ul>
            {/pagination_links}
        {/my_prefix:paginate}
    
    {/exp:stash:get_list}
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
this is what i have right now Drawing an RSS feed into the php,
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I have this code to decode numeric html entities to the UTF8 equivalent character.
I have a French site that I want to parse, but am running into
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
I have this code: - (void)parser:(NSXMLParser *)parser foundCDATA:(NSData *)CDATABlock { NSString *someString = [[NSString
This could be a duplicate question, but I have no idea what search terms
I have a .ini file as follows: [playlist] numberofentries=2 File1=http://87.230.82.17:80 Title1=(#1 - 365/1400) Example
I have just tried to save a simple *.rtf file with some websites and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.