• iondion

    (@iondion)


    Hi! I just installed a cool theme, I think, named retina theme from the WordPress theme installation system. Everything went smooth until I realized there is no way, and I mean NO way to delete that 2 links that appear in the footer section, one for WordPress site and for those who made the theme. In the theme options there is a way to change the default copyright statement with a custom statement but in either cases those links stay there and there is no way to delete them…I searched almost all of their words on all the files that appear on Appearance/Editor section, I inspected the page source with Firebug but I did not find any clue yet… So please help… !!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Clayton James

    (@claytonjames)

    Lines 333-334 in /retina/lib/functions/utility.php

    Thread Starter iondion

    (@iondion)

    You are genius!! How did u find that?? And what you recommend me to do?? Erase them?

    Clayton James

    (@claytonjames)

    I just searched the theme directory for the “grid_5 grid_credit” div class using a grep-like program.

    You can edit it, or just comment it out if you like. Notice the commenting before: <!-- and after: --> line 333:

    <!-- <?php printf( __( '%s Theme by', 'retina' ), $retina_theme_data['Name'] ); ?> <a href="<?php echo $retina_theme_data['AuthorURI']; ?>" title="WPAisle">WPAisle</a> ⋅ <a href="http://wordpress.org/" title="WordPress">WordPress</a> -->

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to erase footer links from the Retina Theme??’ is closed to new replies.