Pagination won't work
-
Hi,
We have a problem with adding the pagination to the page.
They appear to not go to the desired page. Below is the the shortcode we used for displaying the content of the page:
[loop type=post paged=5 query=default] <div class="post hentry ivycat-post"> <div class="featured-img">[field thumbnail-link]</div> <h2 class="entry-title">[field title-link]</h2> <div class="entry-summary"><p>[content shortcode=true format=true word=true words=54 embed=true more=...]</p></div> <div class="entry-utility">[wp_social_sharing social_options='facebook,twitter,googleplus,linkedin,pinterest' twitter_username='arjun077' icon_order='f,t,g,l,p' show_icons='1' before_button_text='' text_position='' social_image='']</div> </div> [/loop] <div class="pagenation">[loopage]</div>
Should we upgrade to 4.x? Thanks.
- The topic ‘Pagination won't work’ is closed to new replies.