Optimizing a WordPress Theme for SEO

There are literally thousands of themes that are available for WordPress users and developers to use on their own blog or website. This truly shows the popularity of the WordPress platform. Using these WordPress themes (usually as a parent theme) saves a lot of development time which in turn saves money. But some theme developers … Read more

Change Link URL with jQuery

Changing a link’s URL using jQuery is a simple task. Most developers would need to put this into use while responding to user interaction or other activities. All you have to do is use the .attr method to set the URL of the link. I made an example in Codepen so you can follow along. … Read more