• Spiedr

    (@spiedr)


    There seems to be an issue with the Technical Speech Theme. When you click on Appearance>Technical Speech Theme Settings the page redirects a few times before ending in a “this page has been suspended by host” issue.
    I’ve deleted and reinstalled but to no effect.
    Don’t know what the fix could be.

Viewing 1 replies (of 1 total)
  • Chip Bennett

    (@chipbennett)

    I would guess that the problem is this code in functions.php, which is part of the Theme Settings page:

    <div class="stuffbox">
    	<h3>Support the Developer</h3>
    	<div class="inside">
    	<?php echo file_get_contents("https://technicalspeech.co.cc/theme_ad.php"); ?>
    	</div>
    </div>

    (That file_get_contents() that is attempting to pull in code from an external website is very bad form for themes, and this Theme should probably be suspended.)

    I would recommend using a different Theme.

    Alternately, you could try deleting this line:

    <?php echo file_get_contents("https://technicalspeech.co.cc/theme_ad.php"); ?>

    And see if you are able to get to the Theme Settings page.

Viewing 1 replies (of 1 total)
  • The topic ‘Technical Speech’ is closed to new replies.