Woocommerce – Problem sorting and filtering products with different tax rates by price

Setup (wordpress and woo only; fresh install): Prices entered with tax: No, I will enter prices exclusive of tax Display prices in the shop: Including tax Display prices during cart and checkout: Including tax Tax Rates: Standard 23%, Reduced 5% Product 1: price 100, tax rate standard (23%), front end price 123 Product 2: price … Read more

Query to sort a list by meta key first (if it exists), and show remaining posts without meta key ordered by title

I’m working on a custom taxonomy term page template where we want the items that are connected to the term sorted by a publication date (custom date field) – and if there are multiple items on the same day (formatted like YYYY-MM-DD) to then sort those by title, and finally sort by title if the custom field has not been filled out (older items).