- This topic has 3 replies, 2 voices, and was last updated 10 years, 3 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Legacy Theme Support › take post image out of widget
Tagged: featured image, page image
I am showing a featured page in a widget and I want the photo on the page. However, when the page shows up in the widget (legacy home-bottom-message) it is huge. If I use the featured image in the post it comes out the size I would like. How do I keep the image on the page but have only the featured image show in the widget? Thank you in advance for your help.
http://www.ultimatelifestyleteam.com (I took the image off Ron’s page for now and the widget is showing the featured image. I want to put the image back on his page but don’t want it showing up twice in the widget (it shows up huge if I let the image from the page show up).
You should be able to select an image size in the widget settings. You can also add your own size by adding it in your functions.php file (with the others)….and then you can select that size in the widget.
Thank you for replying. Yes, I see that I can change the size in the widget – this is only for the featured image. The problem is if I have the image in the post as well (so that it shows on the post page) then it comes out huge – I do not know how to change the size of the post image.
Are you uploading the images into your post? If so, WordPress offers a way in the upload settings to adjust the size. If not, you can adjust the size by manually adding in the code inline. example – <img width="300" height="150" src="link_to_your_image.jpg">