web/wp-content/plugins/future-posts-calendar/readme.txt
branchwordpress
changeset 109 03b0d1493584
equal deleted inserted replaced
-1:000000000000 109:03b0d1493584
       
     1 === Future Posts Calendar Plugin ===
       
     2 Contributors: Aaron Harun
       
     3 Donate link: http://anthologyoi.com/about/donate/
       
     4 Tags: calendar, future posts, edit, post, date, admin,widget,stats
       
     5 Requires at least: 2.1
       
     6 Tested up to: 2.5 (Trunk)
       
     7 Stable tag: 1.0
       
     8 
       
     9 This plugin adds a monthly calendar that shows all the dates you have future posts.
       
    10 
       
    11 == Description ==
       
    12 It adds a simple month-by-month calendar that shows all the months you have future posts for (and the current month no matter what), it highlights the days you have posts for, and as an added bonus if you click a day, the Post Timestamp boxes change to that day, month and year (although it doesn’t check the edit timestamp box to avoid accidental changes).
       
    13 
       
    14 == Installation ==
       
    15 1. Download the zip file
       
    16 1. Unzip and upload future_posts.php to your *wp-content/plugins/* folder.
       
    17 1. The new box will automatically appear on edit/write post pages.
       
    18 1. Optionally you can add it as a sidebar widget or uncomment the line "//add_action('activity_box_end', 'get_future_calendar_html');" to have it appear on your dashboard, or use the Dashboard Editor plugin to add it as a widget.