The Blog · since 2008

Practical WordPress tips, fixes and tutorials.

Real fixes and troubleshooting, written by the team that does the work.

WP
Plugins

How to change WordPress login URL

By default, WordPress website login url is wp-login.php. For example, if your WordPress website url is wp24x7.com, then the website login is going to be wp24x7.com/wp-login.php. WordPress is one of the most widely used CMS in the world. And hackers are always trying to attack as many sites as they can by performing many types of […]

· Murali Kumar
WP
Functions

How to create a short code to display recent posts

You may want to display most recent posts of your website in your WordPress website post or page. You can achieve that creating a custom WordPress shortcode. Let me first explain what is a WordPress shortcode and how it works. What is a WordPress shortcode? WordPress Shortcode is a feature defined in WordPress core that […]

· Murali Kumar
How to install Google Analytics in your WordPress website
General

How to install Google Analytics in your WordPress website

You just got your new WordPress website up and running? Great. Now, do you know whats the most important thing you should do first? It would be best if you considered implementing a visitor tracking code to measure the traffic or number of visits your site gets. Google Analytics is one of the most popular […]

· Murali Kumar
Quick guide to WordPress 4.4 for Developers
WordPress Update

Quick guide to WordPress 4.4 for Developers

WordPress version 4.4 comes with a lot of changes and features for WordPress Developers. I have made a brief list of major features in the release.Prior Knowledge of php,html,css and WordPress is required to be able to understand all the features listed below. WordPress 4.4 Features Taxonomy Terms: WP_Term class introduced. get_term() , get_term_by() functions […]

· Murali Kumar
Browser testing of WordPress theme during development
Website Testing

Browser testing of WordPress theme during development

You can test your WordPress theme in multiple devices and browsers keeping them in sync during development in your local environment using node module called browser-sync. In simple terms, you can view your WordPress website in different browsers, and all the browsers will automatically reload when you make any changes to the theme. Requirements : […]

· Murali Kumar
Whats new in WordPress 3.5
WordPress Update

Whats new in WordPress 3.5

The most recent version of the WordPress is 3.5. It was released on 11th, December 2012. It has ton of new features for users as well as developers.

· Murali Kumar
WP
WordPress

Important WordPress links!

WordPress themes WordPress Plugins WordPress Support Forums – If you have a problem, it’s probably answered in the forums somewhere WordPress Download Page – Make sure you’re downloading the latest WP for clients HTML Validator CSS Validator

· Niraj Kumar