The Custom Post Templates Plugin allows you to give individual posts their own template. To give the post with ID 3 its own template, add single-3.php to your theme. This plugin can be modified to do a number of additional tricks. Example code is provided if you want to give posts belonging to a certain category their own template.
Aherm…
Haven’t written it up yet because I’m working on allowing you to set per-category post templates.
Are you planning on hosting your plugins on http://wp-plugins.org ? And/or will you be updating the Plugins section on your WordPress Page
?
Yes and yes.
I’ve made a couple of changes to this plugin that you might be interested in. In my version, you can also set the units the count is good for (days or posts), and it installs an options panel to let you set your preferences, rather than having to edit the code.
You can find it here: http://singlenesia.com/software/#wpplugins
[...] çè§£åwordpress theme part3ãPart2ãPart1ï½ çæ¥è¦å个èªå·±çthemeäºï½ 让ä¸åçpostæä¸åç飿 ¼çplugin é¢è§themeçpluginï¼ä¸ç¨å¨å [...]
[...] I think that’s it. Oh, if you need help or information on WordPress templates, I’d suggest looking through the WordPress Codex articles on Templates and Themes. Update [Aug-21-2005]: R1.1 fixes a bug where if no “single-cat” template exists, single.php (if there’s one with the theme) fails to load by default (Thanks Aeos for catching it!). This update also attempts to step around a conflict with Ryan Boren’s Custom Post Template plugin. Update [Feb-26-2006]: R1.2 Verifies that my Category Template Inheritor plugin is active, and if it is it attempts to find a $template_name-category parent ID.php template (that is, a template for the parent category (if it has one) of the post’s category). [...]
[...] Custom Post Templates Plugin | boren.nu guff » Post Templates by Category You could probably get them to work with a little bit of fiddling __________________ [...]
[...] the independent styles to appear on the single pages. This was done via a plugin by Ryan Boren: Custom Post Templates. So, download the plugin, an un-comment the section shown [...]
[...] the posts that fall within a certain category. Ryan Boren has created a WordPress plugin called Custom Post Templates that will achieve just that. This plugin which is easily tweaked, will point all of the posts [...]
[...] simple plugin was written way back in 2005 by boren.nu, containing just a few lines of code that allows you to assign different page templates to post [...]
Nice buddy, thanks for sharing.