webmaster tutorials and internet facts

Archive for the ‘wordpress design’

Wordpress sidebar tutorial

Did you know ? You can add anything on your wordpres blog sidebar, we will teach you how to use wordpress API to modify sidebar without any plugin. Just with PHP wordpress API definitions. Let’s start. Go to your wp-admin , click on appearance, click editor, you will see your theme files on sidebar. Find file [...]

Wordpress template from scratch tutorial #2

Hey,  please read Wordpress template from scratch tutorial #1 and learn about possible wordpress theme files structure. Now it is a good time to create simple wordpress template, we will create basic wordpress template output in this tutorial. Before we will start, please create some folder and name it with any name , you can name your [...]

Wordpress custom login page tutorial

This tuorial is an attempt to create nice looking wordpress login page, we will show you how we edited wp-login.php file for default wordpress theme (kubrick theme) and you will be able to modify your own theme. So, here is complete PHP and html code of wp-login.php file.  Before you copy and paste this code into [...]

Wordpress template from scratch tutorial #1

We will start our wordpress template design from wordpress template files structure. I’m sure you installed your wordpress and have access to wp-admin, so login your wp-admin and click on “appearance”, click on editor, you will see wordpress template files structure. In this tutorial we will explain who is who in our wordpress template. 404 Template [...]