Skip to content

Instantly share code, notes, and snippets.

View benbasty's full-sized avatar

Ben Basty benbasty

View GitHub Profile
@benbasty
benbasty / WP_BootstrapNavigation.php
Created November 29, 2019 01:49 — forked from dvoracek-jakub/WP_BootstrapNavigation.php
Wordpress navigation in Bootstrap style
<?php
/**
* Class for rendering Wordpress navigation in Bootstrap style
*/
namespace YourCompany\Helpers;
Class Pagination
{