<?php if ($auth->isAuth()){ // do not show post if you are seeing admin blog if (strcasecmp($_blogID,'admin')!=0) include_once('./html/post.html.php'); } ?>