I'm trying to add a button Read more, but when adding a button code in DIV, an error appears, and the plugin does not work. Tell me where the error is?
Parse error: syntax error, unexpected 'href' (T_STRING) in /****/public_html/wp-content/plugins/page-list/page-list.php on line 351
/*BEFORE */
$list_pages_html .= '<div class="page-list-ext-item-content">'.$content.';
/*AFTER */
$list_pages_html .= '<div class="page-list-ext-item-content">'.$content.<p><a href="'.$link.'" title="'.esc_attr($page- rel="nofollow">post_title).'">Read More</a></p>'</div>';
Thanks!
– Niklesh Raut Sep 07 '17 at 16:43