ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

Pagination Outside of Channel Entries Tag?

January 20, 2011 3:19pm

Subscribe [3]
  • #1 / Jan 20, 2011 3:19pm

    porpoise

    30 posts

    I would like the pagination for my entries to exist outside of the Channel Entries Tag.  I understand that I have to use the Query Module so I enabled that but I can’t figure out the right code. 

    Below you see how I’m currently pulling the pagination (inside the Channel Entries Tag).  This works but I would like it to be moved into the DIV marked with the comment. 

    Any ideas?

    <div id="entry">
                    <div class="content blog">
                {exp:channel:entries channel="blog" orderby="date" sort="desc" paginate="bottom" limit="1"}                
                        <div class="blog_entry">
                            {entry_date format="%F %j, %Y"}
                            <h3 class="title"><a href="http://{url_title_path=blog/post}">{title}</a></h3>
                            {blog_post}
                        </div>
                        
                        {paginate}
                        {pagination_links}
                        {/paginate}
                {/exp:channel:entries}
                    </div>
                </div>        
    
                <div class="pagination">
    
                <!-- I'd like {paginate}{pagination_links}{/paginate} to be here! -->
    
                </div>
  • #2 / Jan 20, 2011 3:40pm

    Leon Dijk

    131 posts

    Hi porpoise,

    Have a look here: http://ellislab.com/forums/viewthread/156721/#757399

    Worked perfectly for me!

    Cheers,
    Leon

  • #3 / Jan 21, 2011 2:49am

    John Henry Donovan

    12339 posts

    Thanks Leon. Did that help you porpoise?

  • #4 / Jan 21, 2011 3:03pm

    porpoise

    30 posts

    Yes, helpful, thanks.

  • #5 / Jan 22, 2011 3:21pm

    Greg Salt

    3988 posts

    Hi porpoise,

    Excellent. I’ll go ahead and close this thread. Please post back if required.

    Cheers

    Greg

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases