-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontent-instagram.php
More file actions
24 lines (19 loc) · 871 Bytes
/
Copy pathcontent-instagram.php
File metadata and controls
24 lines (19 loc) · 871 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<article class="instagram">
<?php do_action( 'zah_content_header', $post ); ?>
<div class="inner">
<h1 class="title">
<time datetime="<?php echo get_post_time( 'c', true ) ?>">
<?php if( !is_singular() ) { ?>
<a href="<?php the_permalink(); ?>"><?php the_time( get_zah_time_format() ); ?></a>
<?php } else { ?>
<?php the_time( get_zah_time_format() ); ?>
<?php } ?>
</time>
</h1>
<h2 class="time-stamp"><?php echo how_old_was_zadie(); ?></h2>
<?php zah_the_instagram_media(); ?>
<?php the_content(); ?>
<p class="via">(via <a href="<?php echo $post->guid; ?>" data-ga-category="instagram-via" data-ga-label="@<?php echo esc_attr( get_instagram_username() ); ?>|<?php echo esc_url( get_permalink() );?>">@<?php echo get_instagram_username(); ?></a>)</p>
</div>
<?php do_action( 'zah_content_footer', $post ); ?>
</article>