Tagged Questions
1
vote
1answer
74 views
Remove Wordpress Scripts
I am working on a custom page template in my theme, i want to remove all other styles and scripts which are loaded, like default theme style, jquery & other scripts, i want to remove all for the ...
2
votes
2answers
2k views
wp_enqueue_style built in styles
I'm writing (rewriting) my plugin to use
wp_enqueue_script('jquery');
wp_enqueue_script('jquery-ui-dialog');
Which is great!
But to use the dialog I need to load a jquery style sheet with ...