• Hi,

    I can’t for the life of me get any gallery working within my custom theme

    https://www.brushwithfire.co.uk

    I’ve followed all instructions, shotcodes etc. I can’t even get it to display an image.

    It must be something really simple, I am a noob afterall ??

Viewing 1 replies (of 1 total)
  • Thread Starter mnorm

    (@mnorm)

    ok I figured it out

    I needed a loop

    <?php if (have_posts()) : ?>
    <?php while (have_posts()) : the_post(); ?>
    <?php the_content(); ?>
    <?php endwhile; ?>
    <?php endif; ?>

Viewing 1 replies (of 1 total)
  • The topic ‘Custom Theme – gallery plugins’ is closed to new replies.