HEX
Server: Apache/2.4.41 (Amazon) OpenSSL/1.0.2k-fips PHP/5.6.40
System: Linux ip-172-31-40-18 4.14.146-93.123.amzn1.x86_64 #1 SMP Tue Sep 24 00:45:23 UTC 2019 x86_64
User: apache (48)
PHP: 5.6.40
Disabled: NONE
Upload Files
File: /var/www/html/pmw24/wp-content/themes/PunjabMotor/template-parts/content.php
<?php
/**
 * The template part for displaying content
 *
 * @package WordPress
 * @subpackage Punjab_Motor
 * @since Punjab Motor 1.0
 */
?>

<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
	<div class="entry-header">
		<?php if ( is_sticky() && is_home() && ! is_paged() ) : ?>
			<span class="sticky-post"><?php _e( 'Featured', 'PunjabMotor' ); ?></span>
		<?php endif; ?>

		<?php the_title( sprintf( '<h2 class="entry-title"><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h2>' ); ?>
	</div><!-- .entry-header -->

	<?php PunjabMotor_excerpt(); ?>

	<?php //PunjabMotor_post_thumbnail(); ?>
	<?php if ( has_post_thumbnail() ) { ?>
		<img class="img img-responsive" src="<?php bloginfo('template_url'); ?>/admin/timthumb/timthumb.php?src=<?php the_post_thumbnail_url('full'); ?>&a=c&q=70&w=512&h=391" alt="about image">
	<?php } else { ?>
		<img class="img img-responsive" src="<?php esc_url( bloginfo('template_directory')); ?>/assets/images/noimage.jpg" width="303" height="176" alt="no image img" />
	<?php } ?>

	<div class="entry-content">
		<?php
			/* translators: %s: Name of current post */
			the_content( sprintf(
				__( 'Continue reading<span class="screen-reader-text"> "%s"</span>', 'PunjabMotor' ),
				get_the_title()
			) );
		?>
	</div><!-- .entry-content -->

	
</article><!-- #post-## -->