Title: Reporting a Theme?
Last modified: August 19, 2016

---

# Reporting a Theme?

 *  [anela](https://wordpress.org/support/users/anela/)
 * (@anela)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/reporting-a-theme-1/)
 * I’m sorry if this is covered elsewhere, I don’t spend a lot of time around here
   these days.
 * How do we go about reporting a theme that’s posted on wordpress.org? Last I heard
   they weren’t allowed to hide links in the code, correct?
 * The Wasteland theme:
    [http://wordpress.org/extend/themes/wasteland](http://wordpress.org/extend/themes/wasteland)
   It has a hidden link in the footer to emailaddresspro.com and not only this, 
   but the author saw fit to encode the footer:
 * `<?php eval(base64_decode('Pz4gPGRpdiBpZD0iZm9vdGVyIj4N....`
 * Also, for anyone out there using this theme and wanting to get rid of the link,
   simply delete everything out of the footer file and replace it with:
 *     ```
       <div id="footer">
   
       <p><?php _e('Copyright',''); ?> © <?php print(date(__('Y',''))); ?> <a href="<?php bloginfo('url'); ?>" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a>
       &nbsp;</p>
   
       </div>
       </div></div>
       <?php wp_footer(); ?>
       </body>
       </html>
       ```
   
 * All that does is decode the code and remove the link.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [whooami](https://wordpress.org/support/users/whooami/)
 * (@whooami)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/reporting-a-theme-1/#post-1251957)
 * I applaud you for posting that here, but I think it also needs to go here:
 * themes
 * AT
 * wordpress
 * DOT
    org
 * and thats an [email address](http://wordpress.org/extend/themes/contact/).
 *  Thread Starter [anela](https://wordpress.org/support/users/anela/)
 * (@anela)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/reporting-a-theme-1/#post-1251971)
 * awesome, thanks
 *  [funwithmoms](https://wordpress.org/support/users/funwithmoms/)
 * (@funwithmoms)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/reporting-a-theme-1/#post-1252280)
 * I want to delete the lovley “acne” link that is posted right after my name, this
   is what my footer sais in apearence. my site- [http://www.funwithmoms.com](http://www.funwithmoms.com),
   it’s on the bottem right.
 * > /***** FOOTER *****/
   >  #footer { float: left; width: 990px; height: 30px; margin:
   > 0 0 10px 5px; padding: 0; display: inline; background: #514424 url(images/horz-
   > bg.jpg) repeat; } #footer p { font-size: .9em; width: 900px; height: 30px; 
   > float: right; line-height: 18px; padding: 5px 10px 0 10px; text-align: right;
   > color: #dbcfb0; } #footer a { color: #d4be87; }
 * is this the “footer” area I delete and replace?
 * Amber

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Reporting a Theme?’ is closed to new replies.

 * 3 replies
 * 3 participants
 * Last reply from: [funwithmoms](https://wordpress.org/support/users/funwithmoms/)
 * Last activity: [15 years, 10 months ago](https://wordpress.org/support/topic/reporting-a-theme-1/#post-1252280)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
