Wp-Page Navi
-
I have installed WP-Page Navi and the style plugin as you suggest
Quote:First install WP-PageNavi. It replaces default Older posts and Newer posts with page numbers. – http://wordpress.org/extend/plugins/wp-pagenavi/Then install WP PageNavi Style for styling this! – http://wordpress.org/extend/plugins/wp-pagenavi-style/
in
I put
.wp-pagenavi a, .wp-pagenavi a:link {
background-color: #BBBBBB;
border: medium none;
color: #FFFFFF;
font-size: 0.9em;
margin: 2px;
padding: 3px 6px;
text-decoration: none;
}
.wp-pagenavi a:hover {
background-color: #888888;
color: #FFFFFF;
}
.wp-pagenavi span.current {
background-color: #888888;
border: medium none;
color: #FFFFFF;
font-size: 0.9em;
margin: 2px;
padding: 3px 6px;
text-decoration: none;
}into the custom css of the pure Graphene theme.
However, nothing changes.
there is absolutely no pagination
See a long page of our test blog
http://www.swissnationalbank.org/2012/10/time-to-be-long-the-yen/
What have I missed?
Must I tell the plugin where to do the pagination? If yes, how? Or is automatic?
WP-PageNavi is meant for blog page and archives pagination only. Scroll down to to bottom of this page and you can see both WP-PageNavi and custom styling.
If you want pagination for single post or page, you need to use
<!--nextpage-->
tag within your post content. Anything after that tag will be displayed in the next page. See more information here – http://wpmu.org/pagination-how-to-split-a-wordpress-post-into-multiple-pages/thank you for the quick help
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.