Want to change your WordPress username? You may have just tried to change your username from the WordPress admin panel, to find out that this is not really possible:
Category Archives: WordPress
How to create a WordPress child theme
A child theme is a WordPress theme that can be used to make changes to your website’s layout without having to edit the (parent) theme. This way, when the parent theme receives an update, your changes will not be overwritten. This article will explain all the steps required to create a WordPress child theme.
How to add “rel=nofollow” to a WordPress menu item
One question that I was struggling with a lot when I started using WordPress for the first time, is how to add link relations to a menu item. One of the most well known link relations is “nofollow”. In this article I’ll show you how to add a link relation to a WordPress menu item.