It permit the creation and the management online of websites with few and easy steps. It's completely customizable, expandable and suitable for all needs.
Tag for sitemap? I did not understand your question, can best explain what they're trying to do?
..::MS Criações::.. - Criação e Hospedagem de Websites! ..::Memht BRASIL::.. - Comunidade brasileira do MemHT! Soon, Virtual Store with Modules and Templates for MemHT! Eager for MemHT 5
//tags
function tags() {
global $siteConfig,$dblink,$now;
$result = $dblink->get_list("SELECT *,DATE_FORMAT(data,'%Y-%m-%d') as date FROM memht_news WHERE enabled=1 ORDER BY id DESC LIMIT 500");
foreach ($result as $row) {
$id = intval($row['id']);
$name = outCode($row['nome']);
$date = $row['date'];
if ($date=="0000-00-00") { $date = $now; }
I really suggest you NOT to put tags in the sitemap because the tags db table tends to be big and that could seriously affect the sitemap loading time... and search engines have (very) short loading time limits.