Support » Plugin: Sync Facebook Events » [Plugin: Sync Facebook Events] Any way to exclude FB events from posts?

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