I’ve created my first public WordPress theme! You can find it in the WordPress free themes directory. It’s a simple, elegant text-based theme that taught me a lot about how theme development for the WordPress community works. All my theme design until this point has been custom and mostly for personal use, so I don’t necessarily have to follow all the “rules.” But now that I have a handle on the basics, I’m excited to play around with something more complex.
Take a look, and let me know if you decide to use it for your own blog! I’d love to see what you do with it. 🙂
For support, questions and comments, please visit the forum!
YAY! I lurve it. Nice and clean and simple and minimal and… and…
YAY!
Thank you! 😀
Hi
I like the theme a lot, great work.Only i have problem widget dont work. How can ik fixed this.
Thanks! I had this problem at one point and deactivating and reactivating the theme seemed to help.
Wow, you have very nice graphics on this theme … also congrats on being submited to wordpress theme directory …
Thanks much! I’m in the process of working on a new theme, and it’s similar to this one, actually. 🙂
I really like this theme, but like Rinze I can’t get widgets to work. I tried deactivating and reactivating the theme as you suggested, but that didn’t help. Also how do I get the page links to appear in the top left as on your own site?
Thank you! Unfortunately I don’t have a solution to the first problem, but I’m going to look into it!
To get the tabbed navigation at the top, create a custom menu under Appearance -> Menu and assign it to the Tabbed Navigation Menu area. Hope this helps!
I’ve released an update that seemed to fix the sidebar bug on my other test site… hope it works for you!
Works perfectly. Many thanks!
Hi, I like this style too. But want to add a small graphic either at the left side of the title or maybe below the title. I there a possibility to do so?
Thanks in advance and Greetings from Germany
It’s definitely possible! Although you’d need to muck around in the theme files/CSS a bit, because it’s not inherently built into the theme. I’d set a non-repeating background image on the .title class in style.css, or modify header.php to include the image to the left of the title. 🙂
Thanks for the quick reply. I assumed already it might be a good idea to modify the header.php. Unfortunately I’m not so familiar with that. What would be the best place to put it left in front of the name? Where do (or should) I place the picture?
Of course, I could continue with trial and error, but would be nice, if you just could give me a hint or tipp…
Thanks
Look for the following:
This generates the title, so you can try to put your image somewhere in that area, move it around and see what happens! Most of my design/code work is trial and error, anyway.
Great! I got it and it works. Thanks a lot (for the Theme too, of course)
Thanks Buddybud,
Will put it to good use!
GREAT THEME! one question where do I go to remove the “you may use these HTML tags and attributes:” over the comments? Thanks
Thank you, Renee! There’s some debate about how to address that issue across WordPress as a whole, but I think the simplest solution is to add the following at the end of style.css:
.form-allowed-tags {
display: none;
}