Posts Tagged Wordpress

Latest Version of Sangsaka 2.0 Released

In the middle of doing a project for one of my client, I found some bugs which quite irritating on Sangsaka 2.0, free wordpress theme which I previously released. Some of the feature seems not working and the style was a bit embarassing.

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.

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.

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.