=== 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:

<strong>General results</strong>
Without passing any parameters, the plugin will return ten results or fewer depending on how many posts you have.

&lt;?php thisismyurl_easy_scheduled_posts();?&gt;

<strong>Specific number of results</strong>
If you would like to return a specific number of results as your maximum:

&lt;?php thisismyurl_easy_scheduled_posts('count=10');?&gt;


<strong>Altering the before and after values</strong>
By default the plugin wraps your code in list item (&lt;li&gt;) tags but you can specify how to format the results using the following code:

&lt;?php thisismyurl_easy_scheduled_posts('before=&lt;p&gt;&amp;after=&lt;/p&gt;');?&gt;

<strong>Adding a Link</strong> *new*
If you'd like to link to the post (remember it's not live yet) you can do so by calling:

&lt;?php thisismyurl_easy_scheduled_posts('link=true');?&gt;


<strong>Order of links</strong> *new*
You can change the order of the links by using ASC for ascending, DESC for descending or RAND for random order.

&lt;?php thisismyurl_easy_scheduled_posts('order=ASC');?&gt;



<strong>Echo vs. Return</strong>
Finally, if you'd like to copy the results into a variable you can return the results as follows:

&lt;?php thisismyurl_easy_scheduled_posts('show=false');?&gt;



= 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