• Resolved Ruanna

    (@ruanna)


    An associate installed Pods on a site I manage and set up Advanced Content Types. Works great.

    Another associate created a template to display a list of Pods ACTs called “Administration.”

    I need to show all records in a group – current total in the group is 16 and that number may increase – and I understand the default display limit per page is 15. I found documentation on how to override this if you’re using shortcode but can’t find info for templates.

    If it is the “default 15” that’s created my problem – how do I override that please?

    The template code looks like this:

    <div class="loop list-admin">
     <div class="loop-content">
      <div class="administration type-administration hentry">
       <div class="entry-header">
    	<div class="col1">
            <strong>{@position}</strong>
        </div>
      	<div class="entry-utility">
        <div class="col2">
            <span class="admin-name"><a href="{@permalink}">{@name}</a></span>
        </div>
        <div class="col3">
            <a href="{@phone}">{@phone}</a>
        </div>
        </div>
       </div>
      </div>
     </div>
    </div>

    [Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    Page in question: http://216.172.187.13/~score0/city-services/administration/

    Thanks again.

    http://wordpress.org/plugins/pods/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Scott Kingsley Clark

    (@sc0ttkclark)

    If you want to list all items, in the shortcode, use limit="-1"

    Thread Starter Ruanna

    (@ruanna)

    Thank you. I was thinking that I’m using a template rather than a shortcode.

    Is it impossible to use one without the other?

    Since I’m clueless, maybe you give me a link to the correct page of the knowledgebase, so I can read up, figure out where to locate my shortcodes?

    Thanks again.

    Thread Starter Ruanna

    (@ruanna)

    Found it, thanks again!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Need to show more than 15 Pods Advanced Content Types using Pods Template’ is closed to new replies.