• How do I dequeue all the styles created by Yarpp. I have tried the following

    function dd_dequeue_header_styles() {
    	wp_dequeue_style('yarppWidgetCss');
    }
    add_action('wp_print_styles','dd_dequeue_header_styles');
    
    function dd_dequeue_footer_styles() {
    	wp_dequeue_style('yarppRelatedCss');
    }
    add_action('wp_footer','dd_dequeue_footer_styles');

    This doesn’t seem to worth though as it still loading

    styles_thumbnails.css.php?width=165&height=165&ver=4.3.1

    I really would like to have no styling whatsoever in the Yarpp area. Let me control that with my theme instead of having to try and fight with the over opinionated styles that are already there

    https://www.ads-software.com/plugins/yet-another-related-posts-plugin/

  • The topic ‘Dequeueing All Styles’ is closed to new replies.