'page',
'title' => $title,
'post_status' => 'publish',
'numberposts' => 1
));
if ($page_query->have_posts()) {
// Return the ID of the first matching page
$page = $page_query->posts[0];
return $page->ID;
}
return false; // Return false if no page found
}
//Homepage
$home_title = 'Home';
if (!page_exists_by_title($home_title)) {
$home_content = '';
$home = array(
'post_type' => 'page',
'post_title' => $home_title,
'post_content' => $home_content,
'post_status' => 'publish',
'post_author' => 1,
'post_name' => 'home'
);
$home_id = wp_insert_post($home);
// Set the home page template
add_post_meta($home_id, '_wp_page_template', 'page-template/custom-home-page.php');
// Set the static front page
update_option('page_on_front', $home_id);
update_option('show_on_front', 'page');
}else {
// Get the ID of the existing page
$home_id = page_exists_by_title($home_title);
// Set the home page template
add_post_meta($home_id, '_wp_page_template', 'page-template/custom-home-page.php');
// Set the static front page
update_option('page_on_front', $home_id);
update_option('show_on_front', 'page');
}
// Create a Page if it doesn't exist
if ( !page_exists_by_title('Page') ) {
$page_title = 'Page';
$content = 'Te obtinuit ut adepto satis somno. Aliisque institoribus iter deliciae vivet vita. Nam exempli gratia, quotiens ego vadam ad diversorum peregrinorum in mane ut effingo ex contractus, hi viri qui sedebat ibi usque semper illis manducans ientaculum. Solum cum bulla ut debui; EGO youd adepto a macula proiciendi. Sed quis scit si forte quod esset optima res pro me. sicut ea quae sentio. Qui vellem cadunt off ius desk ejus! Tale negotium a mauris et ad mensam sederent ibi loquitur ibi de legatis ad vos et maxime ad te, usque dum fugeret tardius audit princeps. Bene tamen fiduciam Ego got off semel';
$ot_page = array(
'post_type' => 'page',
'post_title' => $page_title,
'post_content' => $content,
'post_status' => 'publish',
'post_author' => 1,
'post_name' => 'page'
);
$page_id = wp_insert_post($ot_page);
}else {
// Get the ID of the existing page
$ot_page = page_exists_by_title('Page');
}
if ( !page_exists_by_title('Page Left Sidebar') ) {
$page_title = 'Page Left Sidebar';
$content = 'Te obtinuit ut adepto satis somno. Aliisque institoribus iter deliciae vivet vita. Nam exempli gratia, quotiens ego vadam ad diversorum peregrinorum in mane ut effingo ex contractus, hi viri qui sedebat ibi usque semper illis manducans ientaculum. Solum cum bulla ut debui; EGO youd adepto a macula proiciendi. Sed quis scit si forte quod esset optima res pro me. sicut ea quae sentio. Qui vellem cadunt off ius desk ejus! Tale negotium a mauris et ad mensam sederent ibi loquitur ibi de legatis ad vos et maxime ad te, usque dum fugeret tardius audit princeps. Bene tamen fiduciam Ego got off semelTe obtinuit ut adepto satis somno. Aliisque institoribus iter deliciae vivet vita. Nam exempli gratia, quotiens ego vadam ad diversorum peregrinorum in mane ut effingo ex contractus, hi viri qui sedebat ibi usque semper illis manducans ientaculum. Solum cum bulla ut debui; EGO youd adepto a macula proiciendi. Sed quis scit si forte quod esset optima res pro me. sicut ea quae sentio. Qui vellem cadunt off ius desk ejus! Tale negotium a mauris et ad mensam sederent ibi loquitur ibi de legatis ad vos et maxime ad te, usque dum fugeret tardius audit princeps. Bene tamen fiduciam Ego got off semel.Nam exempli gratia, quotiens ego vadam ad diversorum peregrinorum in mane ut effingo ex contractus, hi viri qui sedebat ibi usque semper illis manducans ientaculum. Solum cum bulla ut debui; EGO youd adepto a macula proiciendi. Sed quis scit si forte quod esset optima res pro me. sicut ea quae sentio. Qui vellem cadunt off ius desk ejus! Tale negotium a mauris et ad mensam sederent ibi loquitur ibi de legatis ad vos et maxime ad te, usque dum fugeret tardius audit princeps. Bene tamen fiduciam Ego got off semel.';
$ot_page = array(
'post_type' => 'page',
'post_title' => $page_title,
'post_content' => $content,
'post_status' => 'publish',
'post_author' => 1,
'post_name' => 'page-left'
);
$page_id = wp_insert_post($ot_page);
// Set the page template
add_post_meta($page_id, '_wp_page_template', 'page-template/left-sidebar.php');
}else {
// Get the ID of the existing page
$ot_page = page_exists_by_title('Page Left Sidebar');
}
if ( !page_exists_by_title('Page Right Sidebar') ) {
$page_title = 'Page Right Sidebar';
$content = 'Te obtinuit ut adepto satis somno. Aliisque institoribus iter deliciae vivet vita. Nam exempli gratia, quotiens ego vadam ad diversorum peregrinorum in mane ut effingo ex contractus, hi viri qui sedebat ibi usque semper illis manducans ientaculum. Solum cum bulla ut debui; EGO youd adepto a macula proiciendi. Sed quis scit si forte quod esset optima res pro me. sicut ea quae sentio. Qui vellem cadunt off ius desk ejus! Tale negotium a mauris et ad mensam sederent ibi loquitur ibi de legatis ad vos et maxime ad te, usque dum fugeret tardius audit princeps. Bene tamen fiduciam Ego got off semelTe obtinuit ut adepto satis somno. Aliisque institoribus iter deliciae vivet vita. Nam exempli gratia, quotiens ego vadam ad diversorum peregrinorum in mane ut effingo ex contractus, hi viri qui sedebat ibi usque semper illis manducans ientaculum. Solum cum bulla ut debui; EGO youd adepto a macula proiciendi. Sed quis scit si forte quod esset optima res pro me. sicut ea quae sentio. Qui vellem cadunt off ius desk ejus! Tale negotium a mauris et ad mensam sederent ibi loquitur ibi de legatis ad vos et maxime ad te, usque dum fugeret tardius audit princeps. Bene tamen fiduciam Ego got off semel.Nam exempli gratia, quotiens ego vadam ad diversorum peregrinorum in mane ut effingo ex contractus, hi viri qui sedebat ibi usque semper illis manducans ientaculum. Solum cum bulla ut debui; EGO youd adepto a macula proiciendi. Sed quis scit si forte quod esset optima res pro me. sicut ea quae sentio. Qui vellem cadunt off ius desk ejus! Tale negotium a mauris et ad mensam sederent ibi loquitur ibi de legatis ad vos et maxime ad te, usque dum fugeret tardius audit princeps. Bene tamen fiduciam Ego got off semel.';
$ot_page = array(
'post_type' => 'page',
'post_title' => $page_title,
'post_content' => $content,
'post_status' => 'publish',
'post_author' => 1,
'post_name' => 'page-right'
);
$page_id = wp_insert_post($ot_page);
// Set the page template
add_post_meta($page_id, '_wp_page_template', 'page-template/right-sidebar.php');
}else {
// Get the ID of the existing page
$ot_page = page_exists_by_title('Page Right Sidebar');
}
// ------- Create Left Menu --------
$menuname = 'Main Menu';
$bpmenulocation = 'primary';
$menu_exists = wp_get_nav_menu_object( $menuname );
if (!$menu_exists) {
// Create the menu
$menu_id = wp_create_nav_menu($menuname);
// Add the HOME item
wp_update_nav_menu_item($menu_id, 0, array(
'menu-item-title' => __('Home', 'adventure-tour'),
'menu-item-classes' => 'home',
'menu-item-url' => home_url('/'),
'menu-item-status' => 'publish'
));
// Add the PAGE item
$parent_page_item_id = wp_update_nav_menu_item($menu_id, 0, array(
'menu-item-title' => __('Pages', 'adventure-tour'),
'menu-item-classes' => 'page',
'menu-item-url' => home_url('/index.php/page/'),
'menu-item-status' => 'publish'
));
// Add the Page Left Sidebar item as a child of PAGE
wp_update_nav_menu_item($menu_id, 0, array(
'menu-item-title' => __('Page Left Sidebar', 'adventure-tour'),
'menu-item-classes' => 'page-left',
'menu-item-url' => home_url('/index.php/page-left/'),
'menu-item-status' => 'publish',
'menu-item-parent-id' => $parent_page_item_id
));
// Add the Page Right Sidebar item as a child of PAGE
wp_update_nav_menu_item($menu_id, 0, array(
'menu-item-title' => __('Page Right Sidebar', 'adventure-tour'),
'menu-item-classes' => 'page-right',
'menu-item-url' => home_url('/index.php/page-right/'),
'menu-item-status' => 'publish',
'menu-item-parent-id' => $parent_page_item_id
));
wp_update_nav_menu_item($menu_id, 0, array(
'menu-item-title' => __('About', 'adventure-tour'),
'menu-item-classes' => 'about',
'menu-item-url' => '#',
'menu-item-status' => 'publish'
));
wp_update_nav_menu_item($menu_id, 0, array(
'menu-item-title' => __('Services', 'adventure-tour'),
'menu-item-classes' => 'services',
'menu-item-url' => '#',
'menu-item-status' => 'publish'
));
wp_update_nav_menu_item($menu_id, 0, array(
'menu-item-title' => __('Contact Us', 'adventure-tour'),
'menu-item-classes' => 'contactus',
'menu-item-url' => '#',
'menu-item-status' => 'publish'
));
// Assign the menu to the desired location if not already assigned
if (!has_nav_menu($bpmenulocation)) {
$locations = get_theme_mod('nav_menu_locations');
$locations[$bpmenulocation] = $menu_id;
set_theme_mod('nav_menu_locations', $locations);
}
}
// --------Header------------------------
set_theme_mod( 'adventure_trekking_camp_location_text', 'Address' );
set_theme_mod( 'adventure_trekking_camp_location_address', '4545 LaJolla Village,San Diego,California' );
set_theme_mod( 'adventure_trekking_camp_location_icon', 'fas fa-map-marker-alt' );
set_theme_mod( 'adventure_trekking_camp_button_link', '#' );
set_theme_mod( 'adventure_trekking_camp_button_text', 'Register' );
set_theme_mod( 'adventure_trekking_camp_call_text', 'For Booking' );
set_theme_mod( 'adventure_trekking_camp_call_phone_number', '+1800-1245-1210' );
set_theme_mod( 'adventure_trekking_camp_call_icon', 'fas fa-phone' );
//-------------- Slider-----------------------
set_theme_mod( 'adventure_trekking_camp_slider_counter', 3 );
for($i=1;$i<=3;$i++) {
set_theme_mod( 'adventure_trekking_camp_slider_images'.$i, get_template_directory_uri().'/assets/image/slider'.$i.'.jpg' );
set_theme_mod( 'adventure_trekking_camp_slider_sub_heading'.$i, "Let's Make Your best trip Ever!" );
set_theme_mod( 'adventure_trekking_camp_slider_main_heading'.$i, "Adventure Tour and Fun filled Trekking" );
set_theme_mod( 'adventure_trekking_camp_slider_button_url'.$i, "#" );
set_theme_mod( 'adventure_trekking_camp_slider_button_text'.$i, "Read More" );
}
set_theme_mod( 'adventure_trekking_camp_search_heading', 'Discover Your Trekking' );
//-------------- Tour service-----------------------
$tour_service_icon=array('fas fa-person-walking-luggage','fas fa-suitcase-rolling','fas fa-fire','fas fa-person-walking-with-cane');
for($i=1;$i<=4;$i++){
$title = 'Innovative app';
$content = 'Lorem ipsum dolor dt metconsectetur adipiscing elit, sed do eiusmod tempor incididuno ndes dieosnfd sand kelasesjer the mesure.';
// Create post object
$my_post = array(
'post_title' => wp_strip_all_tags( $title ),
'post_content' => $content,
'post_status' => 'publish',
'post_type' => 'post',
);
$tour_service_post_id = wp_insert_post($my_post);
set_theme_mod( 'adventure_tour_mid_section_icon'.$i, $tour_service_icon[$i-1]);
// Set theme mod for each post created
set_theme_mod('adventure_tour_services_sec_settigs' . $i, $tour_service_post_id);
}
set_theme_mod( 'adventure_tour_services_images', get_template_directory_uri().'/assets/image/service.png' );
//-------------- Service-----------------------
set_theme_mod( 'adventure_trekking_camp_activities_text', 'Our Activities' );
set_theme_mod( 'adventure_trekking_camp_activities_heading', 'Explore Activities' );
$service_category = wp_create_category('Our Activities');
set_theme_mod( 'adventure_trekking_camp_service_count', '6' );
$amount_meta_value = 'Start from $149,00';
$rating_meta_value = '4.3';
for($i=1;$i<=6;$i++){
$title = 'Lakeside Camping & Activity';
$content = 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.';
// Create post object
$my_post = array(
'post_title' => wp_strip_all_tags( $title ),
'post_content' => $content,
'post_status' => 'publish',
'post_type' => 'post',
'post_category' => array($service_category)
);
$service_post_id = wp_insert_post($my_post);
// Set post meta
update_post_meta($service_post_id, 'adventure_trekking_camp_trekking_amount', $amount_meta_value);
update_post_meta($service_post_id, 'adventure_trekking_camp_trekking_rating', $rating_meta_value);
}
set_theme_mod( 'adventure_trekking_camp_activities_setting', 'Our Activities' );
} ?>