• I’m just wondering how to decode this:

    <div class=”endline”></div>
    <!– footer start –>
    <div id=”footer” class=”clearfix”>
    <div class=”credit”>
    Copyright © <?php echo date(“Y”); ?>
    “><?php bloginfo(‘name’); ?>.
    All rights reserved. Powered by WordPress

    <?php // This theme is licensed under CC3.0, you are not allowed to modify/remove our link without permission.
    // Please make sure that you keep all credit links intact. Thank you for supporting us making more FREE creative themes.?>
    <div class=”footer_c”>Travel Accessories, Tours In Austin, SharePoint Server. Easily edit, renew and upgrade domains with a premium domain hosting management system or control panel online.</div>

    </div>
    </div>
    <!– footer end –>
    </div></div></div></div>
    <!– wrapper end –>
    <?php wp_footer(); ?>

    The second half where all the links are, when I try to remove them..my whole theme disappears. Can anyone help? Thanks in advance!

Viewing 8 replies - 1 through 8 (of 8 total)
  • it’s because the theme has checks in it’s functions.php file to do exactly what you describe
    and perhaps you missed this part?
    This theme is licensed under CC3.0, you are not allowed to modify/remove our link without permission.

    if you want to modify a theme legally, you need to find one with a GPL license – most credible ones have this

    Thread Starter Uzma

    (@uzma)

    Well I’m not removing the links totally. I would like to link it on the credits page instead of a sidebar/footer.

    Short answer; you can’t. Themes like this are often rigged to fail if you change anything in the footer. Do yourself a favour – use another theme. Encrypted themes should be avoided like the plague.

    Thread Starter Uzma

    (@uzma)

    :/ Every theme I seem to like and want to use has got same issue. It would be nice if the links weren’t of some stupid hotels and sex/drug sites.

    That’s actually, easily fixed, link me to the theme please.

    Thread Starter Uzma

    (@uzma)

    I’ll get it cleaned up for you tomorrow, if you leave your email address I’ll email the cleaned out files to you directly, if you still wish to use it.

    However usually with themes like this there are more issues than just encoded links, they are usually extremely poorly coded and rarely work properly with current versions of WordPress.

    Thread Starter Uzma

    (@uzma)

    you can email it to me at [ email redacted ]

    Really appreciate it. Thanks so much!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Theme Footer’ is closed to new replies.