HEX
Server: Apache
System: Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
User: ws67301310 (67301310)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /homepages/4/d4297730999/htdocs/wordpress/wp-content/themes copy/twentyeleven/content.php
<?php

/**

 * The default template for displaying content

 *

 * @package WordPress

 * @subpackage Twenty_Eleven

 * @since Twenty Eleven 1.0

 */

?>



	<article id="post-<?php the_ID(); ?>" <?php post_class(); ?> style="width:750px">

		<header class="entry-header">

			<?php if ( is_sticky() ) : ?>

				<hgroup>

					<h2 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h2>

					

					<h3 class="entry-format"><?php _e( 'Featured', 'twentyeleven' ); ?></h3>

				</hgroup>

			<?php else : ?>

			<h1 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h1>

			<?php endif; ?>



			



			<span style="font:normal 12px georgia,times new roman,serif;color:#666"><?php the_date(); ?></span>

		</header><!-- .entry-header -->



		<?php if ( is_search() ) : // Only display Excerpts for Search ?>

		<div class="entry-summary">

			<?php the_excerpt(); ?>

		</div><!-- .entry-summary -->

		<?php else : ?>

		<div class="entry-content" id="noimage">

			<?php the_content(); ?>

			<a class="readfull" href="<?php the_permalink(); ?>">Read the full article</a>

		</div><!-- .entry-content -->

		<?php endif; ?>



		

	</article><!-- #post-<?php the_ID(); ?> -->