mirror of
https://ghproxy.net/https://github.com/AlxMedia/featureon.git
synced 2025-08-26 11:38:56 +08:00
Change name to Featureon
This commit is contained in:
parent
600ce12d26
commit
49be53b495
30 changed files with 594 additions and 594 deletions
2
page.php
2
page.php
|
@ -6,7 +6,7 @@
|
|||
|
||||
<div class="image-container">
|
||||
<?php if ( has_post_thumbnail() ) {
|
||||
the_post_thumbnail('magazinertwo-huge');
|
||||
the_post_thumbnail('featureon-huge');
|
||||
$caption = get_post(get_post_thumbnail_id())->post_excerpt;
|
||||
if ( isset($caption) && $caption ) echo '<div class="image-caption">'.$caption.'</div>';
|
||||
} ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue