This is the second part of our step by step tutorial about programming a WordPress theme from scratch. Here you can find the previous one. Now we’re going to add some html code in our previous generated files. The Header [...]
This is the first post about how to program a wordpress theme from scratch.
I’m not covering the styling part of a theme, but only the php part.
The first thing to do is to create a folder inside ‘wp-content/themes/ of your wordpress installation.
I’ve recently needed to add a lot of static contents into a wordpress installation. So I had to dive a bit into the API of the most famous blogging-platform out there. Here a bit of what I’ve learned from that [...]
The first thing I did in my new WordPress time has been to upgrade my wordpress from 2.8.1 to 3.2.1. I decided to use the automatic update, knowing that something can to go wrong. Surprisely, everything went well! Kudos to [...]
It’s time to move forward and in the last months I look more around the wordpress than flash community. What I think is that Flash is an amazing platform, but it is not really suite for the web. The web [...]
A while ago I stumbled upon this nice ActionScript 3.0 library to work with the Wordpress XML-RPC calls.
It does extends the more abstract XML-RPC AS3 library brought from Akeem Philbert.
I did decide to give it a try…
Comments