/** * Get post permalink * * @return string Post permalink */ public function permalink() { return get_permalink($this->post->id()); }