Get testimonial titles to show up
-
I have your easy testimonials short code in my template like so:
<?php echo do_shortcode('[random_testimonial]'); ?>
But it just shows the testimonial body text and I also want the title to show up above it. I was playing around and I tried adding
<p class="testimonial_title"><?php the_title( ); ?></p>
above the shortcode but I just got “hello world” as the title, so that’s not right.How do I get this to work?
here’s my link: https://www.laurameiselman.com (not styled yet…)
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Get testimonial titles to show up’ is closed to new replies.