How To Install WordPress Theme

In our previous article, we are talking about how to install WordPress. Today, in this tutorial we will provide you with detailed instructions on how to install WordPress theme on your WordPress site. You can also check out our WordPress Theme “Replican – A Photographic WordPress theme“. You may also be interested in these articles: … Read more

How to install WordPress

WordPress is the most famous blogging platform and also a well known  content management system. Along with its straightforward  process, it also provides ease of installation. In this tutorial, we will provide you step by step  instructions on how to install WordPress. Before you install WordPress, first you will need a domain name and a … Read more

Change the Footer in WordPress Admin Panel and Theme

In this post, we will learn how to change the WordPress default footer in WP-admin area. Footer links and WordPress version are the considerable parts of the dashboard to customize. Add this code below to your theme’s  functions.php file to hide the WordPress version number. //Hide admin footer from admin function change_footer_admin () {return ‘ ‘;} … Read more

Remove Unwanted Metaboxes or widgets in Admin Panel

In WordPress admin area by default, many meta widgets are present. But  if you are running a multi-user site then every user is not familiar with WordPress. So you don’t want to show those widgets to your users. By removing these widgets, you can make your user’s dashboard more simple. By default, there are 4 widgets … Read more