$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>How do I change the size of the feature picture of a single post?|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

How do I change the size of the feature picture of a single post?

matteradmin10PV0评论

Every time I select a featured photo for a single post, the size is always adjusted and it's massive. I have changed the size of the photo within WordPress, outside of WordPress, added code to functions, added widgets and still cannot seem to change the picture size. I may need hands on help as I have followed most videos on this topic and cannot figure it out. Please help! I think it has to do with the child theme I am using, which is Ace Blog, a child of Adventure Blog.

Every time I select a featured photo for a single post, the size is always adjusted and it's massive. I have changed the size of the photo within WordPress, outside of WordPress, added code to functions, added widgets and still cannot seem to change the picture size. I may need hands on help as I have followed most videos on this topic and cannot figure it out. Please help! I think it has to do with the child theme I am using, which is Ace Blog, a child of Adventure Blog.

Share Improve this question edited Feb 18, 2019 at 12:01 tmdesigned 1,6751 gold badge14 silver badges17 bronze badges asked Feb 18, 2019 at 3:22 Dylan FlanneryDylan Flannery 1 2
  • Thank you for sharing your problem in wordpress.stackexchange. Let me know actual link of single post page and also let me know which image size you want to display on that page via child theme. so I can help you. – Tanmay Patel Commented Feb 18, 2019 at 4:16
  • What's the code being used to display your featured image? And which registered image size is being used? – Tom J Nowell Commented Feb 18, 2019 at 4:28
Add a comment  | 

2 Answers 2

Reset to default 0

If you changed the picture and the size still the same, it's either your code that displays it or just browser caching.

If you wanted to view the image after you update the size, try using incognito.

I'm being quite abstract here, give more info if this doesn't work.

I ended up going into the html and figuring out what size simple images was using and changed it. Thanks!

Post a comment

comment list (0)

  1. No comments so far