• Resolved sven2019

    (@sven2019)


    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)
  • Plugin Author Anoop Ranawat

    (@anoopranawat)

    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

    (@sven2019)

    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).

    Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello @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.