Title: seq0's Replies | WordPress.org

---

# seq0

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [can not upload image (adding new post)](https://wordpress.org/support/topic/can-not-upload-image-adding-new-post/)
 *  [seq0](https://wordpress.org/support/users/seq0/)
 * (@seq0)
 * [16 years ago](https://wordpress.org/support/topic/can-not-upload-image-adding-new-post/page/2/#post-1314548)
 * Hi. I had similar problem but with editing images. Uploading works just fine.
   I didn’t see image in edit window, and all admin wasn’t working properly ( refreshing
   pages after save options etc.), until I deleted this code from my functions.php
 *     ```
       <?php function new_excerpt_length($length) {
       	return 20;
       }
       add_filter('excerpt_length', 'new_excerpt_length');
       ?>
       ```
   
 * Now everything works like a charm, but I need to find some solution for word 
   limit.
 * Hope it helps!

Viewing 1 replies (of 1 total)