Anton Koekemoer
Forum Replies Created
-
No, nothing is excluded except those items in the function.
Forum: Plugins
In reply to: [Glue for Yoast SEO & AMP] AMP 404 errorI found a short term solution.
In the plugin /amp/includes/amp-frontend-actions.php
Change
$amp_url = amp_get_permalink( get_queried_object_id() );
To
$amp_url = get_permalink() . "?amp=1";
This changes the current URL from /amp/ to /?amp=1
Problem is that it’s actually not Yoast related and someone might have a better solution or fix, because when the AMP plugin gets updated, the changes will be lost.
- This reply was modified 8 years, 5 months ago by Anton Koekemoer.
- This reply was modified 8 years, 5 months ago by Anton Koekemoer.
Forum: Plugins
In reply to: [Glue for Yoast SEO & AMP] AMP 404 errorAnyone else experience this problem?
How can I rewrite the the link URL in the header to use
?amp=1
instead of /amp/?Forum: Plugins
In reply to: [WooCommerce] Listing using tags Sort by price ascending or descendingExcellent! It works.
Thanks Caleb!
Forum: Plugins
In reply to: [WooCommerce] Listing using tags Sort by price ascending or descendingThanks Caleb.
Where do I use this?
‘$q1 = new WP_Query( array(
‘meta_key’ => ‘price’,
‘orderby’ => ‘meta_value’,
) );’Forum: Plugins
In reply to: [WooCommerce Display Products by Tags] Sort by price ascending or descendingFair enough.
Can you quote me? Where can I hire your services to do this for me?
Forum: Plugins
In reply to: [WooCommerce Display Products by Tags] Sort by price ascending or descendingThanks Sebastian. Is there any chance you can help me with this?
Forum: Plugins
In reply to: [WooCommerce] Woocommerce sort by price low to high variation issueNot at all.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce sort by price low to high variation issueI updated the product and it was fixed.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce sort by price low to high variation issueThanks Caleb, but it’s still doing it. Here’s two links: https://bit.ly/2arm3wq and https://bit.ly/2at02ub
I’m not using any plugins that could affect this and it was working. Is there anyway I can enforce the sorting of the products by default other than selecting the sorting options on the settings of WC -> Display?