HEX
Server: Apache
System: Linux p3plzcpnl489526.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: vmasmheia229 (9244908)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/vmasmheia229/domains/overtoneband.com/html/wp-content/themes/bigcity/loop.php
<?php if ( ! have_posts() ) : ?>
<div id="post-0" class="post error404 not-found">
	<h1 class="post-entry-title"><?php _e( 'Not Found', 'BigCity' ); ?></h1>
	<div class="title_box_shadow_small"></div>
	<div class="entry-content">
		<p><?php _e( 'Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.', 'BigCity' ); ?></p>
		<?php get_search_form(); ?>
	</div><!-- .entry-content -->
</div><!-- #post-0 -->
<?php endif; ?>

<?php	/* Start the Loop.	 */ ?>

 
<?php while ( have_posts() ) : the_post();?>

<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<h1 class="post-entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'BigCity' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h1>

	<?php if (is_search() ) : // Only display excerpts for archives and search. ?>
	<div class="shadow_title_search"></div>
	<?php else : ?>
	<div class="title_box_shadow_small blog_title_shadow"></div>
	<?php endif; ?>

<div class="entry-utility">
<?php bigcity_posted_on(); ?>		
<?php if ( count( get_the_category() ) ) : ?>
<span class="cat-links">
<?php
$blog_in = get_option_tree('blog_in', '');   
if ( $blog_in ) { 
printf( __( '<span class="%1$s">'. $blog_in .'</span> %2$s', 'BigCity' ), 'entry-utility-prep entry-utility-prep-cat-links', get_the_category_list( ', ' ) ); 
}
else{
printf( __( '<span class="%1$s">Posted in</span> %2$s', 'BigCity' ), 'entry-utility-prep entry-utility-prep-cat-links', get_the_category_list( ', ' ) ); 
}
?>
</span>
<span class="meta-sep">|</span>
<?php endif; ?>
<?php
$comment = get_option_tree('blog_comment', ''); 
$comments = get_option_tree('blog_comments', ''); 
$leave_comments = get_option_tree('blog_leave', ''); 

if ($comment || $comments || $leave_comments ) { 
echo '<span class="comments-link">'; comments_popup_link( __( ''.$leave_comments.' &nbsp', 'BigCity' ), __( '1 '.$comment.' ', 'BigCity' ), __( '% '.$comments.' ', 'BigCity' ) );  echo'</span>'; 
}
else{
	echo '<span class="comments-link">'; comments_popup_link( __( 'Leave a comment', 'BigCity' ), __( '1 Comment', 'BigCity' ), __( '% Comments' , 'BigCity' ) );  echo'</span>';
}
?>
<?php edit_post_link( __( 'Edit', 'BigCity' ), '<span class="meta-sep">|</span> <span class="edit-link">', '</span>' ); ?>
</div><!-- .entry-utility -->
<div class="title_box_shadow_small"></div>

<?php if (is_search() ) : // Only display excerpts for archives and search. ?>
<div class="entry-content blog">
<div class="archive_thumbnail"><?php the_post_thumbnail(array(310,210, true)) ?> </div>
<?php the_excerpt(); ?>
<br />
<div class="clear"></div>

</div><!-- .entry-summary -->
<?php else : ?>
<div class="entry-content">
<?php
$read_more = get_option_tree('blog_read', ''); 
if ($read_more){ the_content( __( $read_more , 'BigCity' ) ); }
else{ the_content( __( 'Read more', 'BigCity' ) ); }?>

<?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'BigCity' ), 'after' => '</div>' ) ); ?>
<div class="clear"></div>
</div><!-- .entry-content -->
<?php endif; ?>
</div><!-- #post-## -->
<div class="content_box_shadow_small"></div>
	

<?php comments_template( '', true ); ?>

<?php endwhile; // End the loop. Whew. ?>
<?php /* Display navigation to next/previous pages when applicable */ ?>
<?php if (  $wp_query->max_num_pages > 9999999 ) : ?>
<div id="nav-below" class="navigation">

<div class="nav-previous"><?php next_posts_link( __( 'Previous page', 'meteor' ) ); ?></div>
<div class="nav-next"><?php previous_posts_link( __( 'Next page', 'meteor' ) ); ?></div>
<div class="clear"></div>
</div><!-- #nav-below -->
<?php endif; ?>
<?php SEO_pager() ?>