Feed Me, Seymour 1.2
I have just updated Feed Me, Seymour for WordPress 3.0 and many of its new features. I have also cleaned up the code and added the Arturo Theme Engine...
92 comments
I have just updated Feed Me, Seymour for WordPress 3.0 and many of its new features. I have also cleaned up the code and added the Arturo Theme Engine...
92 comments
Since I have been doing all this talking about WordPress 3.0, I thought it only fitting to start incorporating some if its features into my themes. The first theme...
114 comments
When you’re emailing or uploading larger files, it always makes sense to compress them first. This decreases file size and also helps avoid file corruption during transfer. The most...
20 comments
I was just cleaning up some code on my site and noticed a small security hole in my comments sections. Every time I posted a comment, WordPress automatically added...
22 comments
I know I have already done a fade effect between two images with jQuery, but here is a quick little piece of code that will just add a nice...
13 comments
This is a quick little piece of code that I have been using a lot lately. I needed to get the category ID but all I had to work...
9 comments
By default WordPress offers some great options. Whenever a member joins, they have the ability to add more information about themselves, such as a Web site URL, a short...
68 comments
There are times when you need to strip one specific HTML tag from a string and the PHP function strip_tags() doesn’t work the way you want it to. strip_tags()...
2 comments
This post has been updated in “is_child() Conditional Function for WordPress”. WordPress has some default conditional tags that are really helpful when developing themes and plugins that need specific...
20 comments
When you have completed a post in WordPress, you have the ability to save it as a draft, publish it immediately or schedule a future date when it will...
9 comments