error, no result pages
This commit is contained in:
@@ -39,7 +39,10 @@ print implode(' | ', $echos);
|
||||
<?php endif;?>
|
||||
</div><!-- categories end-->
|
||||
<?php if (is_home() and $qc < 3): ; //first two posts subtitle and excerpt ?>
|
||||
<div class="alcim">
|
||||
<!-- <div class="alcimWrapper"> -->
|
||||
|
||||
|
||||
<div class="alcim">
|
||||
<?php
|
||||
$dis_alcim_value = get_post_meta(get_the_ID(), 'dis-alcim', true);
|
||||
// Check if the custom field has a value.
|
||||
@@ -47,7 +50,8 @@ print implode(' | ', $echos);
|
||||
echo $dis_alcim_value;
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
<!-- </div> -->
|
||||
<?php endif;?>
|
||||
<div class="vr"></div>
|
||||
<div class="postedon">
|
||||
|
||||
Reference in New Issue
Block a user