Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #13437

    Hello Sakin,
    How can I edit the footer are below each post?

    It currently says…

    Posted in Accessories, Home Decor, Sewing | Leave a reply | Edit

    What if I’d rather have two lines:

    Posted in Accessories, Home Decor, Sewing
    8 Comments – Join the Conversation

    http://interiorsalvagedesign.com/

    Many thanks!
    Maryann

    #13470
    Sakin
    Keymaster

    @interiorsalvage: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to make it 2 lines.

    .entry-meta .sep { display: none; }
    .entry-meta .comments-link { clear: both; display: block; }

    About the comment. It will display 8 Replies if there are comments posted. If there is no comment then it will display Leave a reply. To modify this text is bit technical. You have to build child theme and copy the content-single.php and edit it the code <?php comments_popup_link(__('Leave a reply', 'catcheverest'), __('1 Reply', 'catcheverest'), __('% Replies', 'catcheverest')); ?>

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Edit Footer Entry-Meta’ is closed to new replies.