BlogHelper::getPostLink PHP Method

    public function getPostLink($post, $title, $options = array())
    {
        $this->setContent($post['BlogPost']['blog_content_id']);
        $url = $this->request->params['Content']['url'] . 'archives/' . $post['BlogPost']['no'];
        return $this->BcBaser->getLink($title, $url, $options);
    }