add code to display link in get category wordpress
I added this code to display the category list in the wordpress post, it only displays text, no link, how to display the category link. <?php $args = array( 'type' => 'post', 'number' => 1, 'parent' => ); $categories =…