Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #52936
    shelbyjl5
    Member

    Hi,
    I’d like to customize the “Posted on March 6, 2015 — Leave a reply” by removing the link to the date, and removing “Posted on” and “leave a reply” altogether.

    Then I’d like to customize the font/color of the date.

    In the end, I’d just like to have the date (without it being hyperlinked).

    I’m working with a child theme. Any suggestions?

    Thank you,
    Shelby

    #52972
    Sakin
    Keymaster

    For posted on you need to copy function catchevolution_posted_on() from catchevolution-functions.php file and paste in you child theme functions.php file and edit it as per your need and to remove leave a reply you need to copy content.php file in your child theme and edit the code
    <?php comments_popup_link(__('Leave a reply', 'catchevolution'), __('1 Comment &darr;', 'catchevolution'), __('% Comments &darr;', 'catchevolution')); ?>

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