remove hero from single post

This commit is contained in:
ed barz 2023-03-27 21:48:30 +02:00
parent 45c7eabedf
commit fb3eb0c906
1 changed files with 5 additions and 6 deletions

View File

@ -1,11 +1,10 @@
<?php get_header(); ?> <?php get_header(); ?>
<article> <article>
<header> <header>
<hero
imgurl="<?php echo get_the_post_thumbnail_url(); ?>" <h3><?php echo get_the_title(); ?></h3>
link="<?php echo get_permalink(); ?>" <img src="<?php echo get_the_post_thumbnail_url(); ?>" alt="<?php echo get_the_title(); ?>">
text="<?php echo get_the_title(); ?>">
</hero>
</header> </header>
@ -26,7 +25,7 @@ foreach( $tags as $tag ) {
?> ?>
</section> </section>
<br> <br>
<br> <br>
<footer class="article-detail"> <footer class="article-detail">
<div class="byl-container row"> <div class="byl-container row">