wordpress.tv/public_html/wp-content/themes/wptv2/sidebar-single.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git wordpress.tv/public_html/wp-content/themes/wptv2/sidebar-single.php wordpress.tv/public_html/wp-content/themes/wptv2/sidebar-single.php
index 7d3e04f4..2a368984 100644
|
|
|
107 | 107 | |
108 | 108 | <?php else : ?> |
109 | 109 | |
110 | | <a href="<?php echo esc_url( get_term_link( $producer_name[0] ) ); ?>"> |
| 110 | <a href="<?php echo esc_url( wpcom_vip_get_term_link( $producer_name[0] ) ); ?>"> |
111 | 111 | <?php echo esc_html( $producer_name[0]->name ); ?> |
112 | 112 | </a> |
113 | 113 | |