HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: /home/mmickelson/martyknows.com/wp-content/themes/retro-mac-os/content-page.php
<?php
/**
 * @package WordPress
 * @subpackage Retro MacOS
 */
?>

			<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
				<h2 class="entry-title">
					<span>
					<?php if ( ! is_single() ) : ?>
						<a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'retro-mac-os' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_title(); ?></a>
					<?php else : ?>
						<?php the_title(); ?>
					<?php endif; ?>
					</span>
				</h2>

				<div class="entry">
					<?php the_content( __( 'Read the rest of this entry &raquo;', 'retro' ) ); ?>
					<?php wp_link_pages( array( 'before' => '<p><strong>' . __( 'Pages:', 'retro' ) . '</strong> ', 'after' => '</p>', 'next_or_number' => 'number' ) ); ?>
				</div>
			</div>