Der Theme-Channel listet Inhalte ausgewählter Blogs auf, die regelmäßig Beiträge zu WordPress-Themes publizieren.
Der Channel wird stündlich aktualisiert. Nächste Aktualisierung um
05:00 Uhr.
A wide, clean theme in whites and pale greys, by Dave Garlitz. Posts are displayed in a newspaper-style format, with a a feature lead article excerpt and up to 4 excerpts "at the fold." [...]
The Search Template and The Page Template are vital to any complete WordPress Theme. And they’re both really easy to code. For both these two Templates we’ll start with our template-template again. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 <?php get_header(); ?> <div id="container"> <div id="content"> <div id="nav-above" class="navigation"> </div><!-- #nav-above --> [...]
A slightly different dark theme with some animation effects. You can replace the big-background-image to any pictures you like, and config how to display the background image under the Appearance(Design) page of admin console. Theme by leen.name. [...]
Saturday 658 is a 2 column, fixed width theme designed to showcase your content with style. The theme has a right sidebar that is widgetized to allow you to drag and drop your desired widgets where you want to place them. The main content area on the homepage includes a featured content slideshow that displays a specified number of posts from a specified featured category. Theme options allow you to switch between using text or graphic for the site title, adding feedburner, adding google analyti [...]
I hate the Comments Template. There, I said it. It can be a confusing mess. In version 2.7, WordPress introduced a simpler way of producing Comments Templates—which was no help if you wanted to separate your comments and trackbacks or have custom comment markup. It’s still confusing. Luckily for you, I’ve sorted it out. Confusing still, yes. But sorted out. For this tutorial on the Comments Template I’m basically going to walk you through what’s going to happen, show you some cust [...]
a simple WordPress theme , created by page. Compatible :WP v2.8 [...]
a simple WordPress theme , created bypage. Compatible :WP v2.5-v2.8. [...]
a simple WordPress theme , created by page. Compatible :WP v2.5-v2.8. [...]
Grungey Notepad Layout with original illustrations. Includes a blank header graphic so that you can draw your own header. Valid XHTML 1.0 Strict and CSS. [...]
Tundra new smooth WordPress theme. A two-columned wordpress theme. Fixed-width, three columns. In grey-brown colour. [...]
This WordPress theme is minimal and cleanly styled. Special thanks to Ryan McNair. [...]
You’ve built an index of all your posts, now you need to create a template to frame each piece of content (or missing content) on it’s own. The Template for Templates The structure of single.php (and almost all the other templates we’ll be creating) is largely the same as index.php. In fact you can think of it as our template-template. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 <?php get_header(); ?> <div id="container"> &l [...]
Vina is Another Grid Based Layout, Magazine Stle, Shadow Effect, Auto Grabbed Image and many more [...]
Evening Shade is the remake of the Pixel Blogging theme and designed for professional blogging sites. Exceptional features include "Equal full height" columns, changable header image(s), two column and a full width page template, tableless design, and more. If you want more features, you can check out the theme's home page for tutorials to enhance this theme even more. [...]
Index.php is the most crucial WordPress Theme Template. Not only because WordPress needs to use it if you’re missing any of it’s brother and sister templates (like, category.php or tag.php) but because the work we do here, getting this template right, will help us breeze through the rest of our templates (with the exception of the dreaded comments template; that’s just plain difficult no matter how you look at it). The Loop Even though it’s stuck right in the middle of your tem [...]
I think summer is the greatest season. You could find all the shades of colors then. It got inspired me to transpose this feeling to the real world, so here is my "Beauty". Featured posts based on "SmoothGallery" (no plugins needed), threaded comments, localization ready, options page, works fine under WordPress 2.8. Released under GPL. Valid CSS & HTML code. [...]
A "mixed" width, three columns theme for Wordpress with a newspaper-like look and feel.Wordpress Widgets ready. [...]
A simple clean theme framework to work from, designed ideally for light colored backgrounds and easily adapted to darker layouts. [...]
Now we get into the nitty-gritty: building up your header.php and validating your theme with an HTML Doctype. There’ll be a lot of PHP in this lesson but don’t despair. We’re also going to do two, essential, and kinda neat, search engine optimization tricks and start tricking out your theme with a functions.php file. The Head Section Right now your very blank WordPress Theme is technically invalid. That’s because it’s missing a Doctype telling the browser how to interpret the [...]
A Dark gorgeous wordpress theme with a touch of orange, sliding sidebar link categories. [...]
Three, or four column news theme by The English Guy, with percentage based columns, featured post, configurable post layout. [...]
Standards compliant theme with threaded comments, a MooTools powered tabbed sidebar box and an ad under the first post on the index page. This theme has no images and is purely based on CSS elements and typography. Ideal for future customization. Typograph was styled "from the ground up" on a highly customized version of the Sandbox theme. [...]
Magazine style theme with featured posts and twitter support [...]
While the most minimal of WordPress Themes really only needs and index.php Template and a style.css file (or just the style file if it’s a Child Theme) most WordPress Themes need something a little more solid. Our new minimal will include 6 files. Make a folder in wp-content for your theme—for this tutorial I’ll be using “your-theme” but it can be whatever you want—and create the following files in that new folder (don’t worry, they’ll be blank until the next few steps [...]
Now we’re starting to get into the real meat of WordPress Theme development: coding the HTML structure. The Goals of Any HTML Structure When coding a web site you should have 2 goals in mind: lean code and meaningful code. That is, using as little markup (HTML tags) as possible and making sure that the markup is meaningful by using semantic class and ID names that refer to their content, not how they “look” (class=”widget area” instead of class=”sidebar-left”). Now, [...]
bbv1 is a two column theme. Tested on Opera 9.64, Safari 4 and Firefox 3.0.1. Very simple. Helvetica Typeface. The CSS, XHTML and design is released under GPL. Please feel free to change the style to fit your needs. [...]
A Colorful WordPress Theme [...]
Box styled Wordpress theme. It is search engine optimized in a light red style. Based on shape. [...]
A dark,red and clean wordpress theme with sliding sidebar , sliding comments list and left sidebar. [...]
Before we get started building any WordPress Theme we’re going to need to get our development tools in place. In this post, we’ll run through the best of the best and build ourselves a cross-platform WordPress Theme test environment that would do a professional Theme developer proud. A Local Test Server: XAMP or MAMP The best place to develop your custom WordPress Theme is off the web, on your home computer. To do that though you’ll need to turn your computer into a “local [...]