Comments HalloDeutsch started the conversationFebruary 17, 2018 at 9:05amDear 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,092Oliver repliedFebruary 19, 2018 at 9:12amHi, You need to edit:/wp-content/themes/thegem/content-blog-item.phpline 72Add 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 lineBefore 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, Oliver1 Like Sign in to reply ...
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
Hi,
You need to edit:
/wp-content/themes/thegem/content-blog-item.php
line 72
Add this:
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