Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter rr03

    (@rr03)

    i kinda solved this too but not the exactly way i wanted. at the end of posts there was “category” and “tags”

    in the index when i delete codes below, both tags and category becomes invisible. but if i delete just “tags” part all site is gone. any idea to just remove tags but keep the categories?

    <!–BEGIN .entry-meta .entry-footer–>
    <div class=”entry-meta entry-footer”>
    <?php if ( pureline_get_terms( ‘cats’ ) ) { ?>
    <span class=”entry-categories”><?php _e(‘Posted in’, ‘pure-line’ ); ?> <?php echo pureline_get_terms( ‘cats’ ); ?></span>
    <?php } ?><?php if ( pureline_get_terms( ‘cats’ ) && pureline_get_terms( ‘tags’ ) ) { ?><span class=”meta-sep”>-</span><?php } ?>
    <?php if ( pureline_get_terms( ‘tags’ ) ) { ?>
    <span class=”entry-tags”><?php _e(‘Tagged’, ‘pure-line’ ); ?> <?php echo pureline_get_terms( ‘tags’ ); ?></span>
    <?php } ?>
    <!–END .entry-meta .entry-footer–>
    </div>

    Thread Starter rr03

    (@rr03)

    now it works when i just delete tags part. probably at first i jest deleted some more than necessary to cause damage.
    now it looks neat:)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme: Pure Line] tags are visible’ is closed to new replies.