there is no option to turn of the tpg style sheet and wp_deregister_style is not working...do not need another stylesheet loading on my site
any suggestion
there is no option to turn of the tpg style sheet and wp_deregister_style is not working...do not need another stylesheet loading on my site
any suggestion
I have not tried to prevent the style sheet from loading, so this is untested. If the wp_deregister_style is not working you might try
<?php wp_dequeue_style( 'tpg_get_posts_css' ) ?>
neither deregister nor dequeue work
the last thing anyone needs on wordpress is another stylesheet loading, particularly one with just a few lines
You must log in to post.