It is now 2 days that I go around the administration of the theme but I can not absolutely show the image highlighted in the individual posts.
I also ruined this official guide:
https://docs.presscustomizr.com/article/109-customizr-theme-options-single-posts-featured-image
But these passages in the free theme are not there.
Can anyone help me out?
Thank you
In Hueman, the post featured image can be displayed in the single post content by selecting the “Image” post format.
This is documented here : https://docs.presscustomizr.com/article/353-how-to-show-the-post-featured-image-on-top-of-the-post-with-the-hueman-theme
In a site with many posts I can’t go to manually edit every post …
In all or themes, the image of defoult must be seen automatically and uncut if inserted in the posts.
WordPress allows you to operate “Bulk actions” to edit several posts at a time, including changing the post format. See this post : https://www.dailyblogtips.com/save-time-with-the-wordpress-quick-edit-and-bulk-actions-features/
I know this option but I don’t understand why in an excellent theme and with many functions like yours, then there is no option to see the featured images of defoult (you have set this option for the pages). All blogs have image highlights. How can you show the cropped highlighted image?
I agree, this has been designed like this historically but this is not consistent with the way pages handle featured image, and pretty unusual in the WordPress theme’s landscape.
I’ll explore a new option in the next release, similar to the one of the page, allowing user to display the post featured image, cropped or not.
Thanks for your useful feedback.
Ti ringrazio molto. Vorrei usare il tuo tema per un sito di una radio con varie visite ma senza le immagini in evidenza non ritagliate non posso usarlo. Potresti dirmi che modifica manuale posso fare al tema nel frattempo che aspetto. Grazie
For a developer, this can be done by modifying the theme templates.
For your PHP customizations, a good practice is to use a child theme if not done already. I also recommend to visit the WordPress developer resources and https://wordpress.stackexchange.com to start customizing your theme.
Important : it is not recommended to try customizing your theme templates if you’re not sure of what you’re doing.
unfortunately not so change the theme. could you tell me the line of code and add it to the file to have the default images not resized?
I solved!!!!
In the file parts/single-heading.php added below this line of code.
<?php if( has_post_thumbnail()) { the_post_thumbnail(); } ?>