Deze plugin is niet getest met de laatste drie grote versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Er kunnen ook compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Post Countdown

Beschrijving

The Post Countdown plugin adds a customizable widget that counts down to a milestone post. For axample, let’s say you want to show your readers how many posts until your 1000th post. This plugins creates the widget that controls the countdown by utilizing the wp_count_posts(); tag.

Installatie

  1. Upload ‘post-countdown.php’ to the ‘/wp-content/plugins/’ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Navigate to ‘Appearance > Widgets’ and adjust the “Post Countdown” widget to your specifications.

FAQ

How do I style the widget?

The list-item containing the widget is given the class of “post-countdown”. Simply add li.post-countdown{“styles here”} to your stylesheet.

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“Post Countdown” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “Post Countdown” naar jouw taal.

Interesse in de ontwikkeling?

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

Changelog

1.0

  • First Release