Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author metaphorcreations

    (@metaphorcreations)

    I need to make a setting to disable/enable this functionality (in the next update). Currently there isn’t any way to disable it besides modifying the code.

    You can open the mtphr-members/includes/shortcodes.php file and modify line #163 from:

    $permalink = ( $categories ) ? add_query_arg( array('taxonomy' => 'mtphr_member_category', 'terms' => $categories), get_permalink() ) : remove_query_arg( array('taxonomy', 'terms'), get_permalink() );

    to be:

    $permalink = get_permalink();

    That will get rid of of the taxonomy.

    Thread Starter charl0s

    (@charl0s)

    It works! thank you man.

    Nice plugin! Can I recommend that for your next update you can add a setting to order list by name or lastname… now it only works with date of register.

    Thanks again.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove taxonomy from link’ is closed to new replies.