Title: [Plugin: Sidebar Generator] Fix for WordPress 3.4
Last modified: August 20, 2016

---

# [Plugin: Sidebar Generator] Fix for WordPress 3.4

 *  [ksmandersen](https://wordpress.org/support/users/ksmandersen/)
 * (@ksmandersen)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-sidebar-generator-fix-for-wordpress-34/)
 * Since this plugin has not been updated in a while i went bug hunting myself. 
   There are two places in the sidebar_generator.php file that `<?=` was used. Replacing
   these with `<?php echo` instead made everything work for me again.
 * [http://wordpress.org/extend/plugins/sidebar-generator/](http://wordpress.org/extend/plugins/sidebar-generator/)

Viewing 1 replies (of 1 total)

 *  [Grendel1001](https://wordpress.org/support/users/grendel1001/)
 * (@grendel1001)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-sidebar-generator-fix-for-wordpress-34/#post-2830823)
 * I tried to replace those, and still nothing.
 * This is what I tried:
    First: `<select name="sidebar_generator[<?=$i?>]">` to
   this `<select name="sidebar_generator[<?php echo$i?>]">`
 * Second:
    `<select name="sidebar_generator_replacement[<?=$i?>]">` to this `<select
   name="sidebar_generator_replacement[<?php echo$i?>]">`

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Sidebar Generator] Fix for WordPress 3.4’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/sidebar-generator.svg)
 * [Sidebar Generator](https://wordpress.org/plugins/sidebar-generator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/sidebar-generator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/sidebar-generator/)
 * [Active Topics](https://wordpress.org/support/plugin/sidebar-generator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sidebar-generator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sidebar-generator/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Grendel1001](https://wordpress.org/support/users/grendel1001/)
 * Last activity: [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-sidebar-generator-fix-for-wordpress-34/#post-2830823)
 * Status: not resolved