Forum Replies Created

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

    (@lmrhummer)

    Hi Roseanneluvr, my apologies for the delay. In editor – content.php – I removed the following code:

    <div class=”date”>“><?php the_time( ‘M d Y’ ); ?></div>
    <?php endif; ?>
    <?php if ( comments_open() || ( ‘0’ != get_comments_number() && ! comments_open() ) ) : ?>
    <div class=”comments”><?php comments_popup_link( __( ‘Leave a comment’, ‘quintus’ ), __( ‘1 Comment’, ‘quintus’ ), __( ‘% Comments’, ‘chunk’ ) ); ?></div>
    <?php endif; ?>
    <span class=”cat-links”><?php the_category( ‘, ‘ ); ?></span>
    <?php edit_post_link( __( ‘Edit’, ‘chunk’ ), ‘<span class=”edit-link”>’, ‘</span>’ ); ?>
    </div>

    Good luck — I hope that works for you!

    Thread Starter lmrhummer

    (@lmrhummer)

    Ah, how could I have missed that? Thank you! I just added a different content type to the CSS omitting that code for the customized page templates, so that the blog page will still display the border.

Viewing 2 replies - 1 through 2 (of 2 total)