
Duffy is a nice wordpress theme with page options ;)
Features:
- Widget Ready
- Fixed Width
- 3 Columns
- Page Options
Another one WordPress theme I’ve create, one of the best on my mind. Feel free to post a comment if you have any problems with theme.
Demo: Duffy
Download: Duffy - Free Wordpress Theme v. - 315.7 KB
Last Update: 27.11.2008 – bugs fixed







Can I download this templale to my blog?
My blog it’s blogger/blogspot, not wordpress.
What’s the codes?
Unfortunately, there is template only for wordpress
Can anyone do this Template for Blogger please ? Much appreciated. :)
can you please do this template for blogger platform? i love it.
thank you.
Great template….but I have a question…being a newbie and all on the front page there is the following text: “Just another WordPress weblog” I would like to change this….but I am unsure where it is coming from.
I can find where it calls for it in the header….but I cannot find the actual file that it calls from….
<a href=”/”>
Can you help me out
Levi,
You can change description of your blog in Wordpress admin panel: General -> Settings
Is there an easy way to control the dropcap? I love the theme, but there are often times I only want one the first paragraph’s dropcap.
I figured it out by using the Firebug Firefox extension to examine the CSS.
The DropCap is created by the “dropj” element, and if you specific that a paragraph is just the body class, it won’t do the dropcap.
Do this by putting “” at the beginning of the paragraph. As an example (if this works inside the comment):
Ok, the comment system doesn’t like the embedded html code.
This is the code, remove the extra spaces (there should be one between the p and class):
Third time is the charm? Replace the comments in parenthesis with the character indicated:
(left angle bracket) p class=”body” (right angle bracket)
In header.php there is a jQuery code were you can configure wich paragraph be with DropCap:
$(".entry p").not("[class], p *").dropJ({keepCase:false,clear:false,factor:2});You can remove code:
.not("[class], p *")or just[class],end all paragraphs will be with DropCap
Use <code> text </code> for writing code