Hello, I haven’t found the one that says
<p>Powered by WordPress and WordPress Theme created with Artisteer.
in my footer. i have forwarded the code on my footer, can you check if where specifically am i going to edit? thanks
<?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>