Site logo

[Support request] we have issue on our menu links in polylang

Home Forums Support [Support request] we have issue on our menu links in polylang

Home Forums Support we have issue on our menu links in polylang

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2523166
    Sameed

    hi, i use premium version of generate press i use polylang for languages.
    i have problem on logo url but i use this code.

    add_filter( 'generate_logo_href', function( $url ) {
    	if ( function_exists( 'pll_home_url' ) ) {
    		return pll_home_url();
    	}
    
    	return $url;
    } );

    and its working fine for logo url but now i face problem on our menu links.
    i use custom link like /contact/. but its show on all language english version. can its possible or any fillter like above i use for menu links.

    Thanks

    #2523518
    Ying
    Staff
    Customer Support

    Hi there,

    GP has no control over the menu builder, WordPress manages it.

    I would recommend searching for a plugin for this.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.