- This topic has 2 replies, 2 voices, and was last updated 1 week, 5 days ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
I need help to remove author+fav (heart icon) section from the blog listing.
I am using Grid 3 Columns layout.
Okay, I found it by commenting <span class="inline-block widgetsubtitle"><?php echo esc_html__( 'by ', 'wanium' ); the_author_posts_link() ?></span>
and echo tlg_framework_like_display();
(to remove the heart icon) from templates/post/inc-content-boxed.php
file.
Thanks
Hi! Thanks for your explanation and I’m glad you sorted it out.
You may want to use child-theme so that your changes won’t be lost on theme updates.
Best regards,
Danny