• 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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter frankwlf

    (@frankwlf)

    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….

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove footer: "created with Artisteer" how?’ is closed to new replies.