Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Recent Categories

Beschrijving

Widget to display your site’s most recent categories.

Current options:

  • Max number of categories to display
  • Title
  • Display date
  • Icon (if set by Simple Cateogry Icon)
  • Display post count

GitHub: https://github.com/twodayslate/Recent-Categories-Widget

Schermafdrukken

  • screenshot-1.png widget shown in sidebar of Twenty Fifteen

Installatie

Enable the widget in the sidebar

  1. Upload widget.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place <?php the_widget('Recent_Categories_Widget'); ?> in your templates
  4. Or add the widget to your dynamic sidebar in the dashboard (Appearance -> Widgets).

FAQ

What options are there?

You can set the max number of categories to show, the title, display icon, and the date.

How can I contribute?

Feel free to submit an issue or a pull-request on GitHub.

What is the best way to contact you?

Check out my website for a list of ways to do just that!

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“Recent Categories” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “Recent Categories” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

1.0

  • Initial Release

1.1

1.2

  • Rewrite
  • Added post count option

1.3

  • Added before_title and after_title support
  • Bug fixes