Posts Tagged Wordpress Tips

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.

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.

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.