'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', 'boutique-designer-shop'),
'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', 'boutique-designer-shop'),
'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', 'boutique-designer-shop'),
'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', 'boutique-designer-shop'),
'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' => __('Shop', 'boutique-designer-shop'),
'menu-item-classes' => 'shop',
'menu-item-url' => '#',
'menu-item-status' => 'publish'
));
wp_update_nav_menu_item($menu_id, 0, array(
'menu-item-title' => __('Contact Us', 'boutique-designer-shop'),
'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( 'boutique_designer_shop_topbar_text', 'Alurelle comes equipped with everything you need for a successful clothing & accessory shop website.' );
set_theme_mod( 'boutique_designer_shop_email', 'shop@support.com' );
set_theme_mod( 'boutique_designer_shop_call', '+1 123 456 7890' );
//-------------- Slider-----------------------
set_theme_mod('boutique_designer_shop_slider_count','4');
set_theme_mod('boutique_designer_shop_slide_heading','ALWAYS ON TREND');
for($i=1;$i<=4;$i++){
$title = 'Sartorial Splendor: Unveiling Boutique Delights';
$content = 'Welcome to Alurelle, where fashion meets elegance and style is celebrated. We are a boutique dedicated to providing our customers with a unique and memorable shopping experience.';
// Create post object
$my_post = array(
'post_title' => wp_strip_all_tags( $title ),
'post_content' => $content,
'post_status' => 'publish',
'post_type' => 'post',
);
$slider_post_id = wp_insert_post($my_post);
// Set theme mod for each post created
set_theme_mod('boutique_designer_shop_post_setting' . $i, $slider_post_id);
}
//-------------- Product-----------------------
set_theme_mod( 'boutique_designer_shop_product_section_sub_heading', 'NEW ITEMS' );
set_theme_mod( 'boutique_designer_shop_product_section_heading', 'OUR POPULAR PRODUCTS' );
set_theme_mod( 'boutique_designer_shop_product_category_number', '4' );
$prodcut_title=array('Puffed Sleeve Top','Women Solid Crop Top','Print Crepe Wrap Top','Solid Cold-Shoulder Top');
wp_insert_term(
'Popular_Products', // the term
'product_cat', // the taxonomy
array(
'description'=> '',
'slug' => 'Popular_Products',
'term_id'=>12,
'term_taxonomy_id'=>34,
));
if ( class_exists( 'WooCommerce' ) ) {
for($i=1;$i<=4;$i++) {
$title = $prodcut_title[$i-1];
$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.';
// Create post object
$my_post = array(
'post_title' => wp_strip_all_tags( $title ),
'post_content' => $content,
'post_status' => 'publish',
'post_type' => 'product',
);
// Insert the post into the database
$post_id = wp_insert_post( $my_post );
// Gets term object from Tree in the database.
$term = get_term_by('name', 'Popular_Products', 'product_cat');
wp_set_object_terms($post_id, $term->term_id, 'product_cat');
update_post_meta( $post_id, '_price', '$322.42' );
update_post_meta( $post_id, '_regular_price', '$322.42' );
// Fetch image and upload
$image_url = get_template_directory_uri() . '/assets/images/product'.$i.'.png';
$response = wp_remote_get($image_url);
if (is_wp_error($response)) {
// Handle error appropriately
continue;
}
$image_data = wp_remote_retrieve_body($response);
$upload_dir = wp_upload_dir();
$image_name= 'product'.$i.'.png';
$unique_file_name = wp_unique_filename($upload_dir['path'], $image_name);
$file = $upload_dir['path'] . '/' . $unique_file_name;
// Use wp_upload_bits to handle file upload
$upload = wp_upload_bits($unique_file_name, null, $image_data);
if ($upload['error']) {
// Handle upload error
continue;
}
// Check image file type
$wp_filetype = wp_check_filetype($upload['file'], null);
// Set attachment data
$attachment = array(
'post_mime_type' => $wp_filetype['type'],
'post_title' => sanitize_file_name($unique_file_name),
'post_content' => '',
'post_type' => 'product',
'post_status' => 'inherit',
'order' => 'ASC'
);
// Create the attachment
$attach_id = wp_insert_attachment($attachment, $upload['file'], $post_id);
// // Include image.php
// require_once(ABSPATH . 'wp-admin/includes/image.php');
// Define attachment metadata
$attach_data = wp_generate_attachment_metadata($attach_id, $upload['file']);
wp_update_attachment_metadata($attach_id, $attach_data);
// Assign thumbnail to post
set_post_thumbnail($post_id, $attach_id);
}
}
set_theme_mod( 'boutique_designer_shop_product_category', 'Popular_Products' );
} ?>