Skip to content

Output $tag->url tidak sesuai #268

Answered by yuliakbard
yuliakbard asked this question in Q&A
Discussion options

You must be logged in to vote

sepertinya sudah fix.

<?php $tags = Tags::from(LOT . D . 'tag', true)->sort([-1, 'time'])->chunk(5,0);?>
<?php foreach($tags as $tag): ?>
    <a href="<?=$tag->link;?>"><?=$tag->title;?>~ ID: <?=$tag->id;?></a>
    <?php endforeach; ?>

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by taufik-nurrohman
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
x.tag Tag extension.
2 participants