/wpbs4-pagination

Wordpress pagination with Bootstrap 4 style Plugin

Primary LanguagePHP

wpbs4-pagination plugin

https://styleci.io/repos/157209774/shield Code Climate

Description

Minimal plugin to adapt pagination to boostrap 4

Installation

This section describes how to install the plugin and get it working.

  1. Activate the plugin through the 'Plugins' menu in WordPress

use

<?php
    if (function_exists("wpbsfour_pagination"))
    {
        wpbsfour_pagination();
    }
?>

Changelog

1.0

Initial plugin. Add documentation