Community Forums › Forums › Design Tips and Tricks › Page Navigation missing on AgentPress
Tagged: Agentpress, page navigation
This topic contains 5 replies, has 5 voices, and was last updated by carroc 4 weeks ago.
-
AuthorPosts
-
December 7, 2012 at 9:19 am #3710
I’m using the Agentpress child theme and having trouble with navigation for example: [page 1 of 3] [1] [2] [3] on the bottom of the page. I have created a “Listings” link in the primary navigation menu that displays the entire contents of all the listings published on the site. I am using the “Archive” template and when I set the reading settings to “Blog pages show at most = 99″, it will display everything on a single page. However when I limit the “Blog pages show at most = 9″ it will not show the additional navigation to goto page 2, 3 etc on the bottom of the listings. I have attempted to use third party plugins (wp pagenavi, and wp page numbers) but still no luck. The genesis settings are set to “Select Post Navigation Technique: Numeric.”
Our site is not published yet (re-doing an existing website) so the URL is still the IP address, http://173.236.67.61/~rhynalds/. Once we get these last few issues debugged the website will be at http://www.rhynaldsauction.com.
Scott McLaughlin
Owner, Heartland Hosting, LLC-
This topic was modified 6 months, 1 week ago by
heartlandhosting.
-
This topic was modified 6 months, 1 week ago by
heartlandhosting.
December 12, 2012 at 11:13 am #4737Please edit the taxonomy.php file and archive-listing.php file. Find endwhile; endif; and put genesis_posts_nav; before the endif; like
endwhile; genesis_posts_nav(); endif;December 12, 2012 at 11:32 am #4739Thanks Nick. You’re Awesome! Works perfect now.
BTW, converted this customer over from a VERY outdated HTML site that they could not update without asking for someone to make changes for them, and they LOVE, LOVE, LOVE their new WordPress Genesis AgentPress website. Now everyone in the office can add/edit/change all their listings.
Scott McLaughlin
Owner, Heartland Hosting, LLCDecember 13, 2012 at 8:14 am #4931Hi Nick,
I did the above as instructed and nothing has changed
Any ideas
March 6, 2013 at 3:52 am #24507Hi Nat,,
Can you tell me how you do this… showing all post in a single page..
Please help me..
Thanks
May 20, 2013 at 1:00 pm #41868You must also add to your functions file. I did Nick’s suggestion and then this: http://adamcap.com/code/genesis-next-previous-post-navigation/ and it works. Still need to adjust the CSS to make the next/previous float left and right.
-
This topic was modified 6 months, 1 week ago by
-
AuthorPosts
You must be logged in to reply to this topic.