Posts Tagged ‘options’

Announcement of Starscape II features

datePosted on 14:28, July 15th, 2008 by MillaN

Last few weeks I was working on some new features for Starscape Cygnus edition, and I have started compiling the list of features I would like to transfer to Starscape II and also a list of new features. Some of the current Starscape things is still in the rough phase, and I don’t expect to polish all of them, not until Starscape II is in development. This is especially the case with Nova rendering engine that has much more potential then the current version you can see in Cygnus edition.

I will start working on Starscape II in august, and I expect to see first public version in september. There will be a test blog available during development period, and I will upload new version of theme at least once a week.

So, if you are interested to read more on Startscape II features, then read on.
Read the rest of this entry »

Practical theme design, Part 1

datePosted on 14:05, July 7th, 2008 by MillaN

All over the internet you can find tutorials, help, samples on creating wordpress theme. Still, there are some topics that are not covered by many of them. I will try to focus on the solution of practical problems I had while creating Starscape theme.

This first part will cover following problems and solutions:

  1. Using theme Wordpress options within CSS or JavaScript file
  2. Adding Gravatar support to the theme
  3. Separating trackback from comments
  4. Creating Post Date button

And as always, Starscape theme contains all this, so you can check it out also.
Read the rest of this entry »

Starscape Hydra 1.2.0

datePosted on 14:53, June 8th, 2008 by MillaN

hydra_blue.png
After some two weeks of work, here is new major revision of Starscape theme, code named Hydra. This revision contains a lot of behind the scenes changes that will allow new important design features I am working on for the next Cygnus revision. More on the Cygnus preview will be available in the next 5 or 6 days.

As for the changes, detailed list is available on the theme page, so check it out. And if you continue to read this article, I will point to some of the highlights of Hydra.
Read the rest of this entry »

Create settings page for Wordpress theme

datePosted on 12:51, May 31st, 2008 by MillaN

Not many Wordpress themes have additional settings page where blog admins can adjust some of the themes settings. One of the reasons for this is hard to find examples describing in details what you need to do, although documentation has some basic info about that. Also, most themes don’t need such settings page, or is too hard to implement theme design that could be flexible to change like this.
tutorial_themecp_starscape.png

Most themes can be customized by editing php and css files, but this can be a problem for most users, who use blog as tool, and don’t know much about web design. For them it would be much more convenient to have simple page in their admin panel and selection of options to tweak.

This article will show you step by step how to create options page for your theme, how to save settings and how to use them in your theme. Mine Starscape theme will be used as a reference in some points, so you might also want to download it and check for yourself what can you do with settings page.

Just to be clear, I am not going to create nothing fancy here, I will keep the code simple, so you can see what’s going on. If you want more details you can always take a look at Starscape theme code.

Requirements:

For this to work, you need to know:

  1. How to create regular Wordpress theme
  2. How to work with PHP classes

Read the rest of this entry »