Archive for 'Theme Development'

Submit WordPress Posts From The Frontend

Posted on 18. Aug, 2010 by Jared.

If your looking to make adding new posts without having to log into the WordPress dashboard, or maybe to allow your visitors a way to submit some kind of content of their own, then here’s a way you can create a new post form and display it on a custom page template.

Continue Reading

SEO Optimization For WordPress

Posted on 15. Jul, 2010 by Alex Denning.

8

Today I did something I’ve never done before: I started to “SEO Optimize” my WPShout posts, seeing which posts were doing well in search results and how I can make these posts do better in search results. I also had a fiddle around with my theme to make sure it was all in fine optimised order.

Continue Reading

A Guide For Selling WordPress Themes

Posted on 08. Jul, 2010 by Alex Denning.

Recently there’s been a lot of (mis) information around about “how to start your own premium WordPress themes site”. They make all make it sound fairly easy: just make a design, hack it into a WordPress theme, buckle on a zillion theme options using the old Woo options panel and you have yourself a wonderful theme that’ll make you rich.

Not so, this tutorial explains some of the things to look out for when building a premium theme.

Continue Reading

Really Easy Custom Post Backgrounds For WordPress

Really Easy Custom Post Backgrounds For WordPress

Posted on 22. Jun, 2010 by Alex Denning.

1

As I mentioned before, I’ve been having great fun with the new Nometet.com design. It’s now sporting a feature that allows the author to set a custom background for the post just by uploading an image. This image doesn’t even need to be the correct size; that’s all done on the fly. Uploading isn’t hard either; I’ve implemented an uploader that sits inside a meta box so the hardest bit is choosing the image! In this post we’ll have a look at how it’s done.

Continue Reading

Backwards Compatible WordPress 3.0 Functions

Posted on 21. May, 2010 by Alex Denning.

9

We all know that WordPress 3.0 is coming and there are a whole plethora of new features, but actually adding them to themes? I had to do that today in an update to WPShift’s ShiftNews. Trouble was I wanted to ensure the theme remained compatible with 2.9 and below, which meant I needed some good ol’ conditionals. In this post we’ll find out how to make backwards compatible 3.0 functions.

Continue Reading