Title: konar's Replies | WordPress.org

---

# konar

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Missing letter ‘s’ in excerpt.](https://wordpress.org/support/topic/missing-letter-s-in-excerpt/)
 *  Thread Starter [konar](https://wordpress.org/support/users/konar/)
 * (@konar)
 * [9 years ago](https://wordpress.org/support/topic/missing-letter-s-in-excerpt/#post-9444349)
 * Ok, i found it! 🙂
 * It was error in function made for limited excerpt by character:
 *     ```
       function get_excerpt(){
       $excerpt = get_the_content();
       $excerpt = preg_replace(" ([.*?])",'',$excerpt);
       $excerpt = strip_shortcodes($excerpt);
       $excerpt = strip_tags($excerpt);
       $excerpt = substr($excerpt, 0, 100);
       $excerpt = substr($excerpt, 0, strripos($excerpt, " "));
       $excerpt = trim(preg_replace( '/\s+/', ' ', $excerpt));
       $excerpt = $excerpt.'...';
       return $excerpt;
       }
       ```
   
 * There was missing “\” in “/\s+/” 🙂
 * Thank everyone for help.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Missing letter ‘s’ in excerpt.](https://wordpress.org/support/topic/missing-letter-s-in-excerpt/)
 *  Thread Starter [konar](https://wordpress.org/support/users/konar/)
 * (@konar)
 * [9 years ago](https://wordpress.org/support/topic/missing-letter-s-in-excerpt/#post-9442711)
 * > Try to deactivate one plugin at a time and force reload with ctrl-F5 every 
   > time.
 * Complitly no effect.
    -  This reply was modified 9 years ago by [konar](https://wordpress.org/support/users/konar/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Missing letter ‘s’ in excerpt.](https://wordpress.org/support/topic/missing-letter-s-in-excerpt/)
 *  Thread Starter [konar](https://wordpress.org/support/users/konar/)
 * (@konar)
 * [9 years ago](https://wordpress.org/support/topic/missing-letter-s-in-excerpt/#post-9442638)
 * Letter “s” is missing only in excerpts, in title it is ok, for example first 
   post (missing “s” is putted in [s]):
 * Title: “Centralne instalacje filtrowentylacyjne dla stanowisk spawalniczych”
   
   Excerpt: “Projektujemy, wykonujemy a na[s]tępnie do[s]tarczamy i montujemy wielo[
   s]tanowi[s]kowe in[s]talacje…”
    -  This reply was modified 9 years ago by [konar](https://wordpress.org/support/users/konar/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Missing letter ‘s’ in excerpt.](https://wordpress.org/support/topic/missing-letter-s-in-excerpt/)
 *  Thread Starter [konar](https://wordpress.org/support/users/konar/)
 * (@konar)
 * [9 years ago](https://wordpress.org/support/topic/missing-letter-s-in-excerpt/#post-9442552)
 * Thank You Steven for Your response.
    I did everything You asked to, but nothing
   have changed. The theme is build over WordPress theme Twenty Thirteen version
   1.9 – maybe this will give some clues.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP eCommerce] Email error](https://wordpress.org/support/topic/email-error-5/)
 *  [konar](https://wordpress.org/support/users/konar/)
 * (@konar)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/email-error-5/#post-8210732)
 * OMG I’m blind, You are rught!
    Thank You! It works now. 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP eCommerce] Email error](https://wordpress.org/support/topic/email-error-5/)
 *  [konar](https://wordpress.org/support/users/konar/)
 * (@konar)
 * [10 years ago](https://wordpress.org/support/topic/email-error-5/#post-8204873)
 * I have this error too, and I’m using WordPress 4.6.1.
 * How can I fix it?

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