diff --git a/inc/compatibility/starter-content/contact.php b/inc/compatibility/starter-content/contact.php
index 2f616a8f29..4b6fb9ce20 100644
--- a/inc/compatibility/starter-content/contact.php
+++ b/inc/compatibility/starter-content/contact.php
@@ -148,21 +148,6 @@
-
-
-
-
-
diff --git a/inc/compatibility/starter_content.php b/inc/compatibility/starter_content.php
index 16dc80a9dc..c1c168ab11 100644
--- a/inc/compatibility/starter_content.php
+++ b/inc/compatibility/starter_content.php
@@ -114,10 +114,10 @@ public function get() {
'object' => 'page',
'object_id' => '{{' . self::HOME_SLUG . '}}',
],
- 'link_about' => [
- 'type' => 'custom',
- 'title' => 'About Us',
- 'url' => home_url( self::ABOUT_SLUG ),
+ 'page_about' => [
+ 'type' => 'post_type',
+ 'object' => 'page',
+ 'object_id' => '{{' . self::ABOUT_SLUG . '}}',
],
'page_portofolio' => [
'type' => 'post_type',
@@ -129,15 +129,15 @@ public function get() {
'object' => 'page',
'object_id' => '{{' . self::PROJECT_DETAILS . '}}',
],
- 'link_blog' => [
- 'type' => 'custom',
- 'title' => 'News',
- 'url' => home_url( self::BLOG_SLUG ),
+ 'page_blog' => [
+ 'type' => 'post_type',
+ 'object' => 'page',
+ 'object_id' => '{{' . self::BLOG_SLUG . '}}',
],
- 'link_contact' => [
- 'type' => 'custom',
- 'title' => 'Contact Us',
- 'url' => home_url( self::CONTACT ),
+ 'page_contact' => [
+ 'type' => 'post_type',
+ 'object' => 'page',
+ 'object_id' => '{{' . self::CONTACT . '}}',
],
];
@@ -147,20 +147,20 @@ public function get() {
'object' => 'page',
'object_id' => '{{' . self::HOME_SLUG . '}}',
],
- 'link_blog' => [
- 'type' => 'custom',
- 'title' => 'Blog',
- 'url' => home_url( self::HOME_SLUG ),
+ 'page_blog' => [
+ 'type' => 'post_type',
+ 'object' => 'page',
+ 'object_id' => '{{' . self::BLOG_SLUG . '}}',
],
- 'link_about' => [
- 'type' => 'custom',
- 'title' => 'About',
- 'url' => home_url( self::ABOUT_SLUG ),
+ 'page_about' => [
+ 'type' => 'post_type',
+ 'object' => 'page',
+ 'object_id' => '{{' . self::ABOUT_SLUG . '}}',
],
- 'link_contact' => [
- 'type' => 'custom',
- 'title' => 'Contact',
- 'url' => home_url( self::CONTACT ),
+ 'page_contact' => [
+ 'type' => 'post_type',
+ 'object' => 'page',
+ 'object_id' => '{{' . self::CONTACT . '}}',
],
];