Clients Widget URL Issue
-
I’ve observed an additional space on line #29 of the Clients Template file within the Clients widget. Please ensure that this space is removed from the anchor tag.
<div class="lae-client-name"> <a href="<?php echo esc_url($client['client_link']['url']); ?>" title="<?php echo esc_html($client['client_name']); ?>" <?php echo $target; ?>><?php echo wp_kses_post($client['client_name']); ?></a> </div>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Clients Widget URL Issue’ is closed to new replies.