Title: Help Code added to Theme Functions
Last modified: August 21, 2016

---

# Help Code added to Theme Functions

 *  [emberjd123](https://wordpress.org/support/users/emberjd123/)
 * (@emberjd123)
 * [13 years ago](https://wordpress.org/support/topic/help-code-added-to-theme-functions/)
 * Hi urgent help needed please. I’m new to this and have made a big mistake. I 
   added `.inpostbox {border: 1px solid #000000; font: Arial;}` to the Theme Functions
   under Editor. I then deleted the code. Now the whole layout of the website has
   been altered [](http://www.emberjd.com/). Getting messages and can’t seem to 
   logout of dashboard.
    `Warning: session_start() [function.session-start]: Cannot
   send session cache limiter - headers already sent (output started at /home/emberjdc/
   public_html/wp-content/themes/pod/functions.php:27) in /home/emberjdc/public_html/
   wp-content/plugins/si-contact-form/si-contact-form.php on line 1997`

Viewing 1 replies (of 1 total)

 *  [kjodle](https://wordpress.org/support/users/kjodle/)
 * (@kjodle)
 * [13 years ago](https://wordpress.org/support/topic/help-code-added-to-theme-functions/#post-3788382)
 * This`.inpostbox {border: 1px solid #000000; font: Arial;}` is CSS and belongs
   in the theme’s stylesheet, not it’s functions.php file, which should only contain
   PHP.
 * The “headers already sent” message most likely means that you have a space before
   the opening `<?php` tag or after the closing `?>` tag. (Other possibilities are
   [highly googlable](https://www.google.com/search?num=50&newwindow=1&client=firefox-a&hs=01g&rls=org.mozilla%3Aen-US%3Aofficial&channel=rcs&q=wordpress+headers+already+sent&oq=wordpress+headers+already+sent&gs_l=serp.3...12157.13202.0.13838.10.7.0.0.0.0.0.0..0.0...0.0...1c.1.14.serp.J-jnlENavkc).)
 * You shouldn’t edit your theme’s core files, btw. You should use a child theme,
   instead.

Viewing 1 replies (of 1 total)

The topic ‘Help Code added to Theme Functions’ is closed to new replies.

## Tags

 * [theme functions](https://wordpress.org/support/topic-tag/theme-functions/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [kjodle](https://wordpress.org/support/users/kjodle/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/help-code-added-to-theme-functions/#post-3788382)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
