Title: Jpeg format problem
Last modified: August 30, 2016

---

# Jpeg format problem

 *  Resolved [Stranek](https://wordpress.org/support/users/stranek/)
 * (@stranek)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/jpeg-format-problem/)
 * Hello all work ok post will be added but i cant add jpeg format why ?
 * I have this error:
    2015-10-13 21:16.34: [WARNING] Extension not allowed:/var/
   www/elo/data/www/trendmoto.pl/wp-content/uploads/2015/10/dsc6225_q.jpeg 2015-
   10-13 21:16.34: [WARNING] Stripped src.
 * I can change it beacuse i have the same rss 4 month now i have problem
 * [https://wordpress.org/plugins/wpematico/](https://wordpress.org/plugins/wpematico/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [etruel](https://wordpress.org/support/users/etruel/)
 * (@etruel)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/jpeg-format-problem/#post-6644951)
 * hi Stranek
    this will be fixed in next version to include also jpeg files. will
   be released next week.
 * if you can’t wait, for advanced users there is also a filter to change allowed
   files types:
 * You can try add on your theme **functions.php** or somewhere:
 *     ```
       add_filter('wpematico_allowext', 'my_allowed_ext',10,1);
       function my_allowed_ext($exts) {
           return $exts.',jpeg';
       }
       ```
   
 * Note, the code was not tested, is just an example.

Viewing 1 replies (of 1 total)

The topic ‘Jpeg format problem’ is closed to new replies.

 * ![](https://ps.w.org/wpematico/assets/icon-256x256.jpg?rev=2757072)
 * [WPeMatico RSS Feed Fetcher](https://wordpress.org/plugins/wpematico/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpematico/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpematico/)
 * [Active Topics](https://wordpress.org/support/plugin/wpematico/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpematico/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpematico/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [etruel](https://wordpress.org/support/users/etruel/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/jpeg-format-problem/#post-6644951)
 * Status: resolved