=== The Future Posts ===
Contributors: jdalmeida
Author: José De Almeida
Author URI: https://www.josedealmeida.com/
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YPL25DBZSWHWY
Tags: posts, post grid, responsive, scheduled, pods, advanced custom fields, woocommerce, elementor, beaver builder, visual composer
Requires at least: 4.6.0
Tested up to: 4.9.6
Requires PHP: 5.6.0
Stable tag: 0.99
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
== Frequently Asked Questions ==
= 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"]