Hello,
please help me debug this
<h3>Article published in <?php echo($item->categories_links)?></h3>
the php part of the code is not woking (and that's because I am no php expert at all)
I know I could use <?php echo implode(' ', $category);?>
but this generate the "category:" text automatically, whcih I want to avoid
thank you
Hello, please help me debug this
<h3>Article published in <?php echo($item->categories_links)?></h3>
the php part of the code is not woking (and that's because I am no php expert at all)
I know I could use
<?php echo implode(' ', $category);?>
but this generate the "category:" text automatically, whcih I want to avoidthank you