=== Easy Scheduled Posts ===
Contributors: christopherross,thisismyurl
Plugin URI: http://thisismyurl.com/downloads/easy-scheduled-posts/
Tags: wordpress,easy,scheduled,posts, plugin, post
Donate link: http://thisismyurl.com/
Requires at least: 3.2.0
Tested up to: 4.1.0
Stable tag: 2.0.1
An easy to use WordPress function to add scheduled posts to any theme.
== Description ==
An easy to use WordPress function to add scheduled posts to any theme.
This plugin allows developers to quickly create a list of upcoming events for display in a WordPress theme.
== Installation ==
To install the plugin, please upload the folder to your plugins folder and active the plugin.
== Screenshots ==
== Updates ==
Updates to the plugin will be posted here, to [thisismyurl.com](http://thisismyurl.com/)
== Frequently Asked Questions ==
= How do I display the results? =
Insert the following code into your WordPress theme files:
General results
Without passing any parameters, the plugin will return ten results or fewer depending on how many posts you have.
<?php thisismyurl_easy_scheduled_posts();?>
Specific number of results
If you would like to return a specific number of results as your maximum:
<?php thisismyurl_easy_scheduled_posts('count=10');?>
Altering the before and after values
By default the plugin wraps your code in list item (<li>) tags but you can specify how to format the results using the following code:
<?php thisismyurl_easy_scheduled_posts('before=<p>&after=</p>');?>
Adding a Link *new*
If you'd like to link to the post (remember it's not live yet) you can do so by calling:
<?php thisismyurl_easy_scheduled_posts('link=true');?>
Order of links *new*
You can change the order of the links by using ASC for ascending, DESC for descending or RAND for random order.
<?php thisismyurl_easy_scheduled_posts('order=ASC');?>
Echo vs. Return
Finally, if you'd like to copy the results into a variable you can return the results as follows:
<?php thisismyurl_easy_scheduled_posts('show=false');?>
= Is this plugin stable? =
Technically yes. Until I upgrade the version to 1.x, I still consider it to be in development but yes it has been tested and works well.
== Donations ==
If you would like to donate to help support future development of this tool, please visit [thisismyurl.com](http://thisismyurl.com/downloads/easy-scheduled-posts/)
== Change Log ==
= 2.0.1 =
* Tested up to WordPress 3.2
* Added controls to Widget
* Renamed functions for compatibility
* Reduced font size on credit link
= 1.7 =
* Added shortcode
* Updated to use WP_Widget class
* Added options for title, link and credit to widget
= 1.5.6 =
* removed rss feed
* fixed credit check
= 1.5.1 =
* removed update routines
0.0.2 - added link option
0.1.0 - added admin menu
0.1.1 - added order option
1.0.0 - official release
1.5.1
- Added widget
1.5.1
- Added widget