Release a blog theme keeping these things in mind


Formatting

Naturally, there is a ton of things that are directly related to your theme that you need to test out as well. Things like working menu links and readability will have to be put to the test too. The previous checklists are to help you avoid common WordPress-related mistakes with your theme. Add to the checklists anything that is related to your design and code, and you’ll find they’ll grow even more.

Commercial Themes and the GPL License

Commercial GPL themes, or premium themes as they are also called, cannot be submitted to wordpress.org at this time. However, if you’re a theme reseller you can get featured on the commercial themes page, which currently is just a links page containing screenshots of some popular themes, but no hosting. In other words, that means that the commercial GPL’d theme you’re selling won’t work with automatic updates from within the WordPress admin interface, since wordpress.org won’t let you host it there unless you let it be free for all to download.

Naturally, if you do that hosting may be approved, and you can make money on providing support or customizations to the design, or whatever your theme business is all about.

This is a new addition to wordpress.org, and the debate on how commercial GPL themes should be managed, is more or less raging all the time. That’s why you should probably take a look at what the situation is right now and, if you intend to profit from commercial GPL themes in any way, you should keep up-to-date. Read more at wordpress.org/extend/themes/commercial/.

Submitting to wordpress.org

If the theme checklist wasn’t an obstacle, and your theme is licensed under a GPL compatible license, you can submit it to the wordpress.org theme directory. This is good for several reasons, the most prominent being the ability to reach WordPress users through the official channel, which incidentally now also resides within the admin interface. It also brings version control and hosting, as well as nice linkage with the wordpress.org support forums.

Your theme needs to be complete and saved in a single zip file. This should contain all the theme’s template files, where style.css is extremely important. This is where the version is listed, along with the tags that are used to sort your theme.

You also need to include a screenshot.png file, which has to be a screenshot of your theme in action, not a logo or similar. Other rules include Gravatar.com and widget support, exposed RSS feeds, showing the weblog title and tagline, as well as listing both categories and tags by default.

Legal Disclaimer

Our website is not responsible for the information contained by this article. Webworldarticles.com is a free articles resource thus practically any visitor can submit an article. However if you notice any copyrighted material, please contact us and we will remove the article(s) in discussion right away.


This article was sent to us by: Gary Drumer at 05172010

Related Articles

1. Things to Consider When Using the wordpress Database
Things to Consider When Using the Database The database is sometimes necessary to make your plugins function the way you want. From storing some simple options,...

2. Developing Plugins for WordPress MU
Developing Plugins for WordPress MU The process of developing plugins for WordPress MU doesn’t differ from that for traditional Word- Press plugins. The s...

3. Wordpress Plugins and Functions PHP
Plugins and Functions PHP WordPress themes and plugins usually work pretty much by themselves, coming together only when it comes to implementing features. Th...

4. When to Use Wordpress functions php
When to Use functions.php When, then, is it really a good idea to use functions.php? I have a rule for that too: only use functions. php when the added function...

5. Are you using WordPress as a CMS
WordPress as a CMS Using WordPress for things other than blogging is something that comes naturally to a lot of developers today, but not so much for the ge...

6. Things to Consider When Using WordPress as a CMS
Things to Consider When Using WordPress as a CMS So you’re considering using WordPress as a CMS for a project huh? Great, and probably a good choice too...

7. Trimming WordPress to the Essentials
Trimming WordPress to the Essentials Usually, when doing work for clients or other people within your organization, you’ll have to think a little bit diff...

8. Wordpress Static Pages and News Content
Static Pages and News Content I touched upon static Pages and categories as a news model previously. It is truly a great tool whenever you need to roll out a ty...

9. Making Widgets a Little More Dynamic
Putting Widgets to Good Use Widgets and widget areas are your friends when rolling out WordPress as a CMS. It is perhaps not as important for the small and stat...