Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1472204
Delete date in blog post title
Closed

Comments

  • HalloDeutsch started the conversation

    Dear Codex Themes-Team!

    How can I delete the date in the title of a blog post ?

    What settings do I have to change?

    I attached a picture of what I want to delete.

    Thank you in advance


  •  7,280
    Oliver replied

    Hi, 

    You need to edit:

    /wp-content/themes/thegem/content-blog-item.php

    line 72

    Add this:

    <?php the_title('<'.(is_sticky() && !is_paged() ? 'h2' : 'h3').' class="entry-title"><a href="' . esc_url(get_permalink()) . '" rel="bookmark"><span class="light">', '</span></a></'.(is_sticky() && !is_paged() ? 'h2' : 'h3').'>'); ?>
    

    Excerpt the old line

    Before the editing copy this file to the child theme for the safety feature updates. 

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver