D3S1GN 4UCK 1
Theme info
D3S1GN 4UCK is a simple weblog theme by Chris A. Gerlach and based on the great Hemingway-Theme by Kyle Neath.
This theme requires WordPress 2.0+.
Author: Chris A. Gerlach
Tags: 1 column, Brown, Fluid width, Widget ready
Downloads: 2,404
16 Responses
RSS feed for comments on this post. TrackBack URI
-
@ David
Hemingway theme discussion can be found at http://discuss.warpspire.com/index.php
There are many tips from users (including myself) who have posted answers to questions such as yours. Check it out.
Comment by hso — August 29, 4:13
-
[...] このテーマをベースにしたD3S1GN 4UCK 1なるテーマとも迷った (DESIGN HACK 1 ? DESIGN FUCK I ??)。レイアウトを引き継ぎつつ良さげな背景を敷いたものだが、作者がドイツの方らしく、Hemingwayのナビゲーション文句もドイツ語に訳されていて、その堅さに何となく笑えた。例えば、 [...]
Pingback by ovoro.com» Blog Archive » 甦るヘミングウェイ — September 5, 2:19
-
Hi, i have updated now the ZIP with the Adminfolder.
Sorry and now have fun with this Theme…Comment by garageblog — October 5, 18:56
-
love it
Comment by Akumal — October 8, 20:25
-
[...] I figured out how to show two sets of posts, one for news and one for a weekly recap, but right now the posts are listed under each other. I want the posts to sit next to each other, in two separate columns. I remembered seeing a couple themes that had that feature, like D3S1GN 4UCK 1 and Japanese Cherry Blossom 1.0. I downloaded both just to take a look at their template files. Both index.php files have the same code for displaying the posts (with a couple minor stylistic differences): <div id=”primary” class=”twocol-stories”> <div class=”inside”> <?php // Here is the call to only make two posts show up on the homepage REGARDLESS of your options in the control panel query_posts(’showposts=2′); ?> <?php if (have_posts()) : ?> <?php $first = true; ?> <?php while (have_posts()) : the_post(); ?> <div class=”story<?php if($first == true) echo ” first” ?>”> <h3><a href=”<?php the_permalink() ?>” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”><?php the_title(); ?></a></h3> <?php the_excerpt() ?> <div class=”details”> Posted at <?php the_time(’ga on n/j/y’) ?> | <?php comments_popup_link(’no comments;’, ‘1 comment’, ‘% comments’); ?> | Filed Under: <?php the_category(’, ‘) ?> | <span class=”read-on”><a href=”<?php the_permalink() ?>”>read on</a></span> </div> </div> <?php $first = false; ?> <?php endwhile; ?> [...]
Pingback by Showing Two Posts Side-by-Side « LearningNerd — November 11, 0:16
-
[...] I figured out how to show two sets of posts, one for news and one for a weekly recap, but right now the posts are listed under each other. I want the posts to sit next to each other, in two separate columns. I remembered seeing a couple themes that had that feature, like D3S1GN 4UCK 1 and Japanese Cherry Blossom 1.0. I downloaded both just to take a look at their template files. Both index.php files have the same code for displaying the posts (with a couple minor stylistic differences): <div id=”primary” class=”twocol-stories”> <div class=”inside”> <?php // Here is the call to only make two posts show up on the homepage REGARDLESS of your options in the control panel query_posts(’showposts=2′); ?> <?php if (have_posts()) : ?> <?php $first = true; ?> <?php while (have_posts()) : the_post(); ?> <div class=”story<?php if($first == true) echo ” first” ?>”> <h3><a href=”<?php the_permalink() ?>” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”><?php the_title(); ?></a></h3> <?php the_excerpt() ?> <div class=”details”> Posted at <?php the_time(’ga on n/j/y’) ?> | <?php comments_popup_link(’no comments;’, ‘1 comment’, ‘% comments’); ?> | Filed Under: <?php the_category(’, ‘) ?> | <span class=”read-on”><a href=”<?php the_permalink() ?>”>read on</a></span> </div> </div> <?php $first = false; ?> <?php endwhile; ?> [...]
Pingback by ProgrammingNerd » Showing Two Posts Side-by-Side — November 17, 18:42
-
how do i make those phrases in German go in English or any other language for that matter..
Comment by mauricio — January 5, 1:21
-
this is make proudly too.
Comment by chatca — March 28, 0:41
-
this is very nice theme, very cool.
regard, http://educationjobtraining.infoComment by blue — May 2, 11:05
-
Comment by Anastasia_sv — June 11, 14:04
-
Comment by Sabina_nu — June 11, 14:04

I tried to configure the lower part with the Hemingway options under ‘presentation’, but I can’t move the blocks with the mouse. They stay where they are and the nly thing that happens, is that the text gets selected. Is it me?
Comment by BB — August 24, 7:37
BB,
It is missing the admin part of the theme. Go to http://warpspire.com/hemingway and download that template and upload the entire Admin directory only. This theme is based on the hemmingway theme but doesn’t have this directory in the zip.
That should solve the problem. I just set this theme up for a friend this weekend and had to do that to get it working correctly.
Comment by provoked — August 27, 22:35
Cheers! It worked like a charm!
Comment by BB — August 28, 6:41
Theme wurde nicht komplett auf Deutsch übersetzt…
Comment by Claudio — August 28, 15:47
Two questions:
1) How do I show the entire post and not just the exerpt on the main page?
2) How do I translate the site into enlish for my audience?
Thanks
Comment by David — August 28, 19:08