webmaster tutorials and internet facts

Archive for the ‘Wordpress’

Posting comments with PHP and curl automatically

Here is an experiment of posting comments with php curl library, this is the part of glurt seo tools. With a little imagination you may create a great auto commenting software for any blog cms and any website to promote your website on web or for another purposes. I created this script because I was [...]

Wordpress twitter search box designs

In this post you will learn how to change designs for wordpress twitter search provided by twitterloo twitter search engine. All the forms are made on html language, and we will teach you how to change basic form colors to fit your wordpress blog design. This tutorial for bloggers and anyone wants to know how [...]

How to add twitter search engine into wordpress blog

To add twitter search engine into your wordpress you don’t need any plugins.  Twitterloo green bear search engine allows you to embed the html code into your wordpress blog. Let your visitors search latest tweets and youtube videos. How to embed twitter search into your wordpress blog ? Simple login to your wp-admin, click on appearance [...]

7 cool wordpress themes

Every day created thousands of wordpress templates. There are big internet market in wordpress templates, there are simple ones, 2,3 columns, flash,no flash wordpress templates. Which template will be best for your blog, should you choose the free theme or paid one.  What is the price range for wordpress templates, and what is the difference [...]

Wordpress changing domain name and moving hosting

Sometimes it is necessary to move wordpress blog to another hosting or to change domain name to another one.  In this tutorial we are using linux based hosting. Step 1. First step in moving wordpress blog to another hosting ( in our example it will be with another domain name ) you should backup your wordpress blog [...]

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 Sidebar RSS feed tutorial

Sometimes we want to add some RSS feed into our blog or website from somewhere, the good idea is to add RSS from our another blog to share traffic between blogs, maybe you have some forum and you want to add blog’s RSS feed into it. The best solution is PHP XML functions to do it [...]

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 SEO tutorial

Wordpress is a free powerful content management blog system, it allows to skyrocket your business website with the right tools. Once you installed wordpress it is not enough to make your website visible on the web. We prepared some useful tips on search engine optimization for your wordpress blog. Before you read our article, please [...]

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 [...]