Hello, When creating a blog post, is there a way that the image can automatically rescale so that it doesn't only show the bottom half? I suppose I could resize the image so that it's the same size as allowed, but that doesn't solve the next part... Is there a way that the search results image scales to condense? It's OK if there is white space on either side. Attached is an example. Thank you!
Hello, I think you want the full content of post on blog page and on search page. To achieve this go to the blog.php page present in your theme directory and paste the code given below as instructed in the image given below. Code: <?php the_content(); ?> Similarly, do the same process with the loop.php file. This will solve your issue.