Thanks Alex…!!
————————————————
Hi!
Thanks for that image, makes it easy to understand.
Remove the following lines from single.php with a child theme:
<?php get_template_part(‘inc/page-title’); ?>
And:
<p class=”post-byline”><?php _e(‘by’,’hueman’); ?> <?php the_author_posts_link(); ?> · <?php the_time(get_option(‘date_format’)); ?></p>
And there you go!
Hi! Alex
Thanks for Help….!!
—————————–
Hi – thanks! Theme Options > Blog > Post Navigation > Below content
Alexander Agnarson
Thanks for your help!
———————————-
Thanks!
In /inc/featured.php on line 67, locate:
slideshow: false,
Change that to:
slideshow: true,
And there you go 🙂
As for the title on top of the image, you would need to wrap title + description in a div, put it inside the featured image div, and put something like:
background: rgba(0,0,0,0.7); position: absolute; bottom: 0; right: 0; left: 0;
On it.