Search Engine Optimization (SEO) is one of the important factors that determine the successfulness of a website. It usually becomes one of the major sources of traffic, besides any other sources such as social media, content marketing etc. An SEO-friendly website means Google likes your website. One of the tips for a better SEO is […]
Tutorials
WordPress 101: Changing WordPress Permalink
Every article on the net has have their own address. When you type it in your browser, you will access to the exact same page no matter where your location is. This unique address is also known as permalink or URL. By default, WordPress will use the ugly format for the permalink, as shown below: http://yourdomain.com/?129 This is not a […]
5 Genesis Starter Themes To Start Building Your Own Custom Child Theme
I’ve been using Genesis Framework for years. Clients like it too. After started using Genesis few years ago, I never look back. I use it in every single project I had. For most of the time, when developing custom theme for clients, I realized that I’ve been doing the same thing over and over. So, I started […]
WordPress101: Using WordPress Menu
Every time you visit any website on the net, 99% of the time you will see the top bar menu. Here’s a screenshot of what a Menu is (see Home, About and Parent Page links). In this quick tutorial, I will show you how to use WordPress custom Menu. However, I must also remind you that not every […]
Easiest Way To Setup Localhost For WordPress Development
When developing or customizing WordPress theme, the best tip I can give it not to do it on your live site. Why? Because when you make any error, you will be in big trouble as your website might break down. This is not good for your reputation. The best way to do it is using […]
WordPress 101: Installing WordPress Theme
Besides the WordPress script, another important thing to set up your own website is the theme. A WordPress theme is basically a template you can use to change the appearance of your WordPress site. There are two categories of WordPress theme, free and premium. While the free themes provide basic functionality to your website, premium themes […]
How To Add And Use Column Classes In WordPress Theme
Writing should not always be one column. To better represents your writings, sometimes you might need to divide some paragraph into few columns. This can easily be done in WordPress. From the image above, you can see that we can make the paragraph into two to six columns. The screenshot above was taken from Minimum Theme, […]
WordPress 101: Installing WordPress Plugins
One of the great features of WordPress is the ability to use a plugin. What is a plugin? From the WordPress plugin page: Plugins can extend WordPress to do almost anything you can imagine. In a simpler way, a plugin is like an additional script (or in browser people called it Add-Ons) that let you […]