Basically, a display everything function WITHOUT showing any tag group tabs.
Thanks
]]>Short-codes appear to still be working. However, if we have baked a calendar into the code for a particular page, that calendar’s sorting is also not working.
Not an issue until the latest update. Much help would be appreciated.
The primary calendar page can be found here:
https://rmhdesmoines.org/news-events/events-calendar/
*Note we have the calendar category selector hidden via CSS because we don’t want visitors digging through non-relevant stuff. I un-hid it yesterday to see if that could possibly be the issue, but it wasn’t. If you need me to do that again, let me know.
Thanks for your help. We really appreciate it.
https://www.ads-software.com/plugins/all-in-one-event-calendar/
]]>I would like to display all rows and columns for all of my tables without going through each table, 1 by 1, and removing pagination. Perhaps, something similar to your “Pagination Length Change “All” Entry” extension but where it defaults to “all” in the dropdown. Any solutions are appreciated.
Thank you for your time.
– Nelson
https://www.ads-software.com/plugins/tablepress/
]]>https://www.ads-software.com/plugins/product-catalog/
]]>https://www.ads-software.com/plugins/eshop/
]]>I love your plugin, it is great! However, I have noticed that it does not display ALL the products in a particular taxonomy, just the first 12 products show. Is there some way I can get the shortcode to display all the products of a taxonomy, or a certain number per page?
Thanks and kind regards,
Sarah
https://www.ads-software.com/plugins/woocommerce-products-by-custom-tax/
]]>My aim here is to try and have one page set up to render all post from type. I think it’s a bit like the single page file, but not for a singular post.
for example.
https://localhost/site/case-study
https://localhost/site/news
I would like a page to detect which post type i am trying to use and act accordingly and get all posts for that type.
WP_Query( array(
‘orderby’ => ‘post_date’,
‘order’ => ‘DESC’,
‘post_type’ => get_post_type(),
‘post_status’ => ‘publish’,
‘suppress_filters’ => true
) );