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(); ?>
<article>
<header>
<hero
imgurl="<?php echo get_the_post_thumbnail_url(); ?>"
link="<?php echo get_permalink(); ?>"
text="<?php echo get_the_title(); ?>">
</hero>
<h3><?php echo get_the_title(); ?></h3>
<img src="<?php echo get_the_post_thumbnail_url(); ?>" alt="<?php echo get_the_title(); ?>">
</header>