Title: Include Standard WordPress Posts
Last modified: January 28, 2019

---

# Include Standard WordPress Posts

 *  Resolved [sven2019](https://wordpress.org/support/users/sven2019/)
 * (@sven2019)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/include-standard-wordpress-posts/)
 * Hi there,
 * I would like to display my posts from the wordpress standard post section as 
   well with this plugin.
 * Is there a way to modifiy the php-code that it loads posts additionaly from the
   WP standard post folder?
 * Greetings
 * Sven

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

 *  [anoopranawat](https://wordpress.org/support/users/anoopranawat/)
 * (@anoopranawat)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/include-standard-wordpress-posts/#post-11147362)
 * Hello,
 * If you are looking for a plugin that works with your WordPress existing Post,
   please use our plugin ‘Blog Designer – Post and Widget’
 * Thanks
 *  Thread Starter [sven2019](https://wordpress.org/support/users/sven2019/)
 * (@sven2019)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/include-standard-wordpress-posts/#post-11151749)
 * Thanks for your reply. Unfortunately I like the style from WP Blog and Widget
   much more. Especially because there seems to be a automatic scaling of the pictures
   so each post is shown in uniform size (which looks much better then different
   vertical sizes).
 *  [anoopranawat](https://wordpress.org/support/users/anoopranawat/)
 * (@anoopranawat)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/include-standard-wordpress-posts/#post-11151921)
 * Hello [@sven2019](https://wordpress.org/support/users/sven2019/)
 * If you are using `[blog]` this shortcode then go to `wp-blog-and-widgets/wp-blog-
   and-widgets.php` line no 231 find
 * `$post_type = 'blog_post';`
 * and replace with
 * `$post_type = 'post';`
 * Next, go to line no 245 same in the same file and find
 * `'taxonomy' => 'blog-category',`
 * and replace with
 * `'taxonomy' => 'category',`
 * Note:- your changes will lose when the plugin will update.
 * Thanks

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

The topic ‘Include Standard WordPress Posts’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-blog-and-widgets_1f4463.svg)
 * [WP Blog and Widgets](https://wordpress.org/plugins/wp-blog-and-widgets/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-blog-and-widgets/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-blog-and-widgets/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-blog-and-widgets/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-blog-and-widgets/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-blog-and-widgets/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [anoopranawat](https://wordpress.org/support/users/anoopranawat/)
 * Last activity: [7 years, 3 months ago](https://wordpress.org/support/topic/include-standard-wordpress-posts/#post-11151921)
 * Status: resolved