Title: Advanced Post List's Replies | WordPress.org

---

# Advanced Post List

  [  ](https://wordpress.org/support/users/advancedpostlist/)

 *   [Profile](https://wordpress.org/support/users/advancedpostlist/)
 *   [Topics Started](https://wordpress.org/support/users/advancedpostlist/topics/)
 *   [Replies Created](https://wordpress.org/support/users/advancedpostlist/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/advancedpostlist/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/advancedpostlist/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/advancedpostlist/engagements/)
 *   [Favorites](https://wordpress.org/support/users/advancedpostlist/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 76 total)

1 [2](https://wordpress.org/support/users/advancedpostlist/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/advancedpostlist/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/advancedpostlist/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/advancedpostlist/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/advancedpostlist/replies/page/6/?output_format=md)
[→](https://wordpress.org/support/users/advancedpostlist/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Post List] Show posts with specific date?](https://wordpress.org/support/topic/show-posts-with-specific-date/)
 *  Plugin Support [Advanced Post List](https://wordpress.org/support/users/advancedpostlist/)
 * (@advancedpostlist)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/show-posts-with-specific-date/#post-11079674)
 * Unfortunately, this is one of the filter settings that hasn’t been added yet.
   Adding it will require a database update, and was hesitant to add it during the
   last database update due to the complexity the version update was at the time.
 * It’s possible it could be added in the next major version update, but will have
   to see how well it can be implemented.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Advanced Post List] Making the header go away…](https://wordpress.org/support/topic/making-the-header-go-away/)
 *  Plugin Support [Advanced Post List](https://wordpress.org/support/users/advancedpostlist/)
 * (@advancedpostlist)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/making-the-header-go-away/#post-11069650)
 * You can dismiss the notice by clicking “Already did. Dismiss.”, or there is a
   WP Community constant DISABLE_NAG_NOTICES that you can use by simply adding in
   your wp-config.php file.
 * `define('DISABLE_NAG_NOTICES', true);`
 * Which some other plugins also recognize.
    -  This reply was modified 7 years, 6 months ago by [Advanced Post List](https://wordpress.org/support/users/advancedpostlist/).
      Reason: grammar
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Advanced Post List] good solution](https://wordpress.org/support/topic/good-solution-33/)
 *  Plugin Support [Advanced Post List](https://wordpress.org/support/users/advancedpostlist/)
 * (@advancedpostlist)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/good-solution-33/#post-11066960)
 * Thank you for the kind words.
 * There is still room for improvement. APL was built to be advanced though, and
   offers a lot of capabilities. With the help from the WP Community, it can only
   get better by bringing in more support and features.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Post List] Pagination](https://wordpress.org/support/topic/pagination-353/)
 *  Plugin Support [Advanced Post List](https://wordpress.org/support/users/advancedpostlist/)
 * (@advancedpostlist)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/pagination-353/#post-11063094)
 * This was mostly intended for [@signale](https://wordpress.org/support/users/signale/),
   but you are welcome to test it out as well [@webxess](https://wordpress.org/support/users/webxess/).
 * Right now, it’s still in its early stages, but there’s a [dev contact form](https://advancedpostlist.com/contact/development)
   to initiate a private message, and I can give you details to get started.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Post List] Pagination](https://wordpress.org/support/topic/pagination-353/)
 *  Plugin Support [Advanced Post List](https://wordpress.org/support/users/advancedpostlist/)
 * (@advancedpostlist)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/pagination-353/#post-11060742)
 * Just an update,
 * Pagination is now possible. Although, it isn’t on the public released version,
   and is still being improved upon.
 * Let me know if you’re still interested.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Post List] Invalid argument supplied for foreach()](https://wordpress.org/support/topic/invalid-argument-supplied-for-foreach-125/)
 *  Plugin Support [Advanced Post List](https://wordpress.org/support/users/advancedpostlist/)
 * (@advancedpostlist)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/invalid-argument-supplied-for-foreach-125/#post-11050513)
 * It was a fairly simple change, essentially the foreach loop was wrapped with 
   an If-check( `if ( ! empty( $query_str['tax_query'] ) ) {` ). You can see the
   dev commit changes here, [Fix PHP Error class-apl-query.php on line 446](https://github.com/EkoJR/advanced-post-list/commit/24ac4081ff7c7be5ff32efb2c5630a07bab1ea73)
 * Releases are usually aimed for a Monday (UTC) for release dates, and it looks
   like this Monday (1/7/19) will be slated for release; there just some final testing
   and setup needed.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Post List] Invalid argument supplied for foreach()](https://wordpress.org/support/topic/invalid-argument-supplied-for-foreach-125/)
 *  Plugin Support [Advanced Post List](https://wordpress.org/support/users/advancedpostlist/)
 * (@advancedpostlist)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/invalid-argument-supplied-for-foreach-125/#post-11022334)
 * Thanks for reporting this.
 * Looks like this could be fixed on the next update.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Post List] APL PHP_Function Shortcode and Gantry](https://wordpress.org/support/topic/apl-php_function-shortcode-and-gantry/)
 *  Plugin Support [Advanced Post List](https://wordpress.org/support/users/advancedpostlist/)
 * (@advancedpostlist)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/apl-php_function-shortcode-and-gantry/#post-10791443)
 * Yea, the post param is required as the first param, and shortcode attributes 
   as the 2nd param. It often gets missed, and have thought about improving the 
   concept (without introducing breaking changes).
 * The error probably displayed because the live site may be running PHP 7.2+; which
   may explain why one site was different from the other.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Post List] Editor error still in version 0.5.1](https://wordpress.org/support/topic/editor-error-still-in-version-0-5-1/)
 *  Plugin Support [Advanced Post List](https://wordpress.org/support/users/advancedpostlist/)
 * (@advancedpostlist)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/editor-error-still-in-version-0-5-1/#post-10783451)
 * Ran a few tests to try and reproduce the issue.
 * Was there any other info that may help in order to replicate the issue?
 * Check for a possible plugin conflict?
    Anything identified that may trigger the
   issue?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Post List] APL and ACF](https://wordpress.org/support/topic/apl-and-acf/)
 *  Plugin Support [Advanced Post List](https://wordpress.org/support/users/advancedpostlist/)
 * (@advancedpostlist)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/apl-and-acf/#post-10783344)
 * There is a similar [tutorial for php_function shortcode](https://support.advancedpostlist.com/getting-started/custom-php_function-shortcodes/),
   and the ACF shortcode uses the same base method, but for the ACF Shortcode specifically
   there isn’t a doc. Plus the tutorial would be nearly identical.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Post List] PHP_Function Shortcode – Item_Number](https://wordpress.org/support/topic/php_function-shortcode-item_number/)
 *  Plugin Support [Advanced Post List](https://wordpress.org/support/users/advancedpostlist/)
 * (@advancedpostlist)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/php_function-shortcode-item_number/#post-10783321)
 * Yea, WP Shortcodes only pass string params.
 * PHP does provide a few methods for converting a string to an integer. [Function intval](http://php.net/manual/en/function.intval.php)
   is one of the more common ones.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Post List] Pagination](https://wordpress.org/support/topic/pagination-353/)
 *  Plugin Support [Advanced Post List](https://wordpress.org/support/users/advancedpostlist/)
 * (@advancedpostlist)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/pagination-353/#post-10693105)
 * There has been some updates towards this feature. Although, it hasn’t been made
   public. AJAX Handling is another big step toward this; which also hasn’t made
   it to the public yet.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Post List] Undefined variable: advanced_post_list](https://wordpress.org/support/topic/undefined-variable-advanced_post_list/)
 *  Plugin Support [Advanced Post List](https://wordpress.org/support/users/advancedpostlist/)
 * (@advancedpostlist)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/undefined-variable-advanced_post_list/#post-10678585)
 * An update recently made `$advanced_post_list` into a global to resolve issues
   like this.
 * If you replace the code with this, should resolve the issue.
 *     ```
       if( !function_exists('post_grid_in_header') ) {
       	function post_grid_in_header() {
       		global $advanced_post_list;
       		if (method_exists($advanced_post_list, "display_post_list")) {
       			echo $advanced_post_list->display_post_list("top_4_features_row");
       		}
       	}
       	add_action( 'et_before_main_content', 'post_grid_in_header' );
       }
       ```
   
    -  This reply was modified 7 years, 10 months ago by [Advanced Post List](https://wordpress.org/support/users/advancedpostlist/).
      Reason: comma missing
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Post List] Upgrade to APL 0.5.0 Disables Visual Editor](https://wordpress.org/support/topic/upgrade-to-apl-0-5-0-disables-visual-editor/)
 *  Plugin Support [Advanced Post List](https://wordpress.org/support/users/advancedpostlist/)
 * (@advancedpostlist)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/upgrade-to-apl-0-5-0-disables-visual-editor/#post-10675391)
 * Thank you for reporting this.
 * This recently became a known issue, and a hotfix is scheduled for release.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Post List] Please stop attempts to coerce 5 star reviews from non-admin users.](https://wordpress.org/support/topic/please-stop-attempts-to-coerce-5-star-reviews-from-non-admin-users/)
 *  Plugin Support [Advanced Post List](https://wordpress.org/support/users/advancedpostlist/)
 * (@advancedpostlist)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/please-stop-attempts-to-coerce-5-star-reviews-from-non-admin-users/#post-10672174)
 * Recent update adds WP community standard DISABLE_NAG_NOTICES
 * Add to wp-config.php
 * `define('DISABLE_NAG_NOTICES', true);`
 * [https://codex.wordpress.org/Plugin_API/Action_Reference/admin_notices#Disable_Nag_Notices](https://codex.wordpress.org/Plugin_API/Action_Reference/admin_notices#Disable_Nag_Notices)

Viewing 15 replies - 1 through 15 (of 76 total)

1 [2](https://wordpress.org/support/users/advancedpostlist/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/advancedpostlist/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/advancedpostlist/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/advancedpostlist/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/advancedpostlist/replies/page/6/?output_format=md)
[→](https://wordpress.org/support/users/advancedpostlist/replies/page/2/?output_format=md)