advanced-post-list
advanced-post-list copied to clipboard
A WordPress plugin to create custom post lists
The code editor was added in #109 ( Add Code Editor API ), but has been reported with an issue. Reported here: https://wordpress.org/support/topic/error-loading-editor-in-0-4-4/
When selecting which post list to select, multiple filter boxes appear. This forces the user to use multiple filters even if the filters (taxonomy & terms) match. Also, having filters...
Was deprecated since the configuration and functionality had changed so much. Adding it back may reduce a lot of confusion with the plugin. Keep the amount of defaults to 3...
Similar to how WooCommerce's template concept is implemented. * There's 2 main template functions; `get_template` & `get_template_part`. * The `get_template`: initial or isolated block of render code. * The `get_template_part`:...
Currently (0.4.1), the [post_content] shortcode renders raw content as it would be save; WP relies on 2 new lines to represent a `` element, and in turn saves it in...
Set data to be outputted according to the number, or array, it is set to output on. Useful for setting which HTML element is active.
There is an issue in the WP-Admin> Appearance > Widgets area where the plugin's widgets become blank. [WP Plugin Site](https://wordpress.org/plugins/siteorigin-panels/) [Official Website](https://siteorigin.com/page-builder/) ## Original Comment > Great plugin! It works...
For those that use custom fields, the APL post meta data may be of no use to the editor, and could probably be hidden by adding an underscore prefix to...
To allow better export/importing, adding slugs as a fallback option may help prevent using incorrect post IDs when attempting to migrate a site from backed up data (which would have...
``` Fatal error: Uncaught Error: Call to a member function has_prop() on boolean in /home/ekojrc6/public_html/root_advancedpostlist/-apl-main/wp-content/plugins/advanced-post-list/includes/class/class-apl-shortcodes.php:639 Stack trace: #0 /home/ekojrc6/public_html/root_advancedpostlist/-apl-main/wp-includes/shortcodes.php(319): APL_Internal_Shortcodes->post_author('', '', 'post_author') #1 [internal function]: do_shortcode_tag(Array) #2 /home/ekojrc6/public_html/root_advancedpostlist/-apl-main/wp-includes/shortcodes.php(197): preg_replace_callback('/\\[(\\[?)(post_a...', 'do_shortcode_ta...',...