• Resolved preacherboy86

    (@preacherboy86)


    When my FB events sync daily, in addition to posting them on The Events Calendar, they also post to my front page list of blog posts as well.

    Is there a way to exclude these FB events from a list of posts? If it helps, my very basic query for the loop is:

    <?php $args = array(
        'post_type' => 'post',
        'orderby'   => 'DESC',
        'showposts' => '1'
    );
    query_posts( $args );
    if (have_posts()) : ?>

    http://wordpress.org/extend/plugins/sync-facebook-events/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mark Nelson

    (@markpdxt)

    Thanks for the heads up – I have corrected this and released version 1.0.6. The events will no longer show as a standard wp post.

    Thread Starter preacherboy86

    (@preacherboy86)

    Awesome! Thanks so much Mark!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Sync Facebook Events] Any way to exclude FB events from posts?’ is closed to new replies.