Title: improdia's Replies | WordPress.org

---

# improdia

  [  ](https://wordpress.org/support/users/improdia/)

 *   [Profile](https://wordpress.org/support/users/improdia/)
 *   [Topics Started](https://wordpress.org/support/users/improdia/topics/)
 *   [Replies Created](https://wordpress.org/support/users/improdia/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/improdia/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/improdia/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/improdia/engagements/)
 *   [Favorites](https://wordpress.org/support/users/improdia/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Ads Sidebar] Post specific Ads disappear whenever the post is updated and saved again.](https://wordpress.org/support/topic/post-specific-ads-disappear-whenever-the-post-is-updated-and-saved-again/)
 *  [improdia](https://wordpress.org/support/users/improdia/)
 * (@improdia)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/post-specific-ads-disappear-whenever-the-post-is-updated-and-saved-again/#post-5789830)
 * There appears to be a bug, I fixed it.
 * Go to the plugin editor in WP, select the Custom Ads Widget from the box top 
   right then when editing the file custom-ads-sidebar.php and find the line which
   reads:
 * echo'<input type=”text” name=”‘.$meta_box[‘name’].'” size=”175″ />
   ‘;
 * and change it to:
 * echo'<input type=”text” name=”‘.$meta_box[‘name’].'” value=”‘.$meta_box_value.'”
   size=”175″ />
   ‘;
 * I also commented out the following lines because I do not want a default ad displayed
   if none is set in the post:
 *  /*
    echo “<a href='”; echo get_option(‘adssidebar_adside_link’); echo “‘>”; 
   echo “<img src='”; echo get_option(‘adssidebar_adside_image’); echo “‘ “; echo“
   width='”; echo get_option(‘adssidebar_adside_width’); echo “‘>”; echo “”; */

Viewing 1 replies (of 1 total)