This is searchable archive of our old support forums, which operated from 2012 - 2016. To find out how to get support for your current theme, please visit our support page.

Single Post Featured Image Default

  • Creator
    Topic
  • #22705
    Matthew MacMillan
    Participant

    Hi all,

    I’ve got my single posts set to display the featured image at the top. It appears to be using the “Theme Blvd XL” image size. Is there any way to tell it to use “Theme Blvd M” instead?

    I’m not going for a smaller visual size, so much as I’m trying to load a smaller image, for two reasons. First, page load speed. Second and more important, it appears that when you share this post to Facebook, it grabs the featured image displayed on the page, and that’s too large. So I’m trying mostly to address that issue.

    Here’s one of the pages I’m talking to: http://viningslake.staging.wpengine.com/known/

    Any help is appreciated!

    PS. I know sometimes I don’t jump back on and give thanks or feedback. Sorry, we have a newborn, and I’m too busy by half. I promise someday I will go back to all my posts and say thank you… You guys rock!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Author
    Replies
  • #22713
    Jason Bobich
    Keymaster

    Hello,

    This is probably the simplest solution I could suggest. Copy content.php to your child theme, and then were you see:

    <?php themeblvd_the_post_thumbnail(); ?>

    Just pass in the image size you want to the function, overriding the complexity the theme is going through to figure it out for different situations.

    <?php themeblvd_the_post_thumbnail('tb_medium'); ?>
    #22736
    Matthew MacMillan
    Participant

    Perfect, Thank you! I was so close… I had “medium” in there.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.