• 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.