before anyone says “use the flickr group for technical help” I’ll just say “open the archive.php file in the kubrick theme and change
<div class=”entry”>
<?php the_excerpt() ?>
</div>
to
<div class=”entry”>
<?php the_content(); ?>
</div>
”
Thread Starter
xinxin
(@xinxin)
Thank you!
Thants all I wanted to know – it works perfectly.
And should I have used “the flickr group for technical help” ?
Just for next time!
the Flickr group is very helpful!
Also you can try http://binarybonsai.com/kubrick/
Has some great answers and tips on that page, including your question;
“Q: On the archive pages, all HTML seems to have been stripped out of my entries! Also, only part of the entry is shown!
A: That’s because the archives uses a function called the_excerpt. If you want to change it, so that it behaves like the frontpage, go to line 229 in index.php and change from <?php the_excerpt() ?> to <?php the_content(‘Read the rest of this entry »’); ?>.”
http://binarybonsai.com/kubrick/
>>>The Flickr group is very helpful!<<<
What is the Flickr group?
Michael Heilemann has a group on Flickr where a lot of Kubrick questions and comments are dealt with.