Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 KB | None | 0 0
  1. <article id="manga_post_<?php the_ID(); ?>">
  2.  
  3. <section id="manga_post_content_wrapper">
  4.  
  5. <header id="manga_post_header">
  6.  
  7. <h1 id="manga_post_title"><?php the_title(); ?></h1>
  8.  
  9. </header>
  10.  
  11. <div id="manga_post_content">
  12.  
  13. <aside class="advertisement">
  14. <!-- Ezoic - manga-top-horizontal - top_of_page -->
  15. <div id="ezoic-pub-ad-placeholder-104"></div>
  16. <!-- End Ezoic - manga-top-horizontal - top_of_page -->
  17. </aside>
  18.  
  19. <div id="webcomic" class="post-webcomic" data-webcomic-shortcuts data-webcomic-gestures data-webcomic-container>
  20. <div class="webcomic-image">
  21. <?php next_webcomic_link(get_webcomic_media()); ?>
  22. </div>
  23. <nav class="webcomic-below">
  24. <?php //first_webcomic_link(); ?>
  25. <?php previous_webcomic_link(); ?>
  26. <?php next_webcomic_link(); ?>
  27. <?php //last_webcomic_link(); ?>
  28. </nav>
  29.  
  30. <hr class="divider_bar" />
  31.  
  32. <div class="webcomic-transcript">
  33. <h2 style="padding: 10px;">Transcriptions</h2>
  34. <?php get_real_transcripts(get_the_ID()); ?>
  35. </div>
  36.  
  37. </div>
  38.  
  39. <aside class="advertisement">
  40. <!-- Ezoic - manga-bottom-horizontal - bottom_of_page -->
  41. <div id="ezoic-pub-ad-placeholder-103"></div>
  42. <!-- End Ezoic - manga-bottom-horizontal - bottom_of_page -->
  43. </aside>
  44.  
  45. </div>
  46.  
  47. <hr class="divider_bar" />
  48.  
  49. <footer id="blog_post_footer">
  50.  
  51. <aside id="advertisement">
  52. <!-- Ezoic - manga-bottom-horizontal - bottom_of_page -->
  53. <div id="ezoic-pub-ad-placeholder-103"></div>
  54. <!-- End Ezoic - manga-bottom-horizontal - bottom_of_page -->
  55. </aside>
  56.  
  57. <aside id="blog_post_footer_social_media">
  58.  
  59. <span class="facebook_like_blog footer_social_media_links footer_social_media_links_facebook">
  60. <iframe src="https://www.facebook.com/plugins/like.php?href=<?php echo urlencode(get_permalink($post->ID)); ?>&amp;layout=button_count&amp;show_faces=false&amp;
  61. width=30&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" class="facebook_like_blog_iframe">
  62. </iframe>
  63. </span>
  64.  
  65. <span class="blog_post_twitter footer_social_media_links">
  66. <a href="https://twitter.com/share" class="twitter-share-button" data-url="<?php the_permalink() ?>" data-text="" data-count="horizontal" data-via="derekpadula">Tweet</a><script type="text/javascript" src="https://platform.twitter.com/widgets.js"></script>
  67. </span>
  68.  
  69. </aside>
  70.  
  71. <hr class="divider_bar" />
  72.  
  73. <div class="fb-like-box fb_footer_box" data-href="https://www.facebook.com/pages/The-Dao-of-Dragon-Ball/291746590854799" data-width="680" data-height="240" data-show-faces="true" data-stream="false" data-header="false"></div>
  74.  
  75. </footer>
  76.  
  77. <hr class="divider_bar" />
  78.  
  79. <div id="blog_comments_wrapper">
  80. <?php comments_template('', true); ?>
  81. </div>
  82.  
  83. </section>
  84.  
  85. </article>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement