Title: [Plugin: Google Analytics for WordPress] Position select not showing properly
Last modified: August 19, 2016

---

# [Plugin: Google Analytics for WordPress] Position select not showing properly

 *  [EmileBourquin](https://wordpress.org/support/users/emilebourquin/)
 * (@emilebourquin)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/plugin-google-analytics-for-wordpress-position-select-not-showing-properly/)
 * In Google Analytics for WordPress version 3.2.5, there is a bug with the Position
   select code.
 * Currently, it is:
 *     ```
       <option value="footer" '.checked($options['position'],true,false).'>In the footer (default)</option>
       <option value="header" '.checked($options['position'],true,false).'>In the header</option>
       ```
   
 * It should be:
 *     ```
       <option value="footer" '.selected($options['position'],'footer',false).'>In the footer (default)</option>
       <option value="header" '.selected($options['position'],'header',false).'>In the header</option>
       ```
   

The topic ‘[Plugin: Google Analytics for WordPress] Position select not showing 
properly’ is closed to new replies.

 * 0 replies
 * 1 participant
 * Last reply from: [EmileBourquin](https://wordpress.org/support/users/emilebourquin/)
 * Last activity: [16 years, 4 months ago](https://wordpress.org/support/topic/plugin-google-analytics-for-wordpress-position-select-not-showing-properly/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
