• Resolved v2006

    (@v2006)


    Hi,

    I’m using the allsidebars edition of the kubrick theme(1.5) in e-homesfairfax.com/category/alexandria-homes/

    The images DO appear when you click on the title.

    How can I fix this?

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • There is nothing to “fix”.
    There is a lot to learn: Template_Tags – look for the_content vs. the_excerpt.

    Thread Starter v2006

    (@v2006)

    Resolved!

    Found this solution:

    Open archive.php for that theme (found in wp-content/themes/default/) in a text editor and where you find this:

    <div class=”entry”>
    <?php the_excerpt() ?>
    </div>

    Change it to this:

    <div class=”entry”>
    <?php the_content() ?>
    </div>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘images don’t appear in categories!’ is closed to new replies.