Advertisement
Guest User

Untitled

a guest
Aug 5th, 2012
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. <?php get_header(); ?>
  2. <div id="content" class="grid_12 <?php echo of_get_option('blog_sidebar_pos') ?>">
  3. <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
  4. <div id="post-<?php the_ID(); ?>" <?php post_class('post'); ?>>
  5. <article class="single-post">
  6. <header>
  7. <h1><?php the_title(); ?></h1>
  8. </header>
  9.  
  10.  
  11. <div class='featured-thumbnail large'>
  12. <div class='img-wrap'>
  13. <div class='f-thumb-wrap'>
  14. <img src='wp-content/uploads/2012/05/act_recruit_news.jpg' />
  15. </div>
  16. </div>
  17. </div>
  18.  
  19.  
  20. <!-- AddThis Button BEGIN -->
  21. <div class="addthis_toolbox addthis_default_style ">
  22. <a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
  23. <a class="addthis_button_tweet"></a>
  24. <a class="addthis_button_google_plusone" g:plusone:size="medium"></a>
  25. <a class="addthis_counter addthis_pill_style"></a>
  26. </div>
  27. <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4f3c2fc23ed53536"></script>
  28. <!-- AddThis Button END --><br><br>
  29. <?php the_tags( $before, $sep, $after ); ?><br><br>
  30. <div class="post-content">
  31. <?php the_content(); ?>
  32. <?php wp_link_pages('before=<div class="pagination">&after=</div>'); ?>
  33. </div><!--.post-content-->
  34. </article>
  35.  
  36. </div><!-- #post-## -->
  37.  
  38. <form action="https://nbge.createsend.com/t/j/s/yuhhuk/" method="post" id="subForm">
  39. <table cellspacing="5" cellpadding="5" border="5" bordercolor="#09F"rules="none" frame="box" width="100%">
  40.  
  41. <tr valign="top">
  42. <td colspan="2" align="left" valign="middle"><h2>Subscribe to our mailing list</h2>To keep up to date with all the latest news and promotions, subscribe to our mailing list.<br></td>
  43. </tr>
  44. <tr valign="top">
  45. <td align="right">Your
  46. <label for="yuhhuk-yuhhuk">Email address:</label></td>
  47. <td><input type="text" name="cm-yuhhuk-yuhhuk" id="yuhhuk-yuhhuk" size="30" /></td>
  48. </tr>
  49. <tr>
  50. <td></td>
  51. </tr>
  52. <tr valign="top">
  53. <td></td>
  54. <td><input type="submit" value="Subscribe" /></td>
  55. </tr>
  56. </table>
  57. </form>
  58. <br><br>
  59.  
  60. <nav class="oldernewer">
  61. <div class="older">
  62. <?php previous_post_link('%link', '&laquo; Previous post') ?>
  63. </div><!--.older-->
  64. <div class="newer">
  65. <?php next_post_link('%link', 'Next Post &raquo;') ?>
  66. </div><!--.newer-->
  67. </nav><!--.oldernewer-->
  68.  
  69. <?php comments_template( '', true ); ?>
  70.  
  71. <?php endwhile; /* end loop */ ?>
  72. </div><!--#content-->
  73. <?php get_sidebar(); ?>
  74. <?php get_footer(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement