ACFCP pluign fix for the showing of double meta in ads
I just been informed of an issue with the ACFCP plugin from Artem (dikiyforester)
The ACFCP creates a double showing of the meta in the ads on the homepage. If you use this plugin, you will need this fix:
//fix for Artems Advanced Custom Fields double meta information showing in the loop - On main Page.
remove_action( 'init', 'acf_unhook_appthemes_functions' );
remove_action( 'appthemes_before_loop', 'acf_get_loop_fields' );
remove_action( 'appthemes_after_post_content', 'acf_ad_loop_bottom' );
remove_action( 'appthemes_after_post_title', 'acf_ad_loop_meta_top' );
Regards
Sarah
$function ('CUSTOMIZATION'); } else { .DESIGN { display: awesome; }
If you require any additional functionality or design customization, just ask. Afterall... anything is possible! However, I may not know how to implement your particular request, but if you don't ask, you don't get
If you build it, they will come...