``` 5. Click **Update File** to save changes ### Method B: Using Custom Plugin (Recommended) 1. Go to **Plugins > Add New** 2. Search for "Code Snippets" or install it 3. Activate the plugin 4. Go to **Snippets > Add New** 5. Paste the code above 6. Set "Run snippet everywhere" 7. Click **Save** ## Step 3: Create Custom Post Types You need to create MCQ, Test, and Job post types. Add this to your functions.php: ```php // Create Custom Post Types function create_custom_post_types() { // MCQs register_post_type('mcq', array( 'labels' => array( 'name' => 'MCQs', 'singular_name' => 'MCQ' ), 'public' => true, 'has_archive' => true, 'supports' => array('title', 'editor', 'custom-fields'), 'menu_icon' => 'dashicons-clipboard' )); // Tests register_post_type('test', array( 'labels' => array( 'name' => 'Tests', 'singular_name' => 'Test' ), 'public' => true, 'has_archive' => true, 'supports' => array('title', 'editor', 'custom-fields'), 'menu_icon' => 'dashicons-clock' )); // Jobs register_post_type('job', array( 'labels' => array( 'name' => 'Jobs', 'singular_name' => 'Job' ), 'public' => true, 'has_archive' => true, 'supports' => array('title', 'editor', 'custom-fields'), 'menu_icon' => 'dashicons-building' )); } add_action('init', 'create_custom_post_types'); Areas Mcqs - ExamTonight - Largest MCQs and Forums Website - Page 20

ExamTonight – Largest MCQs and Forums Website

A. 15.2 cm²
B. 20.4 cm²
C. 27.7 cm²
D. 30.5 cm²

A. 100 cm²
B. 150 cm²
C. 200 cm²
D. 314 cm²

A. 77 cm²
B. 98 cm²
C. 154 cm²
D. 77 cm²

A. 2 times
B. 3 times
C. 4 times
D. 6 times

A. 360 m²
B. 400 m²
C. 440 m²
D. 480 m²

A. 60 cm²
B. 70 cm²
C. 80 cm²
D. 90 cm²

A. 3 times
B. 6 times
C. 8 times
D. 9 times