• Resolved fresh108

    (@fresh108)


    Hey,

    I have the rewire theme. And as I can’t get thumbnails to appear on my home page I would like one of the categories to be my landing page, as the thumbnails do appear in the categories.
    How can I do this?
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • vtxyzzy

    (@vtxyzzy)

    You can get the thumbnails by pasting one line of code into index.php, just after the div class=”l” line, like this:

    <div class="l">
          <?php dp_attachment_image(0, 'thumbnail', 'alt="'.$post->post_title.'"'); ?>
    Thread Starter fresh108

    (@fresh108)

    You are a beautiful person. I’ve been asking around so much but noone helped. Thanks a lot, if I met you I’d do all sorts of things to you!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Make a category my homepage’ is closed to new replies.