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
function isPageContent($num){ ob_start(); page_content($num); $content=ob_get_contents(); ob_end_clean(); if($content != ''){ return $content; }else{ return false; }}
$content = isPageContent(numberOfYouBlock);if($content){ echo ' <div id="test"> <h2>Promo</h2> '.$content.' </div> ';}