WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
Is this possible?
// Loop through them and include their module file
$section_count_id = 1;
if(defined('SEC_ANCHOR') && SEC_ANCHOR!='') { echo '<a class="section_anchor" id="'.SEC_ANCHOR.$section_id.'" name="'.SEC_ANCHOR.$section_id.'"></a>'; }
if(defined('SEC_ANCHOR') && SEC_ANCHOR!='') { echo '<a class="section_anchor anchor'.$section_count_id.'" id="'.SEC_ANCHOR.$section_id.'" name="'.SEC_ANCHOR.$section_id.'"></a>'; }
echo search_highlight($content, $arr_string); } else { echo $content; }
echo search_highlight($content, $arr_string); } else { echo $content; } $section_count_id++;
<a id="wb_19" class="section_anchor anchor1" name="wb_19"></a>
a.anchor1{display:none;}