// ===== CREATE ALL PAGES ON THEME ACTIVATION ===== function vahanmilap_create_all_pages() { $pages = array( 'about' => array( 'title' => 'About Us', 'template' => 'page-about.php', 'content' => '' ), 'process' => array( 'title' => 'How It Works', 'template' => 'page-process.php', 'content' => '' ), 'projects' => array( 'title' => 'Project Board', 'template' => 'page-projects.php', 'content' => '' ), 'features' => array( 'title' => 'Features', 'template' => 'page-features.php', 'content' => '' ), 'pricing' => array( 'title' => 'Pricing', 'template' => 'page-pricing.php', 'content' => '' ), 'contact' => array( 'title' => 'Contact Us', 'template' => 'page-contact.php', 'content' => '' ), 'faq' => array( 'title' => 'Frequently Asked Questions', 'template' => 'page-faq.php', 'content' => '' ), 'terms' => array( 'title' => 'Terms & Conditions', 'template' => 'page-terms.php', 'content' => '' ), 'privacy' => array( 'title' => 'Privacy Policy', 'template' => 'page-privacy.php', 'content' => '' ), 'login' => array( 'title' => 'Login', 'template' => 'page-login.php', 'content' => '' ), 'register' => array( 'title' => 'Register', 'template' => 'page-register.php', 'content' => '' ) ); foreach ($pages as $slug => $page) { $existing_page = get_page_by_path($slug); if (!$existing_page) { $page_id = wp_insert_post(array( 'post_title' => $page['title'], 'post_name' => $slug, 'post_status' => 'publish', 'post_type' => 'page', 'post_content' => $page['content'], 'post_author' => 1 )); if ($page_id && !is_wp_error($page_id)) { update_post_meta($page_id, '_wp_page_template', $page['template']); } } else { // Update existing page to use correct template update_post_meta($existing_page->ID, '_wp_page_template', $page['template']); } } flush_rewrite_rules(); } add_action('after_switch_theme', 'vahanmilap_create_all_pages'); add_action('init', 'vahanmilap_create_all_pages');
Last updated: March 2025
By accessing or using Vahanmilap's platform, you agree to be bound by these Terms & Conditions. If you do not agree to these terms, please do not use our services.
To use our platform, you must register for an account and provide accurate information. You are responsible for maintaining the confidentiality of your account credentials.
All users must complete the verification process by submitting valid government IDs. We use third-party services to verify documents.
Contractors posting projects on Vahanmilap agree to:
Transporters bidding on projects agree to:
The bidding process and contract formation:
Our payment and fee structure:
In case of disputes:
Vahanmilap acts as a platform connecting contractors and transporters. We are not responsible for the quality, safety, or legality of the projects, bids, or work performed. Our liability is limited to the subscription fees paid in the last 12 months.
We reserve the right to modify these terms at any time. Changes will be effective immediately upon posting on the website. Continued use of the platform constitutes acceptance of the modified terms.
For questions about these Terms & Conditions, please contact us at:
Email: legal@vahanmilap.com
Phone: +91 98765 43210
Address: 123, Main Street, Rajgangpur, Sundargarh, Odisha - 770017