wp-ng

By : redcastor

wp-ng is a plugin to automatic bootstrap your app and inject module in app.

Enqueue Font Awesome CDN

This plugin automatically enqueues the Font Awesome CSS file from the MaxCDN CDN. Don't put the code in your theme, use this plugin instead. Then use the Font Awesome CSS tags as normal. Based on http://wpbacon.com/tutorials/font-awesome-wordpress-cdn/ and http://fortawesome.github.io/Font-Awesome/.........

Similar: 40%

WP HeadJS

This plugin uses the wp_print_scripts action hook, as opposed to output buffering and regex used by alternative implementations. The downside of this method is that only scripts loaded via wp_enqueue_script will be affected by the plugin, the upside is better performance by avoiding output bufferin.........

Similar: 34%

Head.WP

Head.js is a script to asynchronously load and manage dependencies of javascript and CSS assets. This plugin loads the scripts and styles enqueued in footer with the head.js loader. It does not include head.js' feature detection. Head.js.wp assumes that scripts are loaded via wp_enqueue_script() a.........

Similar: 23%

JavaScript AutoLoader

This Plugin allows you to load additional JavaScript files without the need to change files in the theme directory or to install several plugins to add all the desired functionality. See also Plugin Homepage To load additional JavaScript files just put them into a directory named jsautoload. T.........

Similar: 20%

Debug Bar List Script & Style Dependencies

We all know that when we're add a script or style to WordPress, we should use wp_enqueue_script( $handle, $src, $deps, $ver, $in_footer ) and wp_enqueue_style( $handle, $src, $deps, $ver, $media ) as in: function themeslug_enqueue_style() { wp_enqueue_style( 'core', 'style.css�.........

Similar: 20%

Scripts and Styles

Inject JavaScript and CSS files into your website without having to know the details of the underlying HTML. Paste the URLs to external files into the WordPress Admin Settings, and Scripts and Styles will create and insert <script> and <link> tags for you. Banner image by JD Hancock (ht.........

Similar: 15%

Angular

Automatically include the <angular/> javascript tag on your wordpress site. This will allow you to build simple web-applications inline with your post. Click here for an example....

Similar: 13%

WP Cookies Enabler

EUROPEAN websites must follow the Commission's guidelines on privacy and data protection and inform users that cookies are not being used to gather information unnecessarily. The ePrivacy directive – more specifically Article 5(3) – requires prior informed consent for storage or for access to infor.........

Similar: 12%

Protocol Relative Theme Assets

This plugin transforms any registered, enqueued CSS or JavaScript URLs into their "protocol-relative" equivalent. Consider the following examples: Protocol Relative CSS URL <link href=https://wordpress.org/plugins/protocol-relative-theme-assets/"//example.com/wp-content/themes/twentytwelv.........

Similar: 10%

CC-Minify

The CC-Minify plugin optimizes your website's CSS and JS files by combining, minifying, grouping and caching them to speed up your page's load time. This plugin uses the Minify PHP library. Additionally using Apache with mod_rewrite (or other server supports URL rewriting) it can rewrite URL to simp.........

Similar: 8%