Skip to content

Instantly share code, notes, and snippets.

@Olein-jp
Last active November 26, 2019 06:08
Show Gist options
  • Save Olein-jp/6115cd0695c788c3f308a544cfbb5507 to your computer and use it in GitHub Desktop.
Save Olein-jp/6115cd0695c788c3f308a544cfbb5507 to your computer and use it in GitHub Desktop.
/*--------------------------------------------------------------
style for WP Pagenavi plugin
--------------------------------------------------------------*/
.p-pagenavi {
.wp-pagenavi {
.page {
}
.previouspostslink {
}
.page.smaller {
}
.current {
}
.page.larger {
}
.nextpostslink {
}
}
}
<div class="p-pagenavi">
<?php wp_pagenavi(); ?>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment