No Titles on Portfolio Entries

Viewing 3 posts - 1 through 3 (of 3 total)
  • #13125
    alex.cramer
    Participant

    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!

    #13139
    Daniel Tara
    Keymaster

    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; ?>
    #13823
    a.l.r
    Participant

    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

Viewing 3 posts - 1 through 3 (of 3 total)

Tagged: 

You must be logged in to reply to this topic.