Linux 软件免费装
Banner图

The Future Posts

开发者 jdalmeida
更新时间 2018年8月7日 22:25
捐献地址: 去捐款
PHP版本: 5.6.0 及以上
WordPress版本: 4.9.6
版权: GPLv3 or later
版权网址: 版权信息

标签

responsive woocommerce elementor visual composer advanced custom fields beaver builder post grid pods scheduled

下载

1.00 1.10 1.11 1.20 1.21 1.22 1.23 1.24 1.30 1.31 1.32 1.33 1.34 1.35 1.36 1.37 0.92 0.93 0.94 0.95 0.96 0.97 0.98 0.99

详情介绍:

Display future (scheduled) posts in responsive grids using shortcodes. Works with PODS, Advanced Custom Fields, WooCommerce, and all page builders. 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. 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. Unlike other post grid 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. 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. Supported features

安装:

From within WordPress dashboard
  1. Go to your admin area and select Plugins -> Add new from the menu.
  2. Search for "The Future Posts".
  3. Click "Install"
  4. Click "Activate"
Manually via FTP
  1. Upload the folder 'the-future-posts/' into the '/wp-content/plugins/' directory
  2. Activate the plugin through the Plugins tab in WordPress
After Installation
  1. Go to your WordPress admin area and select The Future Posts option from the left menu.
  2. Read and follow the instructions. All options are fully detailed there.

屏幕截图:

  • Shortcode: [the_future_posts]
  • Shortcode: [the_future_posts posts_per_column="3" fields="image=large;link;3:1.9|title=text;link|excerpt=text;nolink|date=text;nolink;M d, Y"]
  • Shortcode: [the_future_posts post_status="publish" fields="image=large;link;3:2|title=text;link|excerpt=text;nolink|button=text;link;More...|author=text;nolink|date=text;nolink;M d, Y"]
  • Shortcode: [the_future_posts post_status="publish" posts_per_column="6" fields="image=large;link|title=text;link|excerpt=text;nolink|author=text;nolink|date=text;nolink;M d, Y!"]
  • Shortcode: [the_future_posts post_status="publish" posts_per_column="3" fields="float=start;left;50%|image=large;link;4:5|float=end|float=start;right;50%|title=text;link|date=text;nolink;M d, Y|excerpt=text;nolink|button=text;link;More...|float=end"]
  • Shortcode: [the_future_posts post_status="publish" posts_per_column="6" fields="image=large;link;1:1"]
  • Shortcode: [the_future_posts post_status="publish" posts_per_column="3" fields="image=large;link;1:1"]
  • Shortcode: [the_future_posts posts_per_column="1" fields="float=start;left;30%|image=large;link;1:1|float=end|float=start;right;70%|title=text;link|excerpt=text;nolink|author=text;nolink|date=text;nolink;M d, Y|float=end"]
  • Shortcode: [the_future_posts posts_per_column="1" fields="title=text;link|excerpt=text;nolink|author=text;nolink|date=text;nolink;M d, Y"]
  • Shortcode: [the_future_posts post_status="publish" posts_per_column="5" theme_custom="tfp_rounded_corners" fields="image=large;link;1:1|title=text;link|excerpt=text;nolink|date=text;nolink;M d, Y"]
  • Shortcode: [the_future_posts post_status="publish" posts_per_column="5" theme_custom="tfp_circles" fields="image=large;link;1:1|title=text;link|excerpt=text;nolink|date=text;nolink;M d, Y"]

常见问题:

Which grid system is used?

Gridlex. A very simple, lightweight, fast, reliable and responsive CSS-only grid system, supported by media queries, to quickly create modern layouts. Based on Flexbox (CSS Flexible Box Layout Module). Copyright © 2016 by Laurent G. / http://gridlex.devlint.fr/

Can I use it on WordPress text editor?

Yes. You can use The Future Posts shortcodes on any page or post using the WordPress text editor. Just insert the shortcode where you want the The Future Posts grid to appear. You can insert multiple instances of The Future Posts on the same page or post, each one with its own specific settings.

Can I use it on Widgets and Sidebars?

Yes. You can use The Future Posts shortcodes on sidebars and widget areas like footers. On the Appearance / Widgets admin page just use the Text widget or the Custom HTML widget to insert the shortcode(s).

Can I use it on Page Builders?

Yes. As being a shortcode, The Future Posts is compatible with virtually any page builder of your choice, like Elementor, Beaver Builder, WPBakery / Visual Composer, etc. Refer to the Options page for details.

Can I make my own custom Theme?

Yes. You can create as many Themes as you want, and apply them to any instance of The Future Posts. Use the Custom Theme CSS sample, available on the Options page, to construct you own Themes. I do encourage Third Party Themes. Let me know if you have a great Custom Theme to share, perhaps it can be included on a future release.

Can I show today's posts only?

Yes. For published only posts, use this shortcode: [the_future_posts post_status="publish" date_before="today" date_after="today"] And for simultaneous scheduled and published posts, use this shortcode: [the_future_posts post_status="future,publish" date_before="today" date_after="today"]

Is it compatible with The Future Is Now plugin?

Yes. Since this plugin 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: [the_future_posts post_status="publish" date_after="now"]

Does it features pretty permalinks on regular and custom post types (including WooCommerce)?

Yes. Right out of the box. Uses WordPress' Permalink Settings whatever they may be.

Does it features pretty permalinks on all posts status (including future posts)?

Yes. Say goodbye to 'http://the-future-posts.local/?p=123'. Say hello to 'http://the-future-posts.local/my-category/sample-post/'.

Allows showing non-published posts, like future posts (or whatever), even for non-logged anonymous users?

Yes. A must have, otherwise WordPress returns a 404 error unless you are a logged Administrator.

Can I change the default image overlay icon?

Yes. The Future Posts is bundled with a font featuring 150 well choosen image overlay related icons with great design. The default overlay icon, a thin plus sign, is part of that font. There are plenty of free icon pack fonts available on the internet. There is also some WordPress plugins that installs a bunch of well known icon packs, including Font Awesome. You can use any of those font packs and any font included. If you know how to do it you can even use your own font. For more information, please refer to the WordPress' admin area, menu The Future Posts, sub-menu option 'Overlay icons'.

更新日志:

Versions 1.37 - 2018-08-07 1.36 - 2018-08-06 1.35 - 2018-07-27 1.34 - 2018-07-25 1.33 - 2018-07-24 1.32 - 2018-07-23 1.31 - 2018-07-23 1.30 - 2018-07-22 1.24 - 2018-07-22 1.23 - 2018-07-20 1.22 - 2018-07-05 1.21 - 2018-07-03 1.20 - 2018-06-30 1.11 - 2018-06-29 1.10 - 2018-06-28 1.00 - 2018-06-22 0.99 - 2018-06-19 0.98 - 2018-06-18 0.97 - 2018-06-17 0.96 - 2018-06-16 0.95 - 2018-06-15 0.94 - 2018-06-14 0.93 - 2018-06-13 0.92 - 2018-06-10 0.91 - 2018-06-09 0.90 - 2018-06-08