I really would like to remove the powered by WordPress and created with Artisteer from the footer! Nevertheless, it is not provided within the footer.php file?
Help please.
I really would like to remove the powered by WordPress and created with Artisteer from the footer! Nevertheless, it is not provided within the footer.php file?
Help please.
This is how my footer.php looks like:
<?php
$content = ob_get_clean();
echo art_parse_template(art_page_template(), art_page_variables(array('content'=> $content)));
?>
<div id="wp-footer">
<?php wp_footer(); ?>
<!-- <?php printf(__('%d queries. %s seconds.', THEME_NS), get_num_queries(), timer_stop(0, 3)); ?> -->
</div>
</body>
</html>i'm not very sure but try removing echo art_parse_template(art_page_template(), art_page_variables(array('content'=> $content)));
again just be careful not to break anything....
You must log in to post.