The Most Important Wordpress Plugin

Post by: arnasati on May 1st, 2010 | File Under wordpress

Maybe wordpress was very familiar to you as a blogger or for someone who are often looking for something on search engines. Yes, blogs are almost always occupied the top position on every search engine rather than website. This is because the blogs have their own system or mechanism to be Crawled by search engines as often as possible. Back to wordpress, although the mechanism itself has invited search engines Crawl, we can still maximize the use plugins that have been provided free of charge. Let us discuss some examples of these plugins.

Sitemap can be interpreted as a map of our blog. With our sitemap can map the path or describe the contents of our blog, so that would make it easier for search engines to browse the contents of our website. In previous articles we’ve ever discussed on how to create a sitemap in google. With the help of the sitemap plugin, we are watered down to not create a sitemap, but will be automatically created everytime we add every new post.

Social Bookmarks is a tool to save the url and post it on our blog online. Like in any browser, bookmarks will be easier to re-visit the sites we’ve ever visited. Another advantage of installing submit to social bookmarking plugin is that our url will always be stored online. This also means it will add a link to our blog  which will be nice for our blog’s position on search engines.

Akismet is a built in plugin from the wordpress. Although indirectly related to the position of our blogs on search engines, the Akismet plugin will help us in filtering incoming spam comments to our blog. This plugin requires the API key from wordpress, so we must have had an account at wordpress.com.

An important next plugin in wordpress is cached plugin. This plugin is used to store temporary blog pages in a folder until accessed by the user. This would increase the access speed of our blog because the user does not need to access and compile directly.

The above plugins were many kinds and have different advantages and disadvantages. To facilitate the search, you can directly search the site via the following url http://wordpress.org/extend/plugins/


Comments (No responses yet)

SEO in Wordpress (Part II)

Post by: arnasati on April 25th, 2010 | File Under wordpress

WordPress has made it easier for you to change meta tags. They make a wordpress plugin that allows you to edit meta tags without having to change the script that can make you dizzy. The plugin is the All in One SEO Pack which you can download. Follow these steps:

1. After you successfully download the all in one seo pack.zip files
2. Please go to cPanel>> File manager.
3. Then go into your wordpress directory, go to wp-content>> plugin
You click the upload files, and upload. Zip file you have downloaded earlier.
after the upload process is complete, click the name of the file you’ve just uploaded. Watch in    the right areas there is an option to extract the files.
4. When you’ve finished extracting. Zip file, please go to your wordpress admin.
5. Go to tab >> Plugin and click Activate on the all in one seo pack plugin.
6. After activating the plugin, please go to the tab option>> all in one seo.
Please edit your meta tags and content adapted to your homepage.

In addition, to add to effective search engine indexing try add a unique text. eg using keyword search engines, in your article. Try to add many words that contain the search text engine with such additional accesoris Bold Print, or slash, or underlined text. Good luck!


Comments (No responses yet)

SEO on Wordpress (part I)

Post by: arnasati on April 15th, 2010 | File Under wordpress

Anyone must be wanting their website to be recognized quickly by search engines. There are many ways to get our site into search engine and have the popularity or rank well in search engines, One way is to set the head tag area. On this head there are some common meta tag that usually indexed by search engines. For example title, description, and keywords. These parameters will be more effective if they fit with the content of our site. For those of you who use blogs like wordpress would have difficulty in changing the meta description and meta keywords to suit your site content. You must find and modify their own scripts in the template header file that is in use.

Before we change the meta tags, we can simply change the wordpress search engine friendly. By default, when clicking a post on the wordpress link shown is like http://domain.com/?p=123. Now we will turn it into http://domain.com/first-posting.htm. Please login to admin wordpress Select the tab Options >> Permalink. At the option Please check the checkbox >> Custom, Specify below and fill in the text box below Custom structure /% postname%. Html. Then edit the file. Htaccess, and add the following line:

CODE:

  1. RewriteEngine On
  2. RewriteBase /
  3. RewriteCond %{REQUEST_FILENAME} !-f
  4. RewriteCond %{REQUEST_FILENAME} !-d
  5. RewriteRule . /index.php [L]

Refresh your website, and try to click on one of your postings.


Comments (No responses yet)

How to Install Wordpress on Web Server

Post by: arnasati on October 3rd, 2009 | File Under wordpress

How to install Wordpress blog software on a web server? It is actually not difficult, because most hosting companies already provide the installer script.
If the control panel used on the web server hosting is CPanel, then the name of the installer script is Fantastico.
Below is a brief explanation of how to install WordPress on your web site. The process is easy and only takes a few minutes.
Log into CPanel
Log into your CPanel control panel. The address is http://www.yourdomain.com/cpanel
Click on the icon Fantastico
After cPanel main page showing up, then go to the page by clicking on the Fantastico Fantastico icon as below:
fantastico

Click on the menu Wordpress
After you get inside Fantastico page, please see the left column. There was a list of scripts that can be installed.

Starting a new installation
After you click the menu Wordpress as above, will appear later on the home page WordPress installation. If you want to install a new one, click on ‘New Installation’. See the picture below:

wordpress-install-2

Fill in the installation data
Wordpress installation form will appear. Please fill out this form completely, particularly your username, email and password. See examples of this charge:

Run installation
When finished filling out the installation, now you do the last step of clicking the button ‘Install Wordpress’.
The installation will take place automatically, please wait a few seconds (usually between 5-10 seconds) and then will appear the message the installation has succeeded, indicating your WordPress blog is ready.

After a successful installation process, please enter the administration page of your blog. For example http://www.youdomain.com/wp-admin – here you can start writing your blog or change your theme.


Comments (No responses yet)

Create xml sitemap

Post by: arnasati on September 20th, 2009 | File Under wordpress

One of the tips on increasing the number of visitors blog is to create a sitemap or site map. Sitemap can be regarded as a site navigation map. Once sitemap created a page that contains links to tree structured bebentuk and aims to facilitate the visitors browse the web site. But now a sitemap is intended to allow search engines to make it easier to index your web site pages. Sitemaps are intended to search sengine formatted XML. Sitemap is what we discuss.

This is important because the sitemap must be registered later to google so that all of our posts will be indexed well by google. If you’ve arranged and well indexed, of course, the many posts we appear in google search, and the more that visit our blog.

To create a sitemap is not hard, no need to create manually because it has many tools that can be used. For WordPress users there’s even a sitemap plugin that provides automatic. Here we provide a way to make a sitemap for your website site:

1 make the following files:

- “Sitemap.php” is used as the main file that will create a sitemap of your site.

- “Sitemap.xml” (in a state that will empty file ’sitemap.php’ to write the crawl on this file and this file will be used as a sitemap your site)

- “Sitemap_temp.xml” (in the empty state which will be inscribed as a temporary url crawl in this file)

- “404error.txt” (which will be inscribed as an error report in this file).

2. Upload a file to a fourth server hosting you (exactly in the root directory)

3. Fox. Htaccess file on your hosting server by adding the following line of code:

PLAIN TEXTPHP:
RewriteEngine on
# — Site Map — Php
RewriteRule (.*) \. Xml (.*) $ 1.php $ 2 [nocase]
# — End —
which aims to eventually be executed sitemap.php file and write files ’sitemap_temp.xml’ and ’sitemap.xml’.

5. Open sitemap.php file through your browser then the file will be automatically crawl the links that you have our site, and write it into the file sitemap.xml.

6. Next step is to register to Google Sitemaps

Good luck


Comments (No responses yet)

Edit MySQL Database on the Server

Post by: arnasati on September 14th, 2009 | File Under wordpress

This last step is most important. We have to edit the database, which in this example is a database “exp_wpdb” in order to connect with WordPress files us. We just need to change the URL, which in this example from ‘http://localhost/wordpress284/ be’ http://www.yourdomain.com ‘.

If this step is not done then your site will not be displayed because the WordPress files to the database is like the two who had sedjoli can not be separated. The steps to edit the database:
Run phpMyAdmin in the Control Panel. Click the name of your database, in this instance “exp_wpdb ‘”. Select and click on the wp_options table. In the display that appears click [Browse]. On the table there are 2 things to edit:

upd_db

a. Edit entry “siteurl” in column “option_name”. Click edit or pen for editing images. Replace ‘it with option_value’ http://www.yourdomain.com (adjust with the path where the files wordpress directory and your domain name).

b. Edit entry “Home” on the same column. If you do not find it, click the arrow below the table. How to edit it the same as above siteurl entry.

Access your domain name through a browser, and enjoy the results.


Comments (No responses yet)

Setting File WP-config.php

Post by: arnasati on September 14th, 2009 | File Under wordpress

Until step 4, if you try to access your Web site may be found a mistake / error messages. This is because the wp-config.php file from your local server does not contain information related to your hosting account details. Wp-config.php file stores information about the database name, userDB, and the password created on hosting accounts. You need to change the details in it as follows:
Go to cPanel> File Manager you. Find the file wp-config.php in the root directory of your wordpress. Right-click on the file and click ‘Edit Code’, change the line of code below as the information we create in step 1:
___________________________________________________________
PLAIN TEXT
PHP:
1. // ** MySQL settings – You can get this info from your web host ** //
2. /** The name of the database for WordPress */
3. define(’DB_NAME’, ‘wordpress284′); change to
4. define(’DB_NAME’, ‘ cerita35_wordpress’);
5.
6. /** MySQL database username */
7. define(’DB_USER’, ‘root’); change to
8. define(’DB_USER’, ‘ cerita35_admin’);
9.
10. /** MySQL database password */
11. define(’DB_PASSWORD’, ”); change to
12. define(’DB_PASSWORD’, ‘b4l1b0′);
13.
14. /** MySQL hostname */
15. define(’DB_HOST’, ‘localhost’);
___________________________________________________________
Then click save changes


Comments (No responses yet)

Uploading File into Wordpress

Post by: arnasati on September 13th, 2009 | File Under wordpress

Before you upload the wordpress files to the server via FTP, we recommend a compres in Zip format file before all of the files and directories wordpress installation on your local computer. Use normal compression (default) for the zip files and directories wordpress.

Upload. Zip file using ftp / filezilla to speed the upload process and avoid the failure of the upload. If you want to make a web application as the main wordpress please upload the wordpress zip file into the directory / public_html / wordpress so that applications can be accessed through http://yourdomain.com/.

After the upload is complete, log into your cPanel> File Manager, locate the file you uploaded (in a public_html directory), right click on the file and extract.


Comments (No responses yet)

Creating Database for Wordpress

Post by: arnasati on September 12th, 2009 | File Under wordpress

1. Creating a database via mySQL Database in Cpanel

If you have not created a database on the server, please make first. Create MySql database can be done in cPanel> MySQL Databases. There can be obtained from:

• name of the database, for example: contoh_dbwp ‘
• Database Username, for example: ‘example’
• Password database, for example: ‘b4l1b0′

2. Local computer database backups

Prepare wordpress database application that you have created while offline. Backup your database, if using phpMyAdmin, please access phpMyAdmin from the web browser (http://localhost/phpmyadmin)

Select the database you want to upload wordpress from the drop down menu “database”. Once the database is selected and displays the table-tablenya, click on the “export” and choose select all and check the box ‘Add Drop Table “Do not replace the others unless you know what you are doing. Check “Save as file” press the “go” at the bottom right of your browser. The browser will issue a confirmation to the local computer store.

3. Import database through phpmyadmin in cpanel

Once finished creating the database and the user (step 1) and export the database on your local computer (step 2). Please open the menu Select phpMyAdmin in cPanel database with the name (_wordpress) that you created earlier in the first step.

Once the database is selected, click on the “import” and browse the database backup file and “Go” to import. For details you can see in the article how to upload-mysql-database.


Comments (No responses yet)

Step by step Upload Wordpress to the server hosting

Post by: arnasati on September 10th, 2009 | File Under wordpress

After you are satisfied with the look of WordPress sites on your local PC, the results of the customized web site, design, content / articles that you write. Of course you are intending to publish them online. It is still not complete if you do not have a choice of the best web hosting servers. Make sure your servers have the facility supports the MySQL database and PHP scripts. Tips on choosing web hosting can be found here.

Furthermore, if you already have web hosting, very inconvenient time to upload a file to the server hosting if we do not know what the right way to do it. Any file which you upload? how to upload to the server hosting it? whether one of our file upload?

Much less effective to upload files one by one, the question if the files that we have there are thousands, how long we have to wait? here we will explain in brief how to upload to the server hosting the website in this case as an example wordpress application.


Comments (No responses yet)

satellite television installation