Scaling Blog Post and Search Results Images

Discussion in 'Squirrel WordPress Theme' started by saravalkenburg, Dec 24, 2013.

  1. saravalkenburg

    saravalkenburg New Member

    Joined:
    Nov 1, 2013
    Messages:
    4
    Likes Received:
    0
    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!
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    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(); ?>
    [​IMG]


    Similarly, do the same process with the loop.php file.

    This will solve your issue.
     

Share This Page