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/church.martyknows.com/wp-content/themes/gridz/content.php
<?php
/**
 * @package gridz
 */
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    <header class="entry-header">
        <?php 
			if(is_single() || is_page())
				gridz_featured_image("full",false);
			else
				gridz_featured_image("full");
		?>
        <?php
            if(is_single() || is_page()): the_title('<h1 class="entry-title single-title">', '</h1>');
            else: the_title('<h1 class="entry-title"><a href="'.esc_url(get_permalink()).'" rel="bookmark">', '</a></h1>');
            endif;
        ?>
        <?php if(!is_page()): ?>
        <div class="entry-meta">
            <?php gridz_posted_on('M j, Y', '', __('By ','gridz')); ?>
            <?php gridz_comments_link(); ?>
            <?php gridz_utility_list(false,true,true,true,__('Posted in: ','gridz'), __('Tagged in: ','gridz')); ?>
        </div>
        <?php endif; ?>
    </header>
    <div class="entry-content">
        <?php if(is_single() || is_page()): ?>
            <?php the_content(__('Read more', 'gridz')); ?>
            <?php wp_link_pages(array('before' => '<div class="page-link">', 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>')); ?>
        <?php else: ?>
            <?php the_excerpt(); ?>
        <?php endif; ?>
    </div>
</article>
<?php if(is_single()): ?>
    <?php gridz_post_nav(); ?>
<?php endif; ?>