'page',
'post_title' => $automobile_hub_home_title,
'post_content' => '',
'post_status' => 'publish',
'post_author' => 1,
'post_slug' => 'home'
);
$automobile_hub_home_id = wp_insert_post($automobile_hub_home);
// Assign Home Page Template
add_post_meta($automobile_hub_home_id, '_wp_page_template', 'page-template/front-page.php');
// Update options to set Home Page as the front page
update_option('page_on_front', $automobile_hub_home_id);
update_option('show_on_front', 'page');
// Add Home Page to Menu
wp_update_nav_menu_item($automobile_hub_menu_id, 0, array(
'menu-item-title' => __('Home', 'automobile-hub'),
'menu-item-classes' => 'home',
'menu-item-url' => home_url('/'),
'menu-item-status' => 'publish',
'menu-item-object-id' => $automobile_hub_home_id,
'menu-item-object' => 'page',
'menu-item-type' => 'post_type'
));
// Create About Us Page with Dummy Content
$automobile_hub_about_title = 'About Us';
$automobile_hub_about_content = 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam...
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry standard dummy text ever since the 1500, 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 1960 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.
There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which dont look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isnt anything embarrassing hidden in the middle of text.
All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.';
$automobile_hub_about = array(
'post_type' => 'page',
'post_title' => $automobile_hub_about_title,
'post_content' => $automobile_hub_about_content,
'post_status' => 'publish',
'post_author' => 1,
'post_slug' => 'about-us'
);
$automobile_hub_about_id = wp_insert_post($automobile_hub_about);
// Add About Us Page to Menu
wp_update_nav_menu_item($automobile_hub_menu_id, 0, array(
'menu-item-title' => __('About Us', 'automobile-hub'),
'menu-item-classes' => 'about-us',
'menu-item-url' => home_url('/about-us/'),
'menu-item-status' => 'publish',
'menu-item-object-id' => $automobile_hub_about_id,
'menu-item-object' => 'page',
'menu-item-type' => 'post_type'
));
// Create Services Page with Dummy Content
$automobile_hub_services_title = 'Services';
$automobile_hub_services_content = 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam...
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry standard dummy text ever since the 1500, 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 1960 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.
There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which dont look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isnt anything embarrassing hidden in the middle of text.
All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.';
$automobile_hub_services = array(
'post_type' => 'page',
'post_title' => $automobile_hub_services_title,
'post_content' => $automobile_hub_services_content,
'post_status' => 'publish',
'post_author' => 1,
'post_slug' => 'services'
);
$automobile_hub_services_id = wp_insert_post($automobile_hub_services);
// Add Services Page to Menu
wp_update_nav_menu_item($automobile_hub_menu_id, 0, array(
'menu-item-title' => __('Services', 'automobile-hub'),
'menu-item-classes' => 'services',
'menu-item-url' => home_url('/services/'),
'menu-item-status' => 'publish',
'menu-item-object-id' => $automobile_hub_services_id,
'menu-item-object' => 'page',
'menu-item-type' => 'post_type'
));
// Create Pages Page with Dummy Content
$automobile_hub_pages_title = 'Pages';
$automobile_hub_pages_content = '
Our Pages
Explore all the pages we have on our website. Find information about our services, company, and more.
';
$automobile_hub_pages = array(
'post_type' => 'page',
'post_title' => $automobile_hub_pages_title,
'post_content' => $automobile_hub_pages_content,
'post_status' => 'publish',
'post_author' => 1,
'post_slug' => 'pages'
);
$automobile_hub_pages_id = wp_insert_post($automobile_hub_pages);
// Add Pages Page to Menu
wp_update_nav_menu_item($automobile_hub_menu_id, 0, array(
'menu-item-title' => __('Pages', 'automobile-hub'),
'menu-item-classes' => 'pages',
'menu-item-url' => home_url('/pages/'),
'menu-item-status' => 'publish',
'menu-item-object-id' => $automobile_hub_pages_id,
'menu-item-object' => 'page',
'menu-item-type' => 'post_type'
));
// Create Contact Page with Dummy Content
$automobile_hub_contact_title = 'Contact';
$automobile_hub_contact_content = 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam...
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry standard dummy text ever since the 1500, 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 1960 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.
There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which dont look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isnt anything embarrassing hidden in the middle of text.
All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.';
$automobile_hub_contact = array(
'post_type' => 'page',
'post_title' => $automobile_hub_contact_title,
'post_content' => $automobile_hub_contact_content,
'post_status' => 'publish',
'post_author' => 1,
'post_slug' => 'contact'
);
$automobile_hub_contact_id = wp_insert_post($automobile_hub_contact);
// Add Contact Page to Menu
wp_update_nav_menu_item($automobile_hub_menu_id, 0, array(
'menu-item-title' => __('Contact', 'automobile-hub'),
'menu-item-classes' => 'contact',
'menu-item-url' => home_url('/contact/'),
'menu-item-status' => 'publish',
'menu-item-object-id' => $automobile_hub_contact_id,
'menu-item-object' => 'page',
'menu-item-type' => 'post_type'
));
// Set the menu location if it's not already set
if (!has_nav_menu($automobile_hub_bpmenulocation)) {
$locations = get_theme_mod('nav_menu_locations'); // Use 'nav_menu_locations' to get locations array
if (empty($locations)) {
$locations = array();
}
$locations[$automobile_hub_bpmenulocation] = $automobile_hub_menu_id;
set_theme_mod('nav_menu_locations', $locations);
}
}
//---Header--//
set_theme_mod('automobile_hub_header_fb_new_tab', true);
set_theme_mod('automobile_hub_facebook_url', '#');
set_theme_mod('automobile_hub_facebook_icon', 'fab fa-facebook-f');
set_theme_mod('automobile_hub_header_twt_new_tab', true);
set_theme_mod('automobile_hub_twitter_url', '#');
set_theme_mod('automobile_hub_twitter_icon', 'fab fa-twitter');
set_theme_mod('automobile_hub_header_ins_new_tab', true);
set_theme_mod('automobile_hub_instagram_url', '#');
set_theme_mod('automobile_hub_instagram_icon', 'fab fa-instagram');
set_theme_mod('automobile_hub_header_ut_new_tab', true);
set_theme_mod('automobile_hub_youtube_url', '#');
set_theme_mod('automobile_hub_youtube_icon', 'fab fa-youtube');
set_theme_mod('automobile_hub_header_pint_new_tab', true);
set_theme_mod('automobile_hub_pint_url', '#');
set_theme_mod('automobile_hub_pint_icon', 'fab fa-pinterest');
// Slider Section
for ($i = 1; $i <= 4; $i++) {
$automobile_hub_title = 'Future Solution for Smart ELectric Car Engine';
$automobile_hub_content = 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry standard.';
// Create post object
$my_post = array(
'post_title' => wp_strip_all_tags($automobile_hub_title),
'post_content' => $automobile_hub_content,
'post_status' => 'publish',
'post_type' => 'page',
);
// Insert the post into the database
$post_id = wp_insert_post($my_post);
if ($post_id) {
// Set the theme mod for the slider page
set_theme_mod('automobile_hub_slider_page' . $i, $post_id);
$image_url = get_stylesheet_directory_uri() . '/assets/images/slider-img.png';
$image_id = media_sideload_image($image_url, $post_id, null, 'id');
if (!is_wp_error($image_id)) {
// Set the downloaded image as the post's featured image
set_post_thumbnail($post_id, $image_id);
}
}
}
// About Section
set_theme_mod('automobile_hub_about_show_hide', true);
set_theme_mod('automobile_hub_about_tittle', 'LOREM IPSUM IS SIMPLY');
set_theme_mod('automobile_hub_about_icon', 'fas fa-hand-point-right');
// Create About page and set the featured image
$automobile_hub_abt_title = 'LOREM IPSUM IS PRINTING AND';
$automobile_hub_abt_content = 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam...
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry standard dummy text ever since the 1500, 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 1960 with the release of Letraset sheets containing Lorem Ipsum passages.
';
$my_post = array(
'post_title' => wp_strip_all_tags($automobile_hub_abt_title),
'post_content' => $automobile_hub_abt_content,
'post_status' => 'publish',
'post_type' => 'page',
);
// Insert the post into the database
$post_id = wp_insert_post($my_post);
if ($post_id) {
// Set the theme mod for the About page
set_theme_mod('automobile_hub_about_page', $post_id);
// Sideload image and set as the featured image
$image_url = get_template_directory_uri() . '/assets/images/about-img.png';
$image_id = media_sideload_image($image_url, $post_id, null, 'id');
if (!is_wp_error($image_id)) {
set_post_thumbnail($post_id, $image_id);
}
}
// Our Services Section //
set_theme_mod('automotive_charging_station_charging_services_section_tittle', 'EV Charging Solutions');
set_theme_mod('automotive_charging_station_charging_services_section_category', 'postcategory1');
// Define post category names and post titles
$automotive_charging_station_category_names = array('postcategory1');
$automotive_charging_station_title_array = array(
array(
"Drivers And Personal Use",
"Fleets And Automakers",
"Business And Commercial",
"Retail Charging Spots",
"Residential Solutions",
"Highway Chargers"
)
);
$automotive_charging_station_content = 'Lorem Ipsum has been the industry\'s 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.';
foreach ($automotive_charging_station_category_names as $automotive_charging_station_index => $automotive_charging_station_category_name) {
// Create or retrieve the post category term ID
$automotive_charging_station_term = term_exists($automotive_charging_station_category_name, 'category');
if ($automotive_charging_station_term === 0 || $automotive_charging_station_term === null) {
// If the term does not exist, create it
$automotive_charging_station_term = wp_insert_term($automotive_charging_station_category_name, 'category');
}
if (is_wp_error($automotive_charging_station_term)) {
error_log('Error creating category: ' . $automotive_charging_station_term->get_error_message());
continue; // Skip to the next iteration if category creation fails
}
// Ensure we get the term ID
$automotive_charging_station_term_id = is_array($automotive_charging_station_term) ? $automotive_charging_station_term['term_id'] : $automotive_charging_station_term;
// Get titles for this category
$automotive_charging_station_titles = $automotive_charging_station_title_array[$automotive_charging_station_index];
for ($automotive_charging_station_i = 0; $automotive_charging_station_i < count($automotive_charging_station_titles); $automotive_charging_station_i++) {
// Create post content
$automotive_charging_station_title = $automotive_charging_station_titles[$automotive_charging_station_i];
// Create post post object
$automotive_charging_station_my_post = array(
'post_title' => wp_strip_all_tags($automotive_charging_station_title),
'post_content' => $automotive_charging_station_content,
'post_status' => 'publish',
'post_type' => 'post', // Post type set to 'post'
);
// Insert the post into the database
$automotive_charging_station_post_id = wp_insert_post($automotive_charging_station_my_post);
if (is_wp_error($automotive_charging_station_post_id)) {
error_log('Error creating post: ' . $automotive_charging_station_post_id->get_error_message());
continue; // Skip to the next post if creation fails
}
// Assign the category to the post
wp_set_post_categories($automotive_charging_station_post_id, array((int)$automotive_charging_station_term_id));
// Handle the featured image using media_sideload_image
$automotive_charging_station_image_url = get_stylesheet_directory_uri() . '/assets/images/post-img' . ($automotive_charging_station_i + 1) . '.png';
$automotive_charging_station_image_id = media_sideload_image($automotive_charging_station_image_url, $automotive_charging_station_post_id, null, 'id');
if (is_wp_error($automotive_charging_station_image_id)) {
error_log('Error downloading image: ' . $automotive_charging_station_image_id->get_error_message());
continue; // Skip to the next post if image download fails
}
// Assign featured image to post
set_post_thumbnail($automotive_charging_station_post_id, $automotive_charging_station_image_id);
}
}
}
?>