Reply To: Small Preview Text with Pinterest version

Home Forums Pro Version Small Preview Text with Pinterest version Reply To: Small Preview Text with Pinterest version

#4419
Masonry Guy
Keymaster

Hi Spyros,

Please use this <?php the_excerpt(); ?> below <a href="<?php the_permalink(); ?>"><?php the_title(); ?></a>

Final result will be like this.

<a href="<?php the_permalink(); ?>"><?php the_title(); ?></a>
<p><?php the_excerpt(); ?></p>

// Kept p tags here for spacing only. You can choose your own elements for styling.