I ad something for subscription and I would do the same for publisize, it is possible? Or better only publish some category
add_filter( 'jetpack_subscriptions_exclude_all_categories_except', 'exclude_all_except' );
function exclude_all_except( $categories ) {
$categories = array( 'assurance', 'commerce', 'internet', 'comptabilite', 'credit', 'developpement-personnel', 'articles-finance', 'les-arnaques', 'articles-les-bons-plans', 'articles-investissements', 'bourse', 'patrimoine', 'crowfunding', 'fiscalite', 'immobilier', 'produits-bancaires', 'livres', 'articles-economie');
return $categories;
}
thank you
I found this but I m not able to use it to exclude category purple and a second category green for example
add_filter( 'wpas_submit_post?', 'vipx_wpas_submit_post', 10, 4 );
function vipx_wpas_submit_post( $ret, $post_id, $name, $connection ) {
$categories = get_the_terms( $post_id, 'category' );
if ( is_array( $categories ) )
$categories = wp_list_pluck( $categories, 'slug' );
if ( ! in_array( 'le-nom-de-votre-categorie-a-exclure', $categories ) )
$ret = false;
return $ret;
}
https://www.ads-software.com/plugins/jetpack/
]]>second, I also have subscriptions widget from jetpack. If I post, customer get 3 mails to tell I have made one post (3 language), as a result I’m loosing audience..
So how can I made that polylang does not work with the subscriptions and publisize and that my customer only get the french mail and social publication?
Would be greater if we can have one different subscription per language.
https://www.ads-software.com/plugins/polylang/
]]>I checked with the facebook debug tool (https://developers.facebook.com/tools/debug/og/object/) and get the following error message:
Object at URL ‘https://bystephanie.de/die-welt-besten-weihnachtsplatzchen/’ of type ‘article’ is invalid because it specifies multiple ‘og:url’ values: https://bystephanie.de/die-welt-besten-weihnachtsplatzchen/, https://bystephanie.de/die-welt-besten-weihnachtsplatzchen/.
How can I fix this???
I appreciate any help you can provide.
Thanks
https://www.ads-software.com/plugins/jetpack/
]]>https://www.ads-software.com/plugins/jetpack/
]]>my website is www.rusticsoul.com.au, I have yoast seo plugin installed and I have unchecked the enable meta graph box in yoast. on automatic posts the wrong image is used and on manually hitting the post to fb etc button the wrong image is also used, what else can i do. please help.
sam
https://www.ads-software.com/plugins/jetpack/
]]>Since an upgrade to Jetpack 3.4.1 I am receiving the following error when trying to connect to our Facebook account.
Something which should never happen, happened. Sorry about that. If you try again, maybe it will work.
Error code: -32300
I have read your thread regarding white space but none exist it seems that would cause this problem.
Website is https://www.atoz-guides.com
Thank you.
https://www.ads-software.com/plugins/jetpack/
]]>original post: https://www.krisandvikbooktherapycafe.com/2014/08/13/book-tour-giveaway-jaded-by-michelle-bellon/
Is there something I’m doing wrong or a plug-in that can correct this?
I always set a ‘feature image’ from the library
]]>