Archive | wordpress RSS feed for this category

How to Remove Uncategorized Category in WordPress

dibaca : 1944 kali

Step 1: Change the Default Category for Posts 1. Log in to WordPress and in the left-hand menu go to Settings > Writing 2. Scroll down the resulting page and change the “Default Post Category” from “Uncategorized” to another category. 3. At the bottom of the page press Save Changes Step 2: Delete the Uncategorized ...

Continue reading...

500 Internal Server Error in my WordPress

dibaca : 873 kali

If you receive that error when trying to access your WordPress installation, follow these steps: Check your WordPress files for permissions above 755. You can find which files exactly give the error from your cPanel > Error log. After that, you can change the permissions from cPanel > File Manager or with your favorite FTP ...

Continue reading...

How to create an image gallery in WordPress ?

dibaca : 745 kali

WordPress comes with built-in gallery functionality – you can add several images to a post and show them as a gallery. To create a gallery in a new post, go to your blog’s admin area > Posts > Add New. Click the Add an image button in the WYSIWYG editor menu and upload the images ...

Continue reading...

How to reset my WordPress admin password ?

dibaca : 2475 kali

You have to do this through the WordPress database directly. The most convenient way to manage the database is via the phpMyAdmin tool at your web hosting account. Once in phpMyAdmin select the WordPress database from the drop-down menu on the left. The page will refresh and the database’s tables will be displayed on it. ...

Continue reading...

How to Add a Facebook Like Button to Your WordPress Posts

dibaca : 1300 kali

Now, it is easier than ever to add the Facebook famous “Like”/”Recommend” button to your posts and increase their popularity. First, you need to login as administrator to the WordPress admin panel. Then go to Appearance -> Editor. Then place the following code wherever you want the like button to appear : The final result ...

Continue reading...

How to add AdSense to WordPress

dibaca : 2517 kali

With WordPress you can easily add your AdSense code to your blog. In order to do this, first login to the administrative end of your website. Then, go to the Appearance -> Widgets menu. In this page select to add a “Text” widget and click on the “Add” button next to it. Then a new ...

Continue reading...

How to use Simple Paypal Shopping Cart with WordPress

dibaca : 1984 kali

In this tutorial we will explain how to install Simple Paypal Shopping Cart in WordPress, and will cover the basics of creating a product and publishing a shopping cart on your blog. How to install Simple PayPal Shopping Cart There are two standard options for installing a WordPress Plugin. You can either use the Search ...

Continue reading...

How to install a WordPress Plugin ?

dibaca : 17294 kali

Plugins are tools which provide additional functionality to your application. To install a plugin you generally just need to put the plugin file into your ‘wp-content/plugins’ directory. Once a plugin is installed, you may activate it or deactivate it from the Plugins menu in your WP administration. In WordPress 2.7 and above you can install ...

Continue reading...

How to protect WordPress from Spam ?

dibaca : 3105 kali

There are several solutions which can be completed to protect spam: 1. Make sure that your WordPress script is updated to the latest stable version. 2. Install a captcha plugin. 3. WordPress comes with a preinstalled antispam solution – Akismet. To enable Akismet for your blog, follow the steps below: Step 1. Go to your ...

Continue reading...