Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

I want to display category texts inside related boxes

$
0
0

Replies: 0

I’m trying a a line but it display only array

$content .= '<a rel="bookmark" href="'.get_the_permalink().'">';
                
$content .= $img;
$content .= '<div class="visualmodo-related-post-body-cat">'.get_the_category().'</div>';

Viewing all articles
Browse latest Browse all 59525

Trending Articles