• i paste the code and now the field name change to text only one custom post that is companies and under company all company names are showing but when I click the company why the permalink is showing different like company-52 instead of the exact company name ESIC(company name)

    https://26k.b81.myftpupload.com/job/company-52/

    screenshot https://prnt.sc/J6bcIE_mqSrv

    kindly review the code also

    add_filter('wpc_filter_post_meta_term_name', 'wpc_custom_term_name', 10, 2);
    function wpc_custom_term_name($term_name, $e_name)
    {   
        if( $e_name === 'relation_70630832ee292179af197027bf016411' ){
            $term_name = get_the_title( $term_name );
        }
    	if( $e_name === '_career_level' ){
            $term_name = get_the_title( $term_name );
        }
    	if( $e_name === '_Post_Group' ){
            $term_name = get_the_title( $term_name );
        }
        return $term_name;
    }
    • This topic was modified 1 year, 10 months ago by chandan35.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author stepasyuk

    (@stepasyuk)

    Hi @chandan35

    Permalinks works in the PRO version of the plugin. Support of the PRO version is available in the comments section of the page, where you purchased the plugin. Please, write your support request there from the account, where you bought the plugin.

Viewing 1 replies (of 1 total)
  • The topic ‘Permalink change Issue’ is closed to new replies.