Community Forums › Forums › Archived Forums › Design Tips and Tricks › How to add pagination to Daily Dish
Tagged: Daily Dish, pagination
- This topic has 6 replies, 2 voices, and was last updated 9 years, 6 months ago by
smurfkuh.
-
AuthorPosts
-
August 20, 2015 at 3:58 am #162968
smurfkuh
MemberSo i have this theme Daily Dish Pro, and i would like to add pagination to the 'Home-bottom' but i can't figure out how to do that. This is my site.
Things that i already tried.
I instal 'featured widget amplified' but that messed up my headlines..
i instal Sandbox featured content widget, but then my text is under the featured image instead of next to it.// Add post navigation add_action( ‘genesis_after_loop’, ‘genesis_prev_next_post_nav’ );
But thats get ugly
Does someone know how i can add pagination, without making it ugly ?
August 20, 2015 at 12:48 pm #163031Brad Dalton
ParticipantHere's one solution which you may like http://wpsites.net/web-design/add-latest-posts-with-pagination-to-front-page-with-widgets/
Note: The loop is removed in the front page of your theme and replaced with widget areas which don't paginate as seen on the following code.
// Remove the default Genesis loop remove_action( 'genesis_loop', 'genesis_do_loop' ); // Add homepage widgets add_action( 'genesis_loop', 'daily_dish_homepage_widgets' );
August 21, 2015 at 3:50 am #163063smurfkuh
MemberI tried that but that doesn't work well. It adds more than only a pagination.
Made a screenshotIt adds a border around my slideshow
It changes the heading in my slideshow
It adds 5 extra posts to the front page
Oh and it adds pagination, and that the only one i need..?
August 21, 2015 at 2:20 pm #163094Brad Dalton
ParticipantWhat did you try exactly?
When i test the solution it produces exactly what you see in the screenshot on the post i linked to.
Note: The solution i linked to is tested on the News Pro theme and may need altering to work on other themes. You would need to swap out most of the code to match what you have in the Daily Dish Pro theme.
August 21, 2015 at 4:35 pm #163102Brad Dalton
ParticipantYour title should read:
Add pagination to the Genesis Featured Posts widget because what you want to do to paginate those posts in the home bottom widget area on the Daily Dish theme correct?
The easiest way to do this is to use a plugin which includes the functionality you need.
August 22, 2015 at 4:22 am #163118smurfkuh
MemberYes thats right, but can't change the title anymore. Do you know any plugin that has that functionality ?
September 1, 2015 at 4:15 am #164198smurfkuh
MemberSo the plugin 'featured widget amplified' works but it messed up my headlines and i have this problem that it shows the post Images in my except..
So i have now a featured image + post image + the text.. How the heck do i remove the post image from the except ?
I know more people have this problem, ivv tried every code but nothing worked..
How to show Specified Featured Image Only and not Post Images
How to show Specified Featured Image Only and not Post Images
How can please help me..?
-
AuthorPosts
- The forum ‘Design Tips and Tricks’ is closed to new topics and replies.