Title: Technical Speech
Last modified: August 19, 2016

---

# Technical Speech

 *  [Spiedr](https://wordpress.org/support/users/spiedr/)
 * (@spiedr)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/technical-speech-1/)
 * 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](https://wordpress.org/support/users/chipbennett/)
 * (@chipbennett)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/technical-speech-1/#post-1949422)
 * I would guess that the problem is [this code in functions.php](http://themes.svn.wordpress.org/technical-speech/1.1/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("http://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("http://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.

## Tags

 * [technical speech](https://wordpress.org/support/topic-tag/technical-speech/)

 * 1 reply
 * 2 participants
 * Last reply from: [Chip Bennett](https://wordpress.org/support/users/chipbennett/)
 * Last activity: [15 years, 3 months ago](https://wordpress.org/support/topic/technical-speech-1/#post-1949422)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
