I was wondering, if I place the keywords and description in setting.php
as
$keywords = "";
$description = "";
and replace the section that are asking for this information with items below?
<%
<meta name="keywords" content="<%$meta_keywords%>" />
<meta name="description" content="<%$meta_description%>" />
%>
I would hate to make this modification to all pages..
Also, when upgrading to 5.4.0, will all the pages be overwritten?
Thanks,m


