';
            $categories = get_the_category($post->ID);
            $separator = ' ';
            $output = '';
            if($categories) {
                foreach($categories as $category) {
                    $output .= 'name ) ) . '">' . esc_html($category->cat_name) . '' . esc_html($separator);
                }
                $return_string .= trim($output, $separator);
            }
            $return_string .= '
';
            $return_string .= '


