• I’d like to get my images to show up in the archives and inside the categories – what do I change and where do I find what to change.

Viewing 7 replies - 1 through 7 (of 7 total)
  • 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.

    What is Flickr? 🙂

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Kubrick for WP 1.5’ is closed to new replies.