Esempio n. 1
0
        ?>
</a></div>
    
<div class="content-item-head-secondary"><?php 
        echo $obj->the_cat($by_name = 1, $linked = 1);
        echo $obj->datetime();
        ?>
</div>
    
<div class="content-item-body"><?php 
        echo html_entity_decode($obj->the_content($substr = 350));
        ?>
</div>
        
<div class="content-item-body"><?php 
        $obj->the_keywords($linked = 1);
        ?>
</div>

</div>

<?php 
        if ($i < 1) {
            $first_id = $obj->the_id();
        }
        $i++;
        if ($i == $max_per_page) {
            $last_id = $obj->the_id();
        }
    }
    if (isset($last_id)) {
Esempio n. 2
0
    ?>
    

    <div class="content-item-head-secondary"><?php 
    echo $obj->the_cat($by_name = 1, $linked = 1);
    echo $obj->datetime();
    ?>
</div>
    
        <div class="content-item-body"><?php 
    echo html_entity_decode($obj->the_content($substr = 350));
    ?>
</div>
        
        <div class="content-item-body"><?php 
    echo $obj->the_keywords($linked);
    ?>
</div>
        
</div>

<?php 
    if ($i < 1) {
        $first_id = $result['id'];
    }
    $i++;
    if ($i == $max_per_page) {
        $last_id = $result['id'];
        $t = $result['type'];
    }
}