I would like to have my portfolio only be the images and not include the titles below the pictures.
What is the easiest way to go about taking care of this?
Thank You!
Open content-*.php and replace this line:
<<?php pinboard_title_tag( 'post' ); ?> class="entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></<?php pinboard_title_tag( 'post' ); ?>>
with this:
<?php if( is_category( pinboard_get_option( 'portfolio_cat' ) ) || in_category( pinboard_get_option( 'portfolio_cat' ) ) ) : ?>
<<?php pinboard_title_tag( 'post' ); ?> class="entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></<?php pinboard_title_tag( 'post' ); ?>>
<?php endif; ?>
Hi Daniel,
I tried this suggestion of yours but it removed to blog titles instead of my portfolio titles. Any ideas what could have gone wrong?
Thanks,
Ashley
http://www.lineswetrace.com