HEX
Server: Apache
System: Linux host.hizmetvakfi.org 4.18.0-553.16.1.el8_10.x86_64 #1 SMP Thu Aug 8 07:11:46 EDT 2024 x86_64
User: sinanpasha (1007)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/sinanpasha/ru.sinanpasha.org/wp-content/themes/pulse/page.php
<?php get_header(); ?>

<div id="main">

	<?php while (have_posts()) : the_post(); ?>
	
	<div class="post_header">
		<h1 class="title">
			<a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'wpzoom' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a>
		</h1>
		
		<div class="header_meta">
			<?php edit_post_link( __('Edit', 'wpzoom'), '<span>', '</span>'); ?>	
   		</div>
		<div class="clear"></div>
	</div>

 	<div class="post">
 
		<div class="entry">
			<?php the_content(); ?>
			<div class="clear"></div>
			<?php wp_link_pages( array( 'before' => '<div class="page-link"><span>' . __( 'Pages:', 'wpzoom' ) . '</span>', 'after' => '</div>' ) ); ?>
			<div class="clear"></div>
		</div><!-- .entry -->
 
		<div class="clear"></div>
		
		<?php if (option::get('comments_page') == 'on') { ?>
			<div id="comments">
				<?php comments_template(); ?>  
			</div>
		<?php } ?>
 
  		<?php endwhile; ?>
	</div><!-- .post -->
	
	<?php get_sidebar();  ?>
 
	<div class="clear"></div>
</div>

<?php get_footer(); ?>