Hi,
Try this plugin: http://wordpress.org/plugins/thumbnail-upscale/
You can find more info about this here: https://forum.tagdiv.com/topic/full-size-or-large-images-in-posts/#post-15786
Or you can try to enlarge the thumb image via css.
Your css should look something like this for the big slider large image thumb.
.td-big-grid-post-0 .thumb-wrap img {
width: 100%;
}
Thanks
@congchi1
Hi, forgot to get back to you sorry; and Marius answered already. thumbnail-upscale is the one that I use. Works perfectly with Newspaper 🙂
I also use Auto Post Thumbnail PRO, which automatically creates a featured image/thumbnail for older posts which only have an image “placed” into the posts.
Easy way is custom CSS:
#td-top-search {
display: none !important;
}
(Less easy but technically better way is to edit menu-header.php and menu-header-center.php in a child theme and remove the content of the div whose ID I just quoted.)


