flexslider excerpt
-
hi
in the file views/display.php, the line 82 is:
$output .= '<p>' . $display->recent_post_flexslider_excerpt( get_the_content(), $excerpt_length ) . '</p>';
although it is referring to the extract, it shows the content…
how can I replace this line by substituting “get_the_content()” for “get_the_excerpt()” so that with each update I don’t have to change it every time?
I tried putting the file in the child theme but it doesn’t work.
thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘flexslider excerpt’ is closed to new replies.