• I want to change this:

    if ( $selection )
    			$content .= __('via ');
    
    		$content .= sprintf( "<a href='%s'>%s</a>.</p>", esc_url( $url ), esc_html( $title ) );
    	}

    I want to show only “via domain.tld” with hyperlink to full adress instead of “via The Full Name Of Entry”

    [Moderator Note: No bumping, thank you.]

  • The topic ‘modify press this’ is closed to new replies.