/**
  * Display retrieved post
  *
  * @access	private
  */
 private function display_post()
 {
     Html::pt_post($this->_content['post']['post_title'], $this->_content['post']['post_content'], $this->_content['post']['post_date'], $this->_content['post']['post_author'], $this->_prefs->_data['timeline'][$this->_key]['title'], $this->_url);
 }