Hi hamidlah,
This is shortcode
[a-z-listing post-type=”product” taxonomy=”pa_designer” display=”terms” ]
————-
You change “get_the_permalink” in “wp-content\plugins\a-z-listing\src\Query.php”
public function get_the_permalink() {
$itemLink = explode( ‘=’, $this->current_item[‘link’] );
$termm = explode( ‘_’, $itemLink[1] );
$termm = explode( ‘&’, $termm[1] );
$link = get_permalink(wc_get_page_id(‘shop’)).’?’.’filter_’ . $termm[0] .”=”.$itemLink[2];
return $link;
}
[a-z-listing post-type=”product” taxonomy=”pa_designer” display=”terms” ]