One Hat Cyber Team
Your IP :
216.73.216.135
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
/
squirrel
/
View File Name :
single.php
<?php /** * The Template for displaying all single posts. * */ ?> <?php get_header(); ?> <div class="clear"></div> <div class="page-content"> <div class="grid_16 alpha"> <div class="content-bar"> <!-- Start the Loop. --> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="post"> <h1 class="post_title"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h1> <ul class="post_meta"> <li class="posted_by"><span><?php _e('Posted by', 'squirrel'); ?></span> <?php the_author_posts_link(); ?></li> <li class="post_date"><span><?php _e('on', 'squirrel'); ?></span> <?php echo get_the_time('M, d, Y') ?></li> <li class="post_category"><span><?php _e('in', 'squirrel'); ?></span> <?php the_category(', '); ?></li> <li class="postc_comment"><span><?php _e('Blog', 'squirrel'); ?></span> <?php comments_popup_link('No Comments.', '1 Comment.', '% Comments.'); ?></li> </ul> <div class="post_content"> <?php the_content(); ?> <div class="clear"></div> <?php if (has_tag()) { ?> <div class="tag"> <?php the_tags('Post Tagged with ', ', ', ''); ?> </div> <?php } ?> <?php wp_link_pages(array('before' => '<div class="clear"></div><div class="page-link"><span>' . __('Pages:', 'squirrel') . '</span>', 'after' => '</div>')); ?> </div> </div> <div class="clear"></div> <nav id="nav-single"> <span class="nav-previous"> <?php previous_post_link('%link', __('<span class="meta-nav">←</span> Previous Post ', 'squirrel')); ?> </span> <span class="nav-next"> <?php next_post_link('%link', __('Next Post <span class="meta-nav">→</span>', 'squirrel')); ?> </span> </nav> <!--End post--> <?php endwhile; endif; ?> <!--End Loop--> <!--Start Comment box--> <?php comments_template(); ?> <!--End Comment box--> </div> </div> <div class="grid_8 omega"> <!--Start Sidebar--> <?php get_sidebar(); ?> <!--End Sidebar--> </div> </div> </div> <?php get_footer(); ?>