Changeset 885454
- Timestamp:
- 04/01/2014 03:55:34 AM (12 years ago)
- Location:
- flexible-posts-widget/trunk
- Files:
-
- 2 added
- 1 edited
-
license.txt (added)
-
readme.html (added)
-
readme.md (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
flexible-posts-widget/trunk/readme.md
r885211 r885454 4 4 **Tags:** widget, widgets, posts, categories, tags, recent posts, thumbnails, custom post types, custom taxonomies, feature image 5 5 **Requires at least:** 3.2 6 **Tested up to:** 3. 86 **Tested up to:** 3.9 7 7 **Stable tag:** 3.2.2 8 8 **License:** GPL2 or later … … 14 14 The 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. 15 15 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. 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. 19 17 20 18 ### Features & options ### … … 24 22 * Option to display the post feature image. 25 23 * 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. 27 25 * Each widget's output can be customized by user-defined templates added to the current theme folder. 28 26 … … 31 29 * Italian 32 30 * Polish 31 * Russian 33 32 * Spanish 34 33 … … 81 80 82 81 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 105 82 106 83 ## Upgrade Notice ## … … 124 101 ## Changelog ## 125 102 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 126 110 127 111 ### 3.2.1 ###
Note: See TracChangeset
for help on using the changeset viewer.