TDO Mini Forms: How to create the Post Title from 3 custom fields

Using the WordPress plugin, TDO Mini Forms, I needed to work out how to create a Post Title by using Custom Fields that the site contributors are able to enter data into.

Not being a programming genius, I went round … Read the rest

WordPress Theme: Afterburner

Change font sizes in navigation bar.

Make the following changes to the light4.css or appropriate file

Change this line:

#nav li a {display:block;padding:0 10px;line-height:30px;color:#fff;font-weight:bold;}

to this:

#nav li a {display:block;padding:0 10px;line-height:30px;color:#fff;font-size:75%;font-weight:bold;}

and this line:

#nav li a:hover, #nav li:hover a, Read the rest