Archive for the Wordpress category

Styling WordPress Login Screen

People have designed so many beautifull wordpress theme but many of them leave the login screen remain intact.

Template to Show Archive by Category

On developing a theme for wordpress, one must reach the situation where there’s no build in wordpress template tags to do specific task. They have to decide if they have to search for available plugin, creating a new plugin or the easiest way, creating a template for use with page.

New Theme Released : SangSaka 2.0

To celebrate the independence day of the Republic of Indonesia (August 17), I decided to create a custom WordPress theme which designed mostly in red and white colors, which are the color of Sang Saka, the national flag of Indonesia.

3 Basic Reason to Use WordPress for Your Site

As might we expect, people will want to be able to control the content of their website in ease. By using WordPress, people will have the capability to do that. Not just managing creating the content, they also can organize and arrange the page in certain way they like.

Breadcrumb Navigation for WordPress

According to the Wikipedia, breadcrumbs or breadcrumb trail are a navigation technique used in user interfaces. Its purpose is to give users a way to keep track of their location within programs or documents. I’ve been trying several codes and plugin but still unsatisfied.

Avoiding Duplicate Title Tag on WordPress Post

One of the common tag available in WordPress blog is <–nextpage–>. It used to break a long post into several pages. Many blogger try not to use this tag because it will generate duplicate title tags error on Google. WordPress itself hasn’t really do something with it on the last version come out.

PHP Simple Link Rotator Script

Here is a tutorial on creating a simple link rotator using rand() function and array on PHP. This tutorial is meant to be simple so you can modify the script to meet your requirements before use it into your website. Basically, the technique can be applied on creating images or banner rotator.

Category Based Permalink

WordPress permalink is a good thing but sometimes it can be tricky. Some people need a category based permalink for SEO instead a calendar based which is recommended by WordPress. The way to easily do this is to use the Custom Structure on Permalink Setting and fill in the field with /%category%/%postname%/.

WP Worksheet Theme Project

WP Worksheet is a search engine optimized WordPress theme framework, it has a built-in functions that will automatically add a Meta description and keywords to your blog header using your post excerpt, directory and tags.

Default WordPress Home Page

WordPress allow you to show other page than index.php as your home page. This can be done by creating a static page and use it as your default home page. Another possible way to do this is by creating a file named home.php and put it on your theme directory.