HEX
Server: LiteSpeed
System: Linux cde2.duelhost.dk 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64
User: dtptviut (1121)
PHP: 8.0.30
Disabled: exec,system,passthru,shell_exec,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/dtptviut/domains/financo.dk/private_html/wp-content/themes/theretailer/content-single.php
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
	<header class="entry-header">
		<h2 class="entry-title gbtr_post_title_listing"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'theretailer' ), the_title_attribute( 'echo=0' )); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
	</header><!-- .entry-header -->

    <footer class="entry-meta">

        <span class="author vcard tr_upper_link"><a class="url fn n" href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ) ?>" title="<?php printf( esc_attr__( 'View all posts by %s', 'theretailer' ), get_the_author()); ?>" rel="author"><?php echo get_the_author(); ?></a></span>
        <span class="date-meta tr_upper_link"><a href="<?php echo esc_url( get_permalink() ); ?>" title="<?php echo esc_attr( get_the_time() ); ?>" rel="bookmark" class="entry-date"><time datetime="<?php echo esc_attr( get_the_date( 'c' ) ); ?>"><?php echo esc_html( get_the_date() ); ?></time></a></span>
        <span class="categories-meta tr_upper_link"><?php echo get_the_category_list(', '); ?></span>

		<?php if ( ! post_password_required() && ( comments_open() || '0' != get_comments_number() ) ) : ?>
		<span class="comments-link tr_upper_link"><?php comments_popup_link( esc_html__( 'Leave a comment', 'theretailer' ), esc_html__( '1 Comment', 'theretailer' ), esc_html__( '% Comments', 'theretailer' ) ); ?></span>
		<?php endif; ?>

    </footer><!-- .entry-meta -->

	<?php if ( has_post_thumbnail() ) : ?>

            <?php if ( is_single() ) : ?>

                <?php if ( GBT_Opt::getOption( 'featured_image_single_post', true ) ) : ?>

                    <div class="entry-thumbnail">

                        <?php the_post_thumbnail('large'); ?>

                    </div>

                <?php endif; ?>

            <?php else: ?>

                <div class="entry-thumbnail">

                    <a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( esc_html__( 'Permalink to %s', 'theretailer' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_post_thumbnail('large'); ?></a>

                </div>

            <?php endif; ?>

    <?php endif; ?>

    <div class="entry-content">
		<?php if (is_single()) { ?>
        	<?php the_content(); ?>
        <?php } else { ?>
        	<?php if ( GBT_Opt::getOption( 'show_full_post', false ) ) { ?>
				<?php global $more; $more = 0; the_content(esc_html__( 'Continue reading &raquo;', 'theretailer' )); ?>
            <?php } else { ?>
                <?php global $more; $more = 0; the_excerpt(esc_html__( 'Continue reading &raquo;', 'theretailer' )); ?>
            <?php } ?>
            <?php } ?>
        <div class="clr"></div>
		<?php wp_link_pages( array( 'before' => '<div class="page-links">' . esc_html__( 'Pages:', 'theretailer' ), 'after' => '</div>' ) ); ?>
	</div><!-- .entry-content -->



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