This is the first post in a series that will deal with Blogsome theme conversions. Part 2 can be found at Blogsome Themes, part 2.
To begin with, you will need the following things:
- A blog created with Blogsome. I suggest that if you already have a blog that has posts on it, you create a new one, just to tweak until the theme is just right. That way, your real blog will continue to work, no matter what. I’ll assume you have a Blogsome blog to test on, and know a bit about the backend (Dashboard, and where to find the various options/tools).
- The files required for your theme. Alex King has a great list of themes, and runs competitions occasionally, so go visit there if you want to find one, and don’t have one already.
- Firefox, with the EditCSS extension installed, or the EditCSS bookmark
- Patience
You should also bookmark the following sites:
- The WordPress Codex, especially Template Tags
- The Smarty documentation
- The Blogsome Forums
I will use the following conventions in this document:
- : a button that you click on. Will look different in each browser - usually it looks like the buttons in your Operating System, but not always.
- Links that you need to click on will be bold.
- Code that you modify will either look like
thisor this - Filenames will look like
this. - Important, or unusual terms will be italic.
Converting a WordPress theme to Blogsome is not always easy, but is very rewarding, and you may learn something along the way. Finally, whilst I have gone to a lot of effort to ensure everything in this document is correct, I take no responsibility for any data loss. You should not have been working on your ‘proper’ blog anyway;).
Starting: Upload Image Files
Okay, let’s get started. The first thing you will want to do is upload all of your image files to your Blogsome blog. This is a much more time consuming process on Blogsome, as there is no automated way to do it. Under normal WordPress installations, you can usually FTP into the server, and dump all of the files you need.
We need to click on the Upload button in the backend, and then on the button. Navigate to where the images you have as part of the theme are on your computer, and select the first one. Click the button. When the page loads, record the information it gives you in a place you won’t lose it. Blogsome doesn’t provide the ability to look at lists of images, so if you forget it, you’ll need to try by trial and error to find it.
Most of the images will have names that aren’t mangled by Blogsome’s server, so you should end up with a list of files like:
/images/header.jpg
/images/search.png
/images/logo.gif
What files you have will really depend on the theme you are using. There are some standard file names, but don’t expect them to be the same as everywhere else!
Update Style Sheet
You now are ready to insert your Style Sheet data. In the backend, click on Manage, and then on Files. Scroll down to the bottom of the page, and click on Site Style Sheet. After a few seconds, your Style Sheet will appear in the text editing box.
We need to replace the entire contents of the text view with the contents of the theme’s stylesheet. This could have one of several names: typically it will end in .css, and more than likely it will be the only one. wp-layout.css, stylesheet.css and style.css are all likely candidates.
We now need to examine the Style Sheet, and replace all instances of image filenames with their equivalent URL on your server. You can use relative URLs, so if you find something that looks like:
background:url(img/content_bg.gif) repeat;
You will want to make it look like:
background:url(/images/content_bg.gif) repeat;
You need to ensure you get every filename - otherwise the correct images will not appear! When you are done, you must save your changes. The button will do this nicely.
Righto! That’s the easy parts done. Next time, you will learn which template files Blogsome uses, and what data needs to go into each of them. You will also learn how to convert a PHP function to Smarty Tags.
The next part of this article can be found at Blogsome Themes, part 2.
Thanks for this, and I look fwd to part 2.
Btw, for some reason, Alex King’s resort to ManagedTasks doesn’t seem to be managing the task of providing previews of the templates.
1 day, 3 hours after the fact.
just what i was looking for, thanx. looking forward to as well, i’m building my blogsome blog, and i’m a noob in practically everything here. but it’s still not what it supposed to look, i guess the part 2 will cover up?
2 days, 22 hours after the fact.
question…I copied the style sheet from what I downloaded from Alex King…was that wrong?
For example on this piece of code do I have to add repeat at the end like you have up above?
I’m assuming that since I downloaded it along with the rest of the necessary files that it should be used as is.
By the way …thanks for this. Very helpful. Looking foward to the next lesson.
1 week, 6 days after the fact.
@Golden: You may need to have it as
/images/fundal.jpgto get it to work.1 week, 6 days after the fact.
Thanks for your tutorial!!!~~~~~~~~~~~~~~~~
and your blog is really cool~~~~~~
5 months, 3 weeks after the fact.
Ho Hmm. I don’t get it, but there are a lot of question marks between the links in your top bar. What’s wrong?
7 months, 3 weeks after the fact.
You don’t have good enough fonts.
7 months, 4 weeks after the fact.
I’d like to ask a question. I want to start my blog on Blogsome.com and I’d like to know whether I can trust this service?
8 months, 2 weeks after the fact.
I’m pretty happy with the service - quality of the connection is good enough for me, and downtime is pretty rare. There were some issues a while back with performance, but since then they’ve upgraded everything and it all seems to be going very well.
Check out the forums for recent topics of interest.
8 months, 2 weeks after the fact.
Great text, will help a lot of beginers like me
9 months after the fact.