Plugin Directory

Changeset 885454


Ignore:
Timestamp:
04/01/2014 03:55:34 AM (12 years ago)
Author:
dpe415
Message:

Prepped Readme for new version release. Added License.

Location:
flexible-posts-widget/trunk
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • flexible-posts-widget/trunk/readme.md

    r885211 r885454  
    44**Tags:** widget, widgets, posts, categories, tags, recent posts, thumbnails, custom post types, custom taxonomies, feature image 
    55**Requires at least:** 3.2 
    6 **Tested up to:** 3.8 
     6**Tested up to:** 3.9 
    77**Stable tag:** 3.2.2 
    88**License:** GPL2 or later 
     
    1414The default Recent Posts widget is exceptionally basic. I always find myself in need of a way to easily display a selection of posts from any combination post type or taxonomy. Hence, Flexible Post Widget.
    1515
    16 Flexible Posts Widget (FPW) is more than just a simple alternative to the default Recent Posts widget.  With many per-instance options it is highly customizable and allows advanced users to display the resulting posts virtually any way imaginable.
    17 
    18 Version 3.0 is a major enhancement as widgets can now get posts by *both* post type and/or taxonomy & term as well as select *multiple* post types and terms.  Previous versions of the plugin only allowed post type *or* taxonomy & term queries, not both.
     16Flexible Posts Widget (FPW) is more than just a simple alternative to the default Recent Posts widget.  With many per-instance options it is highly customizable and allows advanced users to display the resulting posts virtually any way imaginable.
    1917
    2018### Features & options ###
     
    2422* Option to display the post feature image.
    2523* Select the post feature image size to display from existing image sizes: thumbnail, medium, large, post-thumbnail or any size defined by the current theme.
    26 * Order posts by: date, ID, title, menu order, random; and sort posts: ascending or descending.
     24* Order posts by: date, ID, title, menu order, random, Post ID Order; and sort posts: ascending or descending.
    2725* Each widget's output can be customized by user-defined templates added to the current theme folder.
    2826
     
    3129* Italian
    3230* Polish
     31* Russian
    3332* Spanish
    3433
     
    8180
    8281
    83 ## Screenshots ##
    84 ###1. Configuring a FPW in wp-admin with the Post Type tab displayed.###
    85 [missing image]
    86 
    87 ###2. Configuring a FPW in wp-admin with the Taxonomy & Term tab displayed.###
    88 [missing image]
    89 
    90 ###3. Configuring a FPW in wp-admin with the ID tab displayed.###
    91 [missing image]
    92 
    93 ###4. An example FPW displayed using WordPress's TwentyTwelve theme and the default Feature Image (post-thumbnail) size.  This demonstrates how the plugin looks out-of-the-box with no user-customized styling or output in a default theme.###
    94 [missing image]
    95 
    96 ###5. In the Wild: FPW displaying a selection of featured beers (Post Type: Brew) over at http://canalparkbrewery.com.  This example uses slightly customized output and some theme-specific styles. ###
    97 [missing image]
    98 
    99 ###6. In the wild: FPW displaying a selection media attachments, with custom thumbnails.  This example uses highly customized HTML output and very theme-specific styles.###
    100 [missing image]
    101 
    102 ###7. In the wild: FPW displaying several posts over at http://chnl7700.mnsu.edu.  Also highly customized output and theme styles.###
    103 [missing image]
    104 
    10582
    10683## Upgrade Notice ##
     
    124101## Changelog ##
    125102
     103### 3.3 ###
     104* Refactored the PHP Class to encapsulate the plugin.
     105* Added the ability to sort posts by "Post ID Order".  Useful when getting posts using the ID tab (`post__in`).
     106* Added Russian translation. (Props: @mizhgun)
     107
     108### 3.2.2 ###
     109* Version bump for WordPress 3.8 support
    126110
    127111### 3.2.1 ###
Note: See TracChangeset for help on using the changeset viewer.