Forums

Changing the footer links in Atahualpa Theme (2 posts)

  1. richgate
    Member
    Posted 1 year ago #

    Would like to know which template (footer.php, main index.php, etc.) or css style sheet I have to look in to find the actual text for the footer, wordpress and bytes for all links. I cannot find them anywhere. I'm stumped !!! Thanks in advance Rich Gately

  2. zeaks
    Member
    Posted 1 year ago #

    In the Edit Themes Page select “Theme Functions”(functions.php) on the right side of the screen.
    A little less than a quarter of the way down the functions.php code you will find:

    function footer_output($footer_content) {
    $footer_content .= ‘<br />Powered by <a href=”http://wordpress.org/”>WordPress</a> & the <a href=”http://wordpress.bytesforall.com/” title=”Customizable WordPress themes”>Atahualpa Theme</a> by <a href=”http://www.bytesforall.com/” title=”BFA Webdesign”>BytesForAll</a>. Discuss on our <a href=”http://forum.bytesforall.com/” title=”Atahualpa & WordPress”>WP Forum</a>’;
    return $footer_content;

    return $footer_content;`

    Change that entire section with:

    function footer_output($footer_content) { return $footer_content;

    Click Update File

Topic Closed

This topic has been closed to new replies.

About this Topic