How do I add a comma foreach?

aw miaw

Active member
Nov 3, 2019
243
144
43
VOID
hello, I have a problem with how to add a comma between loop on displaying wp category. I've search about it, and cannot find the solution, so I go here to ask. :)

PHP:
<php $categories = get_the_category();
                        foreach ($categories as $cat):
                            $catlink = get_category_link($cat);
                            $kate = $cat->name;
                            ;?>
                        <td class="genre-list-single"><a href="<?= $catlink;?>"><i class="fad fa-caret-right"></i> <?= $separate;?></a></td>
                    <php endforeach;?>

how do I add a comma between category?
Thanks. :)


my bad, i forgot about the_category function. :D
 
Last edited:

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu