I have installed WP-Page Navi and the style plugin as you suggest
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
http://forum.graphene-theme.com/graphene-support/color-to-change-the-pagination-numbers-instead-of-next-previous
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?
