HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ns3133907 6.8.0-86-generic #87-Ubuntu SMP PREEMPT_DYNAMIC Mon Sep 22 18:03:36 UTC 2025 x86_64
User: cssnetorguk (1024)
PHP: 8.2.28
Disabled: NONE
Upload Files
File: //home/qualitydent.co.uk/public_html/wp-content/themes/publication/template-parts/content-hero.php
<?php
/**
 * The template part for displaying the first post in index view.
 *
 * @package Publication
 */

?>

<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
	<div class="hentry-inner">
		<div class="entry-wrapper">
			<header class="entry-header">
				<div class="entry-meta">
					<?php publication_categories(); ?>
				</div><!-- .entry-meta -->

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

			<div class="entry-summary">
				<?php the_excerpt(); ?>
			</div><!-- .entry-summary -->
		</div><!-- .entry-wrapper -->
	</div><!-- .hentry-inner -->
</article><!-- #post-## -->