• The thumbnail for each image displays fine on the front page, and in the posts. But only the text shows up when I click on Categories or Archives….Is there anyway to change that?

Viewing 5 replies - 1 through 5 (of 5 total)
  • That has to do with the way your template was created. If your template is a free template that you downloaded form the internet then you can ask the creator to fix it (many are good at assisting people with issues like that) or you can find where the code is messed up and hack it 🙂

    Thread Starter wilsonportfolio

    (@wilsonportfolio)

    Any idea on what to do with the 3-Column Cutline theme?

    its not a column issue, it is a code issue. it sounds to me like one of the image tags is broken or the path tot he images are broken… you gotta look into the code to figure out the issue.

    Thread Starter wilsonportfolio

    (@wilsonportfolio)

    Anybody else with ideas on how to fix this? I’m not sure exactly where I should be looking in the code.

    my site is wilsonportfolio.com.

    what I’m trying to do is make it so that the Category and Archive views of the posts look the same as they do on the front page, where the thumbnail of the pictures are showing.

    I’m using NextGen Gallery, and the Cutline theme if that helps.

    Hi

    Here is a solution for all people still working on this problem:

    In your theme in archives.php:

    Look for the line where the content is previewed and change the line like it is on the front page:

    Add this line: (german description)
    <?php the_content(‘Den Rest des Beitrages lesen … »’); ?>

    Delete this or similiar lines:
    <?php the_content_rss(”, TRUE, ”, 50); ?>

    With my solutions the pictures are show but the preview is not shortten to 50 words, as seen in the old code.
    (http://codex.wordpress.org/Template_Tags/the_content_rss)

    Hope it’s working for you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘NextGen Gallery: How to make thumbnails show up in preview post?’ is closed to new replies.