Title: Variable does not display
Last modified: August 19, 2016

---

# Variable does not display

 *  [paulmichael](https://wordpress.org/support/users/paulmichael/)
 * (@paulmichael)
 * [16 years ago](https://wordpress.org/support/topic/variable-does-not-display/)
 * Hi,
    I took advantage of the guide: [http://net.tutsplus.com/tutorials/wordpress/how-to-create-a-better-wordpress-options-panel/](http://net.tutsplus.com/tutorials/wordpress/how-to-create-a-better-wordpress-options-panel/)
 * Everything works, but these settings appear on the blog.
 * In my **functions.php** file:
 *     ```
       array( "name" => "Footer admin mail",
       	"desc" => "E-mail admina.",
       	"id" => $shortname."_footer_mail",
       	"type" => "text",
       	"std" => ""),
       ```
   
 * and in the **footer.php** file:
 *     ```
       <form action="<?php echo stripslashes(get_option('bl_footer_mail')); ?>" id="contactForm" method="post">
       ```
   
 * Why **bl_footer_mail** is not displayed?
    Even in the loop, anywhere.
 * Please help.

Viewing 1 replies (of 1 total)

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years ago](https://wordpress.org/support/topic/variable-does-not-display/#post-1520448)
 * And where are you storing bl_footer_mail in the wp_options table?

Viewing 1 replies (of 1 total)

The topic ‘Variable does not display’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [esmi](https://wordpress.org/support/users/esmi/)
 * Last activity: [16 years ago](https://wordpress.org/support/topic/variable-does-not-display/#post-1520448)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
