Knowledge Hub Articles

KB Articles

Adding & Deleting Categories in WordPress

Go to your admin area and click Posts > Categories to add/delete. Type the name of the category you want to add in the Category Name field. You can also type a category slug, description and choose a parent item at this point. To finish, click Add Category. If you want to delete a category, hover over it and click

MORE

Changing Media Settings in WordPress

Media settings in WordPress determine the size of the images that you insert into your posts. You can modify media settings in your admin area by clicking Settings > Media.

MORE

Adding a Parked Domain

A parked domain is used to point one domain to another. ie. if you own both domains www.wepushbuttons.com and www.wepushbuttons.com.au you could point the .com.au extension to your main domain permanently so anyone typing in the other domain extension automatically gets taken to the main website. To add a Parked Domain, login to your cPanel Under the “Domains”

MORE

Disabling Theme and Plugin Editor in Your WordPress Admin Panel

You can easily edit plugins and themes through the admin panel in WordPress. While this is user-friendly, it is also risky because one wrong keystroke could leave you with a blank website! It is also an issue if you want to allow admin access to other users. If you want to disable the Theme and

MORE

Troubleshooting a 404 (Not Found Error)

Troubleshooting a 404 (Not Found Error) After Modifying Permalinks If you receive this error, make sure you create the following rules in your .htaccess file in your WordPress main directory: RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.+)$ index.php/$1 If you do not have .htaccess file, create a .htaccess file with the above

MORE

Excluding Folders from WordPress Permalinks

Only use if you are an advanced user. There are some cases in which the default WordPress rewrite rules for permalinks may not work. For example, when you have other settings defined in .htaccess files located in subfolders. To exclude these subfolders from the WordPress rewrite rules, you should edit the .htaccess file and change

MORE

Creating Image Galleries in WordPress

To easily add several images to a post and show them as a gallery in WordPress, go to your blog’s admin area and click Posts > Add New. Click the “Add an image” button in the WYSIWYG editor menu and upload your images. Then click Save all changes. A Gallery tab will appear. Click on the tab

MORE