Excerpt with paralax_image_text
-
I love your theme. I’m trying to edit the paralax image text on the homepage by adding excerpt under the title.
I tried the code below but it doesn’t work, (I know basic php coding)
$output .= '<div class="paralax_image_text"><span class="h1"><a href="' . get_permalink($val->ID) . '">' . trim(stripslashes(multiloquent_post_title($val->ID))) . '</a></span>'; $output .= '<p>'; $output .= '<?php the_excerpt() ?>'; $posttags = wp_get_post_tags($val->ID);
Here’s my home page https://chardonresume.com
Thanks in advance!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Excerpt with paralax_image_text’ is closed to new replies.