Just a quick heads up, the latest update broke “Redirect all countries except countries listed above” function.
The solution is to set up again the languages excluded from redirection and it will work as intended.
]]>I use your “carousel Slider” plugin and I love it!
But I would like to show the products of all categories except those of two or three of them.
It’s possible?
That works just like “Product Categories” but that the categories that are added are those that are not shown, that is: just the opposite of how it works now …
Thanks for your plugin and your time.
Rafa
]]>I was asked to post this question here rather than on WooCommerce forum page.
(the original post: https://www.ads-software.com/support/topic/add-shortcode-to-all-pages-except-front-page/ )
So, I need to do a do_shortcode() on every page storefront_content_top
all works ok except that i need it not to be in the front page. All other pages than the front page. is_front_page() and is_home() aren’t working….
i am doing this through a self made plugin.
Is there a better place to put it than storefront_content_top, if i change the theme in the future?
My code so far
// if (!is_home()) // not working.
add_action( 'storefront_content_top', 'hh_show_shortcode', 1 );
function hh_show_shortcode()
{
echo do_shortcode('[blah]');
// echo "sample text";
}
]]>i am doing this through a self made plugin.
Is there a better place to put it than storefront_content_top, if i change the theme in the future?
My code so far:
// if (!is_home()) // not working.
add_action( 'storefront_content_top', 'hh_show_shortcode', 1 );
function hh_show_shortcode()
{
echo do_shortcode('[blah]');
// echo "sample text";
}
]]>The tag ‘script’ is disallowed except in specific forms.
capture50426.png
Here are the links that has the same errors,
davaoone-of-the-trending-cities-for-it-outsourcing-in-2016/amp/
future-philippines-offshore-outsourcing-industry-2016/amp/
press-release-trusted-and-dedicated-virtual-assistants-portal-now-online/amp/
philippines-china-toxic-relations-is-outsourcing-industry-will-be-affected/amp/
Anyone can help me fix this problem? Thank you!
]]>I was wondering if it is possible to display a short excerpt of the job description on the job board list?
Thank you.
https://www.ads-software.com/plugins/wp-job-manager/
]]><?php
if (is_home()) {
query_posts(“cat=-6”);
}
?>