'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 Main Menu --------
$menuname = 'Primary 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', 'agriculture-farming'),
'menu-item-classes' => 'home',
'menu-item-url' => home_url('/index.php/home/'),
'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', 'agriculture-farming'),
'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', 'agriculture-farming'),
'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', 'agriculture-farming'),
'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' => __('Quality', 'agriculture-farming'),
'menu-item-classes' => 'quality',
'menu-item-url' => '#',
'menu-item-status' => 'publish'
));
wp_update_nav_menu_item($menu_id, 0, array(
'menu-item-title' => __('Categories', 'agriculture-farming'),
'menu-item-classes' => 'categories',
'menu-item-url' => '#',
'menu-item-status' => 'publish'
));
wp_update_nav_menu_item($menu_id, 0, array(
'menu-item-title' => __('Top Brands', 'agriculture-farming'),
'menu-item-classes' => 'top brands',
'menu-item-url' => '#',
'menu-item-status' => 'publish'
));
wp_update_nav_menu_item($menu_id, 0, array(
'menu-item-title' => __('About', 'agriculture-farming'),
'menu-item-classes' => 'about',
'menu-item-url' => '#',
'menu-item-status' => 'publish'
));
wp_update_nav_menu_item($menu_id, 0, array(
'menu-item-title' => __('Blog', 'agriculture-farming'),
'menu-item-classes' => 'blog',
'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( 'organic_farm_email', 'organic@support.com' );
set_theme_mod( 'organic_farm_email_icon', 'fas fa-envelope' );
set_theme_mod( 'organic_farm_call', '000012321545648' );
set_theme_mod( 'organic_farm_call_icon', 'fas fa-phone' );
// --------Social icons------------------------
set_theme_mod( 'organic_farm_twitter', 'https://twitter.com/' );
set_theme_mod( 'organic_farm_fb', 'https://facebook.com/' );
set_theme_mod( 'organic_farm_youtube', 'https://youtube.com/' );
set_theme_mod( 'organic_farm_instagram', 'https://instagram.com/' );
//-------------- Slider-----------------------
set_theme_mod('organic_farm_slider_count','4');
for($i=1;$i<=4;$i++){
$title = "Organic food delivery";
$content = 'Fresh, organic ingredients. Healthy, chef-crafted recipes.Right at your doorstep. 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
$organic_farm_my_post = array(
'post_title' => wp_strip_all_tags( $title ),
'post_content' => $content,
'post_status' => 'publish',
'post_type' => 'post',
);
$organic_farm_slider_post_id = wp_insert_post($organic_farm_my_post);
$organic_farm_post_image_url = get_stylesheet_directory_uri().'/assets/slide.png';
$organic_farm_image_name = 'slide.png';
$organic_farm_upload_dir = wp_upload_dir();
// Set upload folder
$organic_farm_image_data = file_get_contents($organic_farm_post_image_url);
// Get image data
$organic_farm_unique_file_name = wp_unique_filename( $organic_farm_upload_dir['path'], $organic_farm_image_name );
// Generate unique name
$filename= basename( $organic_farm_unique_file_name );
// Create image file name
// Check folder permission and define file location
if( wp_mkdir_p( $organic_farm_upload_dir['path'] ) ) {
$file = $organic_farm_upload_dir['path'] . '/' . $filename;
} else {
$file = $organic_farm_upload_dir['basedir'] . '/' . $filename;
}
file_put_contents( $file, $organic_farm_image_data );
$wp_filetype = wp_check_filetype( $filename, null );
$organic_farm_attachment = array(
'post_mime_type' => $wp_filetype['type'],
'post_title' => sanitize_file_name( $filename ),
'post_content' => '',
'post_type' => 'post',
'post_status' => 'inherit'
);
$attach_id = wp_insert_attachment( $organic_farm_attachment, $file, $organic_farm_slider_post_id );
require_once(ABSPATH . 'wp-admin/includes/image.php');
$attach_data = wp_generate_attachment_metadata( $attach_id, $file );
wp_update_attachment_metadata( $attach_id, $attach_data );
set_post_thumbnail( $organic_farm_slider_post_id, $attach_id );
set_theme_mod('organic_farm_post_setting' . $i, $organic_farm_slider_post_id);
}
//-------------- choose section-----------------------
set_theme_mod( 'agriculture_farming_cate_title', 'Choose your program below to see how we can help' );
$agriculture_farming_choose_category = wp_create_category('Choose_posts');
$agriculture_farming_choose_title = array('Nutrition Strategies','Certification Courses','Women’s Coaching','Mens’s Coaching','Nutrition Strategies','Certification Courses','Women’s Coaching','Mens’s Coaching');
$agriculture_farming_choose_content = array('Chickweed okra pea winter purslane coriander yarrow sweet.','Soko radicchio bunya nuts gram dulse silver beet parsnip napa.','Grape silver beet watercress potato tigernut corn groundnut.','Sea lettuce water spinach gram fava bean leek dandelion silver.','Chickweed okra pea winter purslane coriander yarrow sweet.','Soko radicchio bunya nuts gram dulse silver beet parsnip napa.','Grape silver beet watercress potato tigernut corn groundnut.','Sea lettuce water spinach gram fava bean leek dandelion silver.');
set_theme_mod( 'agriculture_farming_category_number', '8' );
for($i=1;$i<= 8;$i++){
$title = $agriculture_farming_choose_title[$i-1];
$content = $agriculture_farming_choose_content[$i-1];
// Create post object
$agriculture_farming_my_post = array(
'post_title' => wp_strip_all_tags( $title ),
'post_content' => $content,
'post_status' => 'publish',
'post_type' => 'post',
'post_category' => array($agriculture_farming_choose_category),
'order' =>' ASC'
);
$agriculture_farming_choose_post_id = wp_insert_post($agriculture_farming_my_post);
$agriculture_farming_choose_image_url = get_stylesheet_directory_uri().'/assets/choose'.$i.'.png';
$agriculture_farming_choose_image_name = 'choose'.$i.'.png';
$agriculture_farming_choose_upload_dir = wp_upload_dir();
// Set upload folder
$agriculture_farming_choose_image_data = file_get_contents($agriculture_farming_choose_image_url);
// Get image data
$agriculture_farming_choose_unique_file_name = wp_unique_filename( $agriculture_farming_choose_upload_dir['path'], $agriculture_farming_choose_image_name );
// Generate unique name
$filename= basename( $agriculture_farming_choose_unique_file_name );
// Create image file name
// Check folder permission and define file location
if( wp_mkdir_p( $agriculture_farming_choose_upload_dir['path'] ) ) {
$file = $agriculture_farming_choose_upload_dir['path'] . '/' . $filename;
} else {
$file = $agriculture_farming_choose_upload_dir['basedir'] . '/' . $filename;
}
file_put_contents( $file, $agriculture_farming_choose_image_data );
$wp_filetype = wp_check_filetype( $filename, null );
$agriculture_farming_choose_attachment = array(
'post_mime_type' => $wp_filetype['type'],
'post_title' => sanitize_file_name( $filename ),
'post_content' => '',
'post_type' => 'post',
'post_status' => 'inherit'
);
$attach_id = wp_insert_attachment( $agriculture_farming_choose_attachment, $file, $agriculture_farming_choose_post_id );
require_once(ABSPATH . 'wp-admin/includes/image.php');
$attach_data = wp_generate_attachment_metadata( $attach_id, $file );
wp_update_attachment_metadata( $attach_id, $attach_data );
set_post_thumbnail( $agriculture_farming_choose_post_id, $attach_id );
}
set_theme_mod( 'agriculture_farming_category_setting', 'Choose_posts' );
} ?>