Custom Css for category in wordpress


<div class="post <?php
foreach((get_the_category()) as $cat) {
echo $cat->cat_name . '';
} ?>">
...
</div>

No comments:

Post a Comment