• The theme template can call up WP-PageNavi plugin, but the button alignment is off-center for top and bottom navigators.

Viewing 4 replies - 1 through 4 (of 4 total)
  • You’re right. WP-PageNavi support is not fully finished. This will be finished in next version.

    In current version, you have to set the styles for the plugin yourself. In next version, styles for wp-pagenavi will be included by default.

    Ok fixed this now.

    <center><?php if(function_exists(‘wp_pagenavi’)) { wp_pagenavi(); }
    else { ?></center>

    Regards

    Also you can set this on a CSS file for the theme or the site.
    Something like #container-id { text-align: center; } (I always recommend to set it outside the plugin/theme folder to not overwrite it when updating.

    Anyway, styles and colors for wp-pagenavi will be provided in one of the two next releases. (Probably not in 0.9 as I’m closing it to provide header image upload ASAP).

    Thanks for sharing.

    Where do I make this change? I added it into pagenavi’s css and the main theme css and it didn’t work.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to align WP-PageNavi button to the center of post’ is closed to new replies.