Support » Plugins » [Plugin: Facebook Vinyl] New Galleries not appearing in category template

  • I’m using Facebook Vinyl and have since October 2012. For the most part, I like the plugin. However, I have one issue and that is any new Galleries I create in my clients’ FB brand page, do not appear in my WP site. I’m incorporating the gallery inside of a category template. This is the code I’m using:

    <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    
    		<?php if ( is_search() ) : // Only display Excerpts for Search ?>
    		<div class="entry-summary">
    			<?php the_excerpt(); ?>
    		</div><!-- .entry-summary -->
    		<?php else : ?>
    		<div class="entry-content">
    			<a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php if (class_exists('MultiPostThumbnails')) : MultiPostThumbnails::the_post_thumbnail('post', 'secondary-image'); endif; ?></a>
    			<h2 class="photo-content"><?php the_excerpt(); ?></h2>
    			<?php wp_link_pages( array( 'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>', 'after' => '</div>' ) ); ?>
    		</div><!-- .entry-content -->
    		<?php endif; ?>
    
    	</article><!-- #post-<?php the_ID(); ?> -->
  • The topic ‘[Plugin: Facebook Vinyl] New Galleries not appearing in category template’ is closed to new replies.