How to display only article titles?
Question
In https://www.problogger.gr/blog/ how can modify theme to remove Excerpt and read more button from all posts in /blog. I want to show ONLY post title. I’ve tried this
p.more-link {
display: none !important;
}
and this:
function modify_read_more_link() {
return ”;
}
add_filter( ‘the_content_more_link’, ‘modify_read_more_link’ );
without success.
0
excerpt, posts, read-more
3 years
2020-06-02T10:10:25-05:00
2020-06-02T10:10:25-05:00 0 Answers
102 views
0
Leave an answer