?>
    - <a href="<?php 
        echo context::global_filter($_ctx->posts->getCategoryURL(), 0, 0, 0, 0, 0, 'EntryCategoryURL');
        ?>
"><?php 
        echo context::global_filter($_ctx->posts->cat_title, 1, 0, 0, 0, 0, 'EntryCategory');
        ?>
</a>
    <?php 
    }
    ?>
    </p>
    
    <?php 
    $objMeta = new dcMeta($core);
    $_ctx->meta = $objMeta->getMetaRecordset($_ctx->posts->post_meta, 'tag');
    $_ctx->meta->sort('meta_id_lower', 'asc');
    while ($_ctx->meta->fetch()) {
        ?>
    <?php 
        if ($_ctx->meta->isStart()) {
            ?>
<ul class="post-tags"><?php 
        }
        ?>
    <li><a href="<?php 
        echo context::global_filter($core->blog->url . $core->url->getBase("tag") . "/" . rawurlencode($_ctx->meta->meta_id), 0, 0, 0, 0, 0, 'TagURL');
        ?>
"><?php 
        echo context::global_filter($_ctx->meta->meta_id, 0, 0, 0, 0, 0, 'TagID');
        ?>