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.

Show Future Posts on Single Post

Beschrijving

The Show Future Posts on Single Post was developed to provide two basic functions:

  • Displays future/scheduled posts on single.php(Single Post Template)
  • Enables comments for future/scheduled posts

Installatie

  1. Upload ‘show-future-posts-on-single-post.php’ to the /wp-content/plugins/ directory
  2. Go to the Plugins page in your WordPress Admin area and click ‘Activate’ for Show Future Posts on Single Post

FAQ

How to show future/schedules post?

On your template, just simply add the string ‘post_status=future’ to your query_post

Example: query_post(‘post_status=future&order=ASC’);

This displays all future posts in ascending order.

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“Show Future Posts on Single Post” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “Show Future Posts on Single Post” 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 stable release.