Web Design Blog - Page 5

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. Actually, it is possible to avoid it by adding a few line of code on the blog template.

Read the rest of this entry

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. By doing that, you got yourself a banner rotator you can use to display random advertisement.

Read the rest of this entry

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%/. That’s it? I really don’t think so.

Read the rest of this entry