Increase Excerpt height and shown
-
@subhansanjaya could you please respond as i have tried the email link on your website for 2 weeks and have no reply.
I’m using the pro version. For each product slider, they have a checkbox for getting the excerpt. I have 2 issues:
1. only the text and not the content (html and ACF Custom Fields) is shown
2. the length of the excerpt is too short – so i need to increase it. The setting for excerpt length doesn’t increase the length displayed.
The code for that view is below:
if($wa_wps_query_posts_display_excerpt==’1′) {
$slider_gallery.= ‘<div style=”color:’.$wa_wps_query_font_colour.’;” class=”wa_wps_foo_con” id=”wa_wpsjj_foo_con’.$id.’”>’.$this->wa_wps_clean($text_type, $word_imit).'</div>’;
}
How would I change this so that it displays whatever is in the excerpt (including html and ACF Custom Feilds) vs just text only and how do i increase the length.
- The topic ‘Increase Excerpt height and shown’ is closed to new replies.