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
<title><?php page_title(); ?></title>
Okay, I understand that it is not possible to show the title from another module, news module in this case, in the main template of Website Baker?
<head><meta name="robots" content="index,follow" /><meta name="viewport" content="width=device-width, initial-scale=1"><title><?php page_title(); ?></title><meta http-equiv="Content-Type" content="text/html; charset=<?php if(defined('DEFAULT_CHARSET')) { echo DEFAULT_CHARSET; } else { echo 'utf-8'; }?>" /><meta name="description" content="<?php page_description(); ?>" /><meta name="keywords" content="<?php page_keywords(); ?>" />
<head><meta name="robots" content="index,follow"><meta name="viewport" content="width=device-width, initial-scale=1"> <?php if(function_exists('simplepagehead')) { simplepagehead();} else { ?><title><?php page_title(); ?></title><meta http-equiv="Content-Type" content="text/html; charset=<?php if(defined('DEFAULT_CHARSET')) { echo DEFAULT_CHARSET; } else { echo 'utf-8'; }?>"><meta name="description" content="<?php page_description(); ?>"><meta name="keywords" content="<?php page_keywords(); ?>"><?php}
Sorry, I don't understand it correctly, my English is not that good. Are there any examples of how I can adjust this or a hint where I can look? Thanks in advance