This topic has 6 replies, 2 voices, and was last updated 9 years, 8 months ago by Anonymous.
Viewing 7 posts - 1 through 7 (of 7 total)
Can you tell me where you wish to remove the post dates whether it’s in all the blog posts or in some other place? Send me the screenshot so that I can advise you.
Like I said… everywhere. I don’t need them at all for this website. Specifically, I need them removed from the “You might also like” links, screenshot attached. My site is about a 3-day music festival in October. Showing blog post dates will confuse everyone and my client will not like it.
Replace this line echo '<a href="'.esc_url( get_permalink( $post->ID ) ).'">'. get_the_title(). '</a> - <span>'.get_the_date().'</span>';
with
echo '<a href="'.esc_url( get_permalink( $post->ID ) ).'">'. get_the_title(). '</a>';
in iva-generator.php and see.
Also add this in style.css or in theme options custom css section.
.iva-pm-postin {
display: none !important;
}
Thanks! It works if I make the change to iva-generator.php in the main theme. Again, this doesn’t work in the child theme so there’s 2 edits I’ll now have to re-change when theme updates happen. Wish it would work in the child theme. Thanks for the fix though. It was really important to get rid of those dates to avoid confusion on the actual concert dates.
Unable to access your files through wpide plugin. Allow access to edit the files so that I can fix the issue in child theme.
Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic.