Title: andkon's Replies | WordPress.org

---

# andkon

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Thumbnail link to image attachment page is not full sized!](https://wordpress.org/support/topic/thumbnail-link-to-image-attachment-page-is-not-full-sized/)
 *  Thread Starter [andkon](https://wordpress.org/support/users/andkon/)
 * (@andkon)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/thumbnail-link-to-image-attachment-page-is-not-full-sized/#post-628990)
 * Solved:
 * wp-includes –> post-template.php –>
 *     ```
       function prepend_attachment($content) {
       	$p = '<p class="attachment">';
       	$p .= get_the_attachment_link(false, true, array(400, 300));
       	$p .= '</p>';
       	$p = apply_filters('prepend_attachment', $p);
   
       	return "$p\n$content";
       }
       ```
   
 * Change the array(x,y) to whatever maximum value you want!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Thumbnail link to image attachment page is not full sized!](https://wordpress.org/support/topic/thumbnail-link-to-image-attachment-page-is-not-full-sized/)
 *  Thread Starter [andkon](https://wordpress.org/support/users/andkon/)
 * (@andkon)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/thumbnail-link-to-image-attachment-page-is-not-full-sized/#post-628986)
 * Anyone know where and which file I need to edit?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Thumbnail link to image attachment page is not full sized!](https://wordpress.org/support/topic/thumbnail-link-to-image-attachment-page-is-not-full-sized/)
 *  Thread Starter [andkon](https://wordpress.org/support/users/andkon/)
 * (@andkon)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/thumbnail-link-to-image-attachment-page-is-not-full-sized/#post-628866)
 * **Anyone?** Help would be much appreciated!
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Are these possible?](https://wordpress.org/support/topic/are-these-possible/)
 *  Thread Starter [andkon](https://wordpress.org/support/users/andkon/)
 * (@andkon)
 * [20 years, 8 months ago](https://wordpress.org/support/topic/are-these-possible/#post-255178)
 * Cool, I’ll look more into WordPress then. Thanks!

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