Archive for 16th April 2009
"Love means never having to say you're sorry."
("Love means never having to say you're sorry.")
[Ali McGraw in the role of Jennifer Barrett-Cavilleri. Love Story, 1970]
Hechelbach can not let's - it was a bit screwed in the design. In summary, if you fly over the root address, there are now "only" extracts ( <?php the_excerpt(); ?> ) - as usual, a click brings up the title of the article in single view, but also a link below the excerpt ("read this entry» ') transports the reader there directly. The same view has been selected for the archive.
If you like it, it is offered as a download. We are, however, depends on feedback. How do you like this type of display and navigation?
Here is the short code (currently in archive.php, search.php and index.php):
<div class="entry">
<?php the_excerpt(); ?> <a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__('Permanent Link to %s', 'kubrick'), the_title_attribute('echo=0')); ?>"><?php printf(__('Read the rest of this entry »', 'kubrick')); ?></a>
</div>















