WordPress

Posts related to WordPress

How to add CSS classes to WordPress menu item

Recently I wanted to add some customization to some of my menu items. So I decided to add a CSS class to those particular menu items. I could modify my theme code and add some custom functions to do that. However, I first decided to explore the WordPress options and see if there was already […]

How to add CSS classes to WordPress menu item Read More »

WordPress $ is not defined even if jQuery is loaded

WordPress $ is not defined even if jQuery is loaded Read More »

How to remove WordPress version parameter from JS and CSS files

In my last post I mentioned how we can remove WordPress version number from the page source and RSS feeds. However, they are not the only places where we can identify the WordPress version number. Many CSS and JS files in the WordPress also have the WordPress version number appended to their source. In this

How to remove WordPress version parameter from JS and CSS files Read More »

How to remove WordPress version number

By default WordPress adds a meta tag which displays the WordPress version number that your WordPress site is running on. The version number is added just for tracking. This information can be useful to hacker to identify which version of WordPress you are running. If you are not running the latest version of WordPress the

How to remove WordPress version number Read More »

How to make a WordPress menu item open in a new window/tab

How to make a WordPress menu item open in a new window/tab Read More »