Keith Curreri

Easy solution to styling input elements based on their type

Your styling of HTML forms is important in order to have creative and good-looking web forms. Applying styles with CSS to all input forms is pretty simple, but sometimes you may need to style specific input fields and not others. Styling input forms You may know how to style all input fields using css. For [...]

Share

Removing the WordPress 3.1 Admin Bar

If you have updated WordPress to its 3.1 version, you will notice that when you view your site while you are logged into the admin section you will see an admin bar. Some users may like this new addition, but others may find it kind of obtrusive. If you are in the latter group, there [...]

Share

Custom Post Type Ordering Issue [Resolved]

I recently had the need to be able to manually set the order of WordPress Custom Post Types on a WordPress site. There are many neat plugins that you can use to set the order of Custom Post Types, but for some reason all of the plugins that I used did not seem to work. [...]

Share

How to access key WordPress theme files

There are a lot of times where you may need to FTP into your server and work with the code in a WordPress theme directly. This post is aimed at WordPress users who are familiar with using the WordPress Dashboard, but have never logged onto the server. You should know a little something about coding [...]

Share