Tag Archives: JS

Easily Combine & Compress All JavaScript & CSS Files To Make Your WordPress Site Faster

Most popular way of making your website pages more responsive is simply minimizing the number of files to be downloaded as your webpage is loaded. This tutorial is on a simple yet powerful WordPress plugin called AssetsMinify, the plugin compress all JavaScript and CSS files to make your website more responsive and faster than before.

Continue reading Easily Combine & Compress All JavaScript & CSS Files To Make Your WordPress Site Faster

How To Allow JavaScript Inside WordPress Blog Posts And Pages ?

WordPress Plugin Repository has a powerful plugin that allows you to use JavaScript inside your blog posts and pages simply by using shortcodes. Allow Javascript in Posts and Pages is a an old WordPress plugin but still it works fine without any conflict in the latest version of WordPress i.e. WordPress3.5.1. The plugin lets you add Javascript inside WordPress posts and pages, while retaining HTML tags and other functional script. It strips away auto generated WP <p> and <br/> tags but at the same time the plugin allows addition of your own <p> and <br/> tags by using [p] and [/p] or [br/] or [a href=’void(0)’]link[/a].

Continue reading How To Allow JavaScript Inside WordPress Blog Posts And Pages ?