• Resolved Amal Murali

    (@amalmurali47)


    Hello, I’m having a new theme installed on my WordPress blog and I’m unable to remove the irrelevant links from my footer as the site goes down with a message when I do so. Here is my functions.php code ( i don’t know what should I post here, but I’m pasting the part which I think is relevant and is causing the trouble):

    if (!empty($_REQUEST["theme_license"])) { wp_initialize_the_theme_message(); exit(); } function wp_initialize_the_theme_message() { if (empty($_REQUEST["theme_license"])) { $theme_license_false = get_bloginfo("url") . "/index.php?theme_license=true"; echo "<meta http-equiv=\"refresh\" content=\"0;url=$theme_license_false\">"; exit(); } else { echo ("<p style=\"padding:20px; margin: 20px; text-align:center; border: 2px dotted #0000ff; font-family:arial; font-weight:bold; background: #fff; color: #0000ff;\">All the links in the footer should remain intact, until you buy links free theme version.</p>"); } }

    It isn’t encrypted and I’ve spend so much time Googling for a solution. I hope I can get some help here. Thanks in advance. ??

Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Removing Footer Links – Site Going Down’ is closed to new replies.