}
}
+ public function get_permalink_path() {
+ $post_permalink = $this->is_page ? '/' . $this->slug : '/' . date('Y', $this->date) . '/' . date('m', $this->date) . '/' . $this->slug;
+ return $post_permalink;
+ }
+
public function get_metadata() {
$data = [];