Wordpress
how to create a website For Beginer
by Hendy Mahardhika on Apr.25, 2011, under Hosting, Internet, Wordpress
Creating a website for beginners who do not understand HTML, PHP, CSS, etc are quite troublesome. Yet in today’s men vying to have their own websites. Good for personal use, write blogs or for online business.
Creating a simple website consisting of 1-5 pages and does not require the upload process and HTML programming , is simple done by using the WordPress CMS.WordPress CMS is the software initially created for the purpose of writing a blog.However, because the amenities are complete and flexible, WordPress can work to create a simple website. For example, to display a picture of yourself, write a bio data,etc..
To create simple Website, you can start by choosing a web hosting. You can use the services of Inexpensive web hosting. Inexpensive web hosting control panel provides afacility within the existing WordPress installation. If you have an order and your web hosting account is active, you just go to control panel of your website and do the installation. WordPress Setup process is very fast, you can install WordPress is lessthan 1 minute and without uploading at all.
Oya. Once WordPress is installed, you can change the appearance (theme) yourWordPress website with ease, simply go to the WordPress administration page andyou can theme according to your tastes. You do this by selecting the Appearance menu-> Add New Theme. WordPress is very popular and very easy in updating the website,you do not need to upload or write HTML code.
How WordPress Comment Become DoFollow ??
by Hendy Mahardhika on Jun.27, 2010, under Internet, Wordpress
I’ll give some tips to make your wordpress become DoFollow. But it was not wordpress.com wordpress dimaksd. Instead of using their own hosting. By default, Wordpres adopt nofollow on comment links. So you have to slightly modify it, so that you become DoFollow blog.
The trick is to mengdit files in wp-includes. The file is called “comment-template.php”. Open the file, and search paper
$ Return = “<a href=’$url’ rel=’external nofollow‘ class=’url’> $ author </ a>”;
If not any surrounding lines to 148. After the meet, Erase writing nofollow, so it will be written into
$ Return = “<a href=’$url’ rel=’external‘ class=’url’> $ author </ a>”;
By altering the code, become DoFollow links in comentar. This BLog I had already turned into a DoFollow, so any comments will make a link that will be counted by google.
