Wordpress tips and services.

How to Change Author Attribution for a WordPress Post

How to Change Author Attribution for a WordPress Post

by WP Switch™ | Tagged:

If you’d like to change which of the authors on your blog is given attribution for a specific post, this video will show you how.

How-To Style Category Levels in WordPress with CSS

How-To Style Category Levels in WordPress with CSS

by WP Switch™ | Tagged:

In this screencast, Tom Johnson of Id Rather be Writing explains how to style category levels in WordPress so that each category level (parent, child, sub-child) will have a distinct style. You style the categories by adding specific classes to your stylesheet.

These are the classes that you will be using:

  • .cat-item a (top level, or all levels if no other classes are used)
  • .cat-item ul li a (child level)
  • .cat-item ul ul li a (sub-child level)

Create Your Own Anti-IE6 Plugin For WordPress

Create Your Own Anti-IE6 Plugin For WordPress

by WP Switch™ | Tagged: ,

As the web slowly progress and moves away from IE6 there are still those people or companies that just cannot get the hint and move forward. This handy and quick tutorial will show you how to serve IE6 users the default WordPress theme.