HEX
Server: Apache
System: Linux pdx1-shared-a1-14 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: burgaska (13506502)
PHP: 8.1.32
Disabled: NONE
Upload Files
File: /home/burgaska/conductingmovements.com/wp-content/themes/suidobashi/content-quote.php
<?php
/**
 * The default template for displaying content
 *
 * @package Suidobashi
 * @since Suidobashi 1.0
 */
?>

<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>

	<?php if ( '' != get_the_post_thumbnail() && ! post_password_required() ) : ?>
		<div class="entry-thumbnail">
			<a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'suidobashi' ), the_title_attribute( 'echo=0' ) ) ); ?>"><?php the_post_thumbnail(); ?></a>
		</div><!-- end .entry-thumbnail -->
	<?php endif; ?>

	<?php if ( is_archive() || is_search() ) : // Only display excerpts for archives and search results. ?>
			<div class="entry-summary">
				<?php the_excerpt(); ?>
			</div><!-- .entry-summary -->
		<?php else : ?>
			<div class="entry-content">
				<?php the_content( __( 'Read More', 'suidobashi' ) ); ?>
				<?php
					wp_link_pages( array(
					'before' => '<div class="page-links">' . __( 'Pages:', 'suidobashi' ),
					'after'  => '</div>',
					) );
				?>
			</div><!-- end .entry-content -->
		<?php endif; ?>

		<footer class="entry-meta cf">
			<a class="entry-date" href="<?php the_permalink(); ?>"><?php echo get_the_date(); ?></a>
			<div class="entry-cats"><span><?php _e( 'Filed under: ', 'suidobashi' ); ?></span>
				<?php the_category(', '); ?>
			</div><!-- end .entry-cats -->
			<?php edit_post_link( __( 'Edit', 'suidobashi' ), ' ', '' ); ?>
		</footer><!-- end .entry-meta -->

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