Title: kufe's Replies | WordPress.org

---

# kufe

  [  ](https://wordpress.org/support/users/kufe/)

 *   [Profile](https://wordpress.org/support/users/kufe/)
 *   [Topics Started](https://wordpress.org/support/users/kufe/topics/)
 *   [Replies Created](https://wordpress.org/support/users/kufe/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/kufe/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/kufe/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/kufe/engagements/)
 *   [Favorites](https://wordpress.org/support/users/kufe/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[A-Z Listing] Woocomerce Attribute](https://wordpress.org/support/topic/woocomerce-attribute/)
 *  [kufe](https://wordpress.org/support/users/kufe/)
 * (@kufe)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/woocomerce-attribute/#post-12999216)
 * 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” ]

Viewing 1 replies (of 1 total)