WP-Diagram

In commercial theme development it's common to have different post listings across several positions of the theme. We usually end up creating post types and specific categories for users to put posts in these positions.

This plugin creates a dedicated interface for post positioning and scheduling in the theme. For example, assume you want two different post listings, one for a top slideshow, and another for featured news:

Register the positions in your functions.php:

wp_diagram_register_positions( array(
    array(
        'id' => 'home_slideshow',
        'name' => 'Home Slideshow'
    ),
    array(
        'id' => 'featured_news',
        'name' => 'Featured News'
    )
) );

Then, after selecting the posts for each position in the Positioning menu in the admin interface, just call the custom loop in your template:

<?php $slideshow = wp_diagram_get_query( 'home_slideshow' ); ?>
<?php if ( $slideshow->have_posts() ) : ?>
    <?php while( $slideshow->have_posts() ) : $slideshow->the_post(); ?>

        <?php // Post loop like any other ?>

    <?php endwhile; ?>
<?php endif; ?>

The custom loop above will get the posts scheduled for the home_slideshow in the current time.

Auto-Schedule Posts

Auto-Schedule posts catches posts as they are published and holding them until the previously set criteria are met for the proper publication time. You can set publication between certain hours, limit publication to certain days, and specify a minimum time period between posts....

Similar: 40%

Comment Expirator

Comment Expirator allows to schedule closing of comments, trackbacks and pingbacks on an individual basis at a date or time of your choice. It can be activated on any post type that allows comments. This is good for preventing spam on old posts. The plugin lets you chose if trackbacks and pingbacks .........

Similar: 25%

Post Status Scheduler

Post Status Scheduler allows for scheduling of post status changes, category/tag adding or removing and removing of postmeta on any given date or time. It can be activated on any post type and shows up on the post edit screen in the publish section. From version 1.0.0 it has a feature for sending .........

Similar: 25%

Bump the Schedule

Many bloggers now days create content for their websites in advance and publish them using a time internal which is usually one to two posts a day or every two or three days. The Spunky Jones Blog is no exception. At Spunky Jones the articles that will be published are placed in queue using the sche.........

Similar: 23%

Automatic Post Publishing Scheduler

This plugin allows you to gain very precise control over when posts are published to your site....

Similar: 20%

Automatic Post Scheduler

This plugin can be used for defining an editorial plan. WP already does a great job with the Scheduled post status, but what if it could be simpler than that? When publishing posts, the plugin computes the most recent interval when a post can be published and picks a timestamp in that interval when.........

Similar: 19%

Publish to Schedule

With this plugin you don't need to manually choose the date when a post will be published. After a simple configuration the plugin will schedule your posts when you click publish. Just configure days of week, the number of posts each day and time interval you want posts to be auto scheduled and eac.........

Similar: 16%

Auto Post Scheduler

Use the Auto Post Scheduler to publish new posts and/or recycle old posts, automatically! No need to schedule post times individually, and recycling old posts keeps your site looking fresh. Especially useful when importing a large number of posts, you can have the Auto Post Scheduler publish them .........

Similar: 14%

Queue Posts

Allows you to place new posts in a queue for later publication at a specified interval....

Similar: 8%

Tweet Wheel Lite

Tweet Wheel plugin helps you to share your WordPress posts, pages, products and any post type on Twitter automatically without your supervision. Promote your WordPress website on Twitter by tweeting regularly to earn more followers and drive more traffic. Current features Automated queueing syste.........

Similar: 5%