I'm using code like this
$post = get_blog_post( $blog_id, $data );
echo __('Post on') . ' "<a href="'.$post->guid.'">' . $post->post_title . '</a>"';
But the href link looks like this mysubdomain.example.com/?p=345 instead of permalink.
Can anyone tell me how to get permalink ?
Thanks
