Home › Forums › Pro Version › Small Preview Text with Pinterest version › Reply To: Small Preview Text with Pinterest version
March 17, 2015 at 9:52 pm #4417
Participant
Hi again,
i am afraid i didn’t understand correctly your instructions.
I am at the stage of copying the layout to the new location.
So what should i have to do to the layout.php?
at some place there is
<?php if ($layoutSettings['show_title'] == 'yes'): ?>
<div class="wmle_post_title">
<a href="<?php the_permalink(); ?>"><?php the_title(); ?></a>
<a href="<?php comments_link(); ?>" class="commentLink"><span class="icon-bubble icons"></span> <?php comments_number('0', '1', '%' ); ?></a>
</div>
<?php endif; ?>
with the
<?php the_title(); ?>
that you mentioned.
So what next? There is no
< ?php the_excerpt(); ?>