• I know this is asked a lot of times in here but I could not solve it with my own website. I am new with wordpress and try my first steps.

    I also don`t want to remove the whole line, just modify it with other text. I was told to look in the footer but in my footer there is no concrete text.
    just:

    <?php
    /**
    * The template for displaying the footer.
    *
    * Contains the closing of the id=main div and all content
    * after. Calls sidebar-footer.php for bottom widgets.
    */
    ?>
    </div><!– #main –>

    <footer role=”contentinfo”>

    <?php
    /* A sidebar in the footer? Yep. You can can customize
    * your footer with four columns of widgets.
    */
    get_sidebar( ‘footer’ );
    ?>

    <div id=”colophon”>

    <div id=”site-info”>
    <?php af_display_footer_text(); ?>
    </div><!– #site-info –>

    </div><!– #colophon –>
    </footer><!– #footer –>

    </div><!– #wrapper –>

    <?php
    /* Always have wp_footer() just before the closing </body>
    * tag of your theme, or you will break many plugins, which
    * generally use this hook to reference JavaScript files.
    */

    wp_footer();
    ?>
    </body>
    </html>

    I hope someone can help me with this.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Judging by the code you posted above, it looks like you’re using the AutoFocus theme: http://wordpress.org/extend/themes/autofocus

    One word of advice: don’t. It hasn’t been updated in over 2 years, which means that you will be running into all sorts of problems.

    You’d be much better off using a different theme. For example, this search turns up several portfolio themes:
    http://wordpress.org/extend/themes/search.php?q=portfolio

    Always check the update and support history of any theme or plugin before installing it. Save yourself a lot of headaches 🙂

    Thread Starter fork123

    (@fork123)

    I should say this is a very good advice. But avery bad timing. this theme has to last at least one month without touching it. I just send my applications out with this portfolio as reference. After thatI will follow your advice. I realized that it comes to fatal breakdowns when i install additional plugins right now. so no plugins for now. 🙂
    Stillno idea how to change the powered by line. any idea?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘remove proudly powered by’ is closed to new replies.