remove hero from single post
This commit is contained in:
parent
45c7eabedf
commit
fb3eb0c906
|
@ -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>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue