Forums

Remove footer: "created with Artisteer" how? (3 posts)

  1. frankwlf
    Member
    Posted 4 months ago #

    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.

  2. frankwlf
    Member
    Posted 4 months ago #

    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>
  3. FazBuzzWP
    Member
    Posted 4 months ago #

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

Reply

You must log in to post.

About this Topic