Hi eoft11. Is this your site? https://barenedaily.com/
My images do not appear on my homepage
To have the post image displayed in the Featured Post the post needs to have a featured image and needs to be set to use the Image post format.
I have a post that has 5 images but only two shows up in the post.
Which post?
I want to remove authors name and date updated from my posts
1. Create a child theme following these instructions:
https://docs.presscustomizr.com/article/239-using-a-child-theme-with-hueman
2. Copy the file /parts/single-author-date.php from the parent theme to the same path in your child theme.
3. At the top of the file remove this code:
<?php _e('by','hueman'); ?>
<span class="vcard author">
<span class="fn"><?php the_author_posts_link(); ?></span>
</span> & middot;
4. In the middle section remove this code:
& middot; <?php _e('Updated', 'hueman'); ?> <time class="updated" datetime="<?php the_modified_date( get_option('date_format') ); ?>"><?php the_modified_date( get_option('date_format') ); ?></time>