Forum Replies Created

Viewing 1 replies (of 1 total)
  • I have confirmed this solution but have a little more detail to add. You must comment out the below line and use the comment format like <!– line to comment out –>.

    <article class="post hentry">
    							<?php if( has_post_format( 'video' ) ) : ?>
    								<?php pinboard_post_video(); ?>
    							<?php else : ?>
    								<?php if( has_post_thumbnail() ) : ?>
    
    This is the line to comment out and in this example i have already added the comment formatting.
    <!--<a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?>">-->
    
    									<?php the_post_thumbnail( 'slider-thumb' ); ?>
    									</a>
    								<?php endif; ?>
    <h2 class="entry-title">
    <a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" rel="bookmark"><?php the_title(); ?></a></h2>

    I hope this helps someone in the future. The Pinboard theme is really pretty nice to use.

Viewing 1 replies (of 1 total)