I defined a div which is 200px * 200px for my thumbnails using the code below in my index.php file: <ul> <?php $my_query = new WP_Query('showposts=10&cat=3'); while ($my_query->have_posts()): $my_query->the_post();...
I am using WordPress 4.9.7 and I am trying to develop a plugin that downloads an image from a website and saves it in the media library and sets...
By default, the Gutenberg Gallery Block outputs full size images in 3 columns. This is excessive, especially on mobile, so I would like to set it in the theme...
I’m using WP CLI wp media regenerate to resize my thumbnails. I’ve noticed something a bit weird. The original image I upload is a JPEG with a resolution (DPI)...
Tried setting the thumbnail size, but left medium + large to 0 0 to disable them, still all 3 were generated. Is there anyway to selectively disable these via...
we’ve been using List Category Posts to display different category posts on one page and it was working great until recently when the thumbnail images disappear. The ‘thumbnail=yes’ option...
I just updated to WP3.4 and discovered that previously available images are no longer “found” by the system. By this I mean that all the image files remain online...
In my index.php file, I’m trying to create a thumbnail for each post with the size width: 200px and height 142px. And on the single.php, I would ike for...
I run a Multisite installation with 10 blogs. All the other blogs work fine except for one where any image that’s uploaded does not show up in the media...
I am using Underscores.me for a project. I’d like to add the featured image (thumbnail) to the previous / next post links. They have a function which I’m trying...