No such luck with that one, I’m afraid.
I’ve suspected it’s a conflict/quirk of my theme.
Does this normally work as intended (the <!–more–> is stored in the ‘Formatting > Single Event Page’ template)?
Regards,
O
Sure,
I’m using the Imbalance 2 theme. Here’s my loop:
<?php while ( have_posts() ) : the_post(); ?>
<?php if ($imbalance2_theme_options['images_only'] == 0): ?>
<div class="categories"><?php imbalance2_posted_in(); ?></div>
<h1><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h1>
<?php the_content() ?>
<a href="<?php the_permalink(); ?>"><?php the_post_thumbnail('homepage-thumb', array('alt' => '', 'title' => '')) ?></a>
<?php endif ?><div class="texts">
<?php if ($imbalance2_theme_options['images_only'] == 1): ?>
Thanks for your involvement, hope this helps!
That works fine agelonwl, but I’m looking to use the_content to put images in the post. Any ideas?