WordPress


Website content management system – what is it all about?

CMS

CMS or the Content management system, in simple words can be explained as PC software that helps you to amend, alter, make public and maintain the contents from the central interface end. Initially CMS was designed with the purpose of simplifying the complex task of writing codes of various versions and to ease up the Read more...

   

Create a WordPress theme | How to create WordPress Theme

First thing to do is to create a sub-folder in the wp-content/themes directory in your WordPress folder. Lets say we name it as “My_Theme“. Also note that the name of the folder should correspond to the name of the theme you want to create. To do this you can either use your favorite FTP client Read more...

 

Custom Admin Footer Text

At the same time you may wish to edit the footer text inside your admin panel. For those who run large blogs and magazines online branding is very important. This bit of code can be added into your functions.php along with the admin panel edits above.

 

WordPress Change Admin Logo

We have all seen the classic WordPress symbolism within the admin panel. Well with this bit of functionality inside your functions.php file it’s easy to build custom branding! Just be sure to upload admin_logo.png into your templates’ images folder.

 

How to show a message in the WordPress Admin

If you are working on a plugin or a theme, and you want to display some message to the user like “Settings have been saved” or “Plugin installed, Please goto settings page to configure it”, then just follow the below snippet. Now we just add a hook to the admin notices function to show our Read more...