wp-show-posts
wp-show-posts copied to clipboard
Know this is a big one, and may already be on the plan for the WPSP block in GB, but formally adding the request here. Ideally, the site dev can...
By default, "ignore_sticky_posts" check box will only work post queries w/o taxonomy. Consider changing this line of the code: if ( $settings[ 'ignore_sticky_posts' ] ) { $args[ 'ignore_sticky_posts' ] =...
Add hook after WP_Query so users can add conditional titles depending if loop is empty. https://wordpress.org/support/topic/conditionally-adding-a-title-above-the-post-loop-if-query-has_posts/#post-14708170
The columns never fill the available horizontal container space. This is because the first column item has a left-hand-side margin equivalent to the column separation between successive columns; consequently the...
Allow different column settings for different viewports.
Sticky posts are not placed on the top of the list when categories or tags are set on the Posts query settings. Context: https://wpshowposts.com/support/topic/sticky-posts-issue-how-to-style-as-featured-post/#post-29133
This shouldn't be an issue w/ the newer version.
Add post__in option to menu_order dropdown options. https://wpshowposts.com/support/topic/feature-request-add-menu_order-to-order-by-dropdown/
Context: https://wordpress.org/support/topic/post-types-pages-taxonomy-or-childpages/#post-14190546 https://i.ibb.co/2k3ndCj/Captura-de-pantalla-2021-03-16-153045.png https://i.ibb.co/DD360HP/Captura-de-pantalla-2021-03-16-153234.png
Address WPSP carousel issue for RTL pages. It may be good to add RTL toggle and other slick js options to the UI. "`rtl: true`" / "`rtl: false`" (default)