videocollective
Forum Replies Created
-
Forum: Plugins
In reply to: [Reading Time WP] Add space below reading timeHi Jason,
This has worked!
Thanks for your help
Hi Kokkie,
Thanks for your reply. No problem.
Just heard back from support at Jetpack and they provided the following code which seems to have worked.
function jetpackme_remove_rp() { if ( class_exists( 'Jetpack_RelatedPosts' ) ) { if ( is_singular( 'job_listing' ) ) { $jprp = Jetpack_RelatedPosts::init(); $callback = array( $jprp, 'filter_add_target_to_dom' ); remove_filter( 'the_content', $callback, 40 ); } } } add_action( 'wp', 'jetpackme_remove_rp', 20 );
Thanks for your help!
Hi James,
Thanks for getting back to me.
Just out of interest why is a job listing page a Woocommerce product?
Also how do I find the item identification for WP Job Manager?
Thanks,
EwanHi James,
Thanks or your reply!
Sorry just to confirm is it the code from Remove Related Posts from WooCommerce Products
or
Selectively disable Related Posts from appearing on specific posts?
Thanks,
EwanForum: Plugins
In reply to: [AdRotate Banner Manager - The only ad manager you'll need] Can’t centre adsis there anyway I can get round this using css?
Thanks for your reply! I’ve just done this and it seems they are still sending spam messages. I’m not sure how that’s possible if the email button is removed?
Hello,
I’ve just experienced similar problems with spam emails to qq.com. Instead of adding reCaptcha would it be possible for me to just disable the email sharing option via jetpack settings?
Many thanks