One Hat Cyber Team
Your IP :
216.73.216.216
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
wordpress
/
wp-content
/
themes
/
papyrus
/
View File Name :
single.php
<?php global $papyrus_option; get_header(); ?> <!-- post section starts here --> <div id="post_section"> <?php if (have_posts()) : ?> <?php $count = 0; while (have_posts()) : the_post(); $count++; ?> <!-- Actual Post starts here --> <div <?php post_class('actual_post') ?> id="post-<?php the_ID(); ?>"> <div class="actual_post_title"> <h2><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'papyrus_wdl' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h2> </div> <div class="actual_post_author"> <div class="actual_post_posted"><?php _e('Posted by :','papyrus_wdl'); ?><span><?php the_author() ?></span> <?php _e('On :','papyrus_wdl'); ?> <span><?php the_time(get_option( 'date_format' )) ?></span></div> <div class="actual_post_comments"><?php comments_number( '0', '1', '%' ); ?></div> </div> <div class="metadata"> <p> <span class="label"><?php _e('Category:', 'papyrus_wdl') ?></span> <span class="text"><?php the_category(', ') ?></span> </p> <?php the_tags('<p><span class="label">'.__('Tags:','papyrus_wdl').'</span><span class="text">', ', ', '</span></p>'); ?> </div><!-- /metadata --> <div class="post_entry"> <?php if(!empty($papyrus_option['main']['ads_single_300'])) : ?> <div class="post_ad_single"> <?php echo $papyrus_option['main']['ads_single_300']; ?> </div> <?php endif; ?> <div class="entry"> <?php the_content(__('<span>Continue Reading >></span>', 'papyrus_wdl')); ?> <div class="clear"></div> <?php wp_link_pages( array( 'before' => '<div class="page-link"><span>' . __( 'Pages:', 'papyrus_wdl' ) . '</span>', 'after' => '</div>' ) ); ?> </div> <?php if(!empty($papyrus_option['main']['ads_single_468'])) : ?> <div class="post_ad"> <?php echo $papyrus_option['main']['ads_single_468']; ?> </div> <?php endif; ?> </div> </div> <!-- Actual Post ends here --> <?php comments_template(); ?> <?php endwhile; ?> <?php endif; ?> </div> <!-- post section ends here --> <?php get_sidebar(); ?> <?php get_footer(); ?>