WS_OK_7.4.33 HEX
HEX
Server: nginx/1.21.4
System: Linux v12674 6.8.0-85-generic #85-Ubuntu SMP PREEMPT_DYNAMIC Thu Sep 18 15:26:59 UTC 2025 x86_64
User: endtheignorance (1014)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
File: /storage/v12674/lcacorpold/public_html/wp-content/themes/dp_evolve/content.php
<?php

/**
 *
 * The default template for displaying content
 *
 **/

global $dynamo_tpl,$post,$more;

?>	
	
		<?php if ( is_search() || is_archive() || is_tag() || is_home() ) { 
				 if (get_option($dynamo_tpl->name . '_archive_style','big')=='big') {get_template_part( 'article-blog-large');}
				 if (get_option($dynamo_tpl->name . '_archive_style','big')=='small') {get_template_part( 'article-blog-medium'); }
		} else { 
		?>       
        <!--If is single --> 
        <article id="post-<?php the_ID(); ?>" <?php post_class('large'); ?>>
		<?php
		include(dynamo_file('layouts/content.post.featured.php')); 
     	if(get_option($dynamo_tpl->name . '_postmeta_date_state') == 'Y' || get_option($dynamo_tpl->name . '_post_like_state') == 'Y') { ?>
		<div class="date-container">
        <div class = "inner">
        <?php if(get_option($dynamo_tpl->name . '_postmeta_date_state') == 'Y') { ?>
        <dt class="month">
     	<h4><?php echo mysql2date('M',get_post()->post_date); ?></h4>
    	</dt>
        <dt class="day">        
         <h2><?php echo mysql2date('j',get_post()->post_date); ?></h2>
        </dt>
        <?php } ?>
   		<?php if(get_option($dynamo_tpl->name . '_post_like_state') == 'Y') { ?>
        <dt class="like"><?php echo getPostLikeLink( $post->ID ); ?></dt>
        <?php } ?>
        </div>
        </div>
     <?php } ?>
      <?php if(get_option($dynamo_tpl->name . '_postmeta_date_state') == 'Y' || get_option($dynamo_tpl->name . '_post_like_state') == 'Y') { ?>
		<div class="shifted-content">
      <?php } ?>
		<?php dp_post_meta(); ?>
        <?php if (get_post_format() != 'link' && get_post_format() != 'quote' && get_post_format() != 'status' ){?>
		<header>
        <h2>
        <a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'dp-theme' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark">
        <?php the_title(); ?>
        </a>
			<?php if(is_sticky()) : ?>
            <sup>
                <?php _e( 'Featured', 'dp-theme' ); ?>
            </sup>
            <?php endif; ?>
        </h2>
	
		</header>
     <?php } ?>
        
		<section class="content">
			<?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'dp-theme' ) ); ?>
			
			<?php dp_post_links(); ?>
		</section>
	
      <?php if(get_option($dynamo_tpl->name . '_postmeta_date_state') == 'Y' || get_option($dynamo_tpl->name . '_post_like_state') == 'Y') { ?>
		</div>
      <?php }  ?>
		<?php get_template_part( 'layouts/content.post.footer' ); ?>
	</article>
      <?php } ?>