Home

<?php
$page = get_page_by_path('https://linen-ostrich-builder-47d9w3pjhqqvganp.hostingersite.com/');
if ($page) {
    echo apply_filters('the_content', $page->post_content);
}
?>