HEX
Server: LiteSpeed
System: Linux cp4.porkbun.com 5.14.0-611.20.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jan 14 06:35:04 EST 2026 x86_64
User: vxblllubpkafjsjw (1110)
PHP: 8.4.19
Disabled: NONE
Upload Files
File: /data0/brighttherapyllc.com/.trash/salute/templates/post/header.php
<?php

/**
 * Post heade template
 *
 * @package vamtam/salute
 */

global $post;

$title = get_the_title();

if ( ! $blog_query->is_single() && ! empty( $title ) ) :
	?>
		<header class="single">
			<div class="content">
				<h5>
					<a href="<?php the_permalink() ?>" title="<?php the_title_attribute()?>" class="entry-title"><?php the_title(); ?></a>
				</h5>
			</div>
		</header>
	<?php
endif;