Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- * The template for displaying all single posts.
- *
- * @package wave
- */
- get_header(); ?>
- <div id="primary" class="content-area">
- <main id="main" class="site-main" role="main">
- <?phphttp://hipster.comli.com/wp-admin/theme-editor.php?file=inc%2Fextras.php&theme=wave
- while ( have_posts() ) : the_post();
- get_template_part( 'template-parts/content', get_post_format() );?>
- <div class="author-bio">
- <div class="author-image"><?php echo get_avatar( get_the_author_meta('email'), '110' ); ?></div>
- <div class="author-info">
- <h3 class="author-title"><?php _e('Writen by ', 'wave'); ?><?php the_author_link(); ?></h3>
- <p class="author-description"><?php the_author_meta('description'); ?></p>
- </div>
- <!--END .author-bio-->
- <div id="subscribe-box">
- <h4>Berlangganan Artikel Via Email</h4>
- <p>Suka dengan artikel diatas? Jangan lewatkan postingan-postingan menarik lainnya dengan berlangganan artikel yang akan dikirim otomatis ke alamat Email Anda.</p>
- <div class="emailfield">
- <form action="http://feedburner.google.com/fb/a/mailverify" method="post" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=HipsterZine', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" target="popupwindow">
- <input type="email" name="email" placeholder="Ketik Alamat Email Anda !" required="required">
- <input type="hidden" value="HipsterZine" name="uri">
- <input type="hidden" name="loc" value="en_US">
- <input class="submitbutton" type="submit" value="Lanjutkan">
- </form>
- </div>
- </div>
- </div>
- <?php
- // If comments are open or we have at least one comment, load up the comment template.
- if ( comments_open() || get_comments_number() ) :
- comments_template();
- endif;
- endwhile; // End of the loop.
- ?>
- </main><!-- #main -->
- </div><!-- #primary -->
- <?php
- get_sidebar();
- get_footer();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement