Changeset 1913316
- Timestamp:
- 07/23/2018 08:08:31 AM (7 years ago)
- Location:
- the-future-posts
- Files:
-
- 53 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
the-future-posts/trunk/changelog.txt
r1913259 r1913316 12 12 13 13 == Changelog == 14 15 = 1.32 - 2018-07-23 = 16 * Updated description. 14 17 15 18 = 1.31 - 2018-07-23 = -
the-future-posts/trunk/faq.txt
r1901578 r1913316 47 47 = Is it compatible with The Future Is Now plugin? = 48 48 49 Yes. Since this pluginchanges the post status of every scheduled post (from 'future' to 'publish'), you cannot use post_status='future' attribute (as there won't be any). So, you must use the post_status='publish' along with the 'date_after' attribute. like this:49 Yes. Since The Future Is Now changes the post status of every scheduled post (from 'future' to 'publish'), you cannot use post_status='future' attribute (as there won't be any). So, you must use the post_status='publish' along with the 'date_after' attribute. like this: 50 50 51 51 <code>[the_future_posts post_status="publish" date_after="now"]</code> -
the-future-posts/trunk/readme.txt
r1913259 r1913316 21 21 Compatible with Beaver Builder, Divi Builder, Elementor, SiteOrigin, Thrive Architect, WPBakery / Visual Composer, etc. Works with virtually every Theme available for WordPress. Plenty of customization options available either for the power or expert user. Use the default theme or create your own unlimited themes. Includes extensive documentation and a huge array of examples to start with. 22 22 23 The Future Posts is powerfull enough to be used also as a regular post grid system, for it also works with normalpublished posts in exactly the very same way.23 The Future Posts is powerfull enough to be used also as a regular post grid system, for it also works with regular published posts in exactly the very same way. 24 24 25 25 Unlike other plugins of its kind, The Future Posts fully supports custom post types and custom fields, created by PODS, Advanced Custom Fields, Toolset, etc. Each post grid can display whatever fields you want, either standard or custom. 26 27 Right out of the box, The Future Posts features pretty permalinks on regular and custom post types (including WooCommerce). Pretty permalinks are supported on all posts status (including future posts). Furthermore, it also allows showing non-published posts, like future posts, even for non-logged anonymous users. 26 28 27 29 = Supported features = … … 139 141 = Versions = 140 142 143 = 1.32 - 2018-07-23 = 144 * Updated description. 145 141 146 = 1.31 - 2018-07-23 = 142 147 * Fixed pretty permalinks on custom post types. -
the-future-posts/trunk/the-future-posts.php
r1913259 r1913316 12 12 * Tested up to: 4.9.6 13 13 * Requires PHP: 5.6.0 14 * Version: 1.3 114 * Version: 1.32 15 15 * License: GPL3 16 16 * License URI: https://www.gnu.org/licenses/gpl-3.0.txt
Note: See TracChangeset
for help on using the changeset viewer.