Viewing 3 posts - 1 through 3 (of 3 total)
-
alex.cramer
ParticipantI 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!
Daniel Tara
KeymasterOpen 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; ?>
a.l.r
ParticipantHi 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
Viewing 3 posts - 1 through 3 (of 3 total)
Tagged: portfolio
You must be logged in to reply to this topic.