Hi,
There is not “Read more” option within GRID.
For longer excerpt:
Please find wp_trim_words(get_the_excerpt(), 20, '...') in /plugins/bm-builder/include/templates/modules/module-grid.php(there are 3 places)
replace as: get_the_excerpt()
ps: you could add READ MORE HTML under this line of codes:
$html .= '<div class="archive-more"><a href="'.esc_url(get_permalink()).'" class="archive-more-a" title="' .get_the_title(). '">READ MORE</a></div>';
Regards!
Bwsm – uiueux.com – Twitter – Facebook