Title: aoidja's Replies | WordPress.org

---

# aoidja

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

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

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Alpha/Beta/RC](https://wordpress.org/support/forum/alphabeta/)
    In 
   reply to: [image_default_link_type](https://wordpress.org/support/topic/image_default_link_type/)
 *  [aoidja](https://wordpress.org/support/users/aoidja/)
 * (@aoidja)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/image_default_link_type/page/2/#post-3254756)
 * Is there a way to manually change the image_default_size?
 * And for
 *     ```
       function mytheme_setup() {<br />
       	// Set default values for the upload media box<br />
       	update_option('image_default_align', 'center' );<br />
       	update_option('image_default_link_type', 'none' );<br />
       	update_option('image_default_size', 'large' );<br />
       }<br />
       add_action('after_setup_theme', 'mytheme_setup');
       ```
   
 * Which are placeholder names that you are using in there?
 * *backticks not working for me?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [? Adding a wide widget area to existing theme](https://wordpress.org/support/topic/adding-a-wide-widget-area-to-existing-theme/)
 *  Thread Starter [aoidja](https://wordpress.org/support/users/aoidja/)
 * (@aoidja)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/adding-a-wide-widget-area-to-existing-theme/#post-3648535)
 * Thanks 🙂
 * I wanted a certain widget to appear after the main content within the body.
    
   But I managed to do it with align. And just have the code written after the main
   content.
 * Not sure how exactly to explain but I got it!

Viewing 2 replies - 1 through 2 (of 2 total)