Posts Tagged ‘Basics

The Basics Of Customizing Wordpress Templates
Do you want to change the look of your WordPress site or maybe to put something like a banner or adsense code on your blog? In order to do this you need to know about three important things: template files, functions and CSS.
- Template Files
These files are stored in a [...]

Do you want to change the look of your WordPress site or maybe to put something like a banner or adsense code on your blog? In order to do this you need to know about three important things: template files, functions and CSS.
- Template Files
These files are stored in a directory (wp-content/themes/template-name/). So if you [...]


About Wordpress CMS

In computing, a content management system (CMS) is a document centric collaborative application for managing documents and other content. A CMS is often a web application and often it is used as a method of managing web sites and web content.
I have always recommended (where it was possible) Wordpress as a CMS platform. One of the main reasons is its extensibility and that for almost any task there is a plugin or one can be easily developed.