Skip to content

Instantly share code, notes, and snippets.

View ruturajpatki's full-sized avatar

Ruturaj V. Patki ruturajpatki

View GitHub Profile
@ruturajpatki
ruturajpatki / theme-widget-categories.php
Last active June 28, 2019 23:15
Custom Widget to list WordPress categories along with the Post count. Requires styling with CSS to blend it well with theme.
<?php
// Adds widget: Categories
class RutuCategories_Widget extends WP_Widget {
function __construct() {
parent::__construct(
'rutu_categories_widget',
esc_html__( 'Rutu Categories', 'mfl' ),
array( 'description' => esc_html__( 'Custom Categories widget.', 'mfl' ), ) // Args