``` 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'); Chemistry Mcqs - ExamTonight - Largest MCQs and Forums Website - Page 6

ExamTonight – Largest MCQs and Forums Website

A. Oxygen
B. Hydrogen
C. Carbon
D. None of these

A. Hydrogen and Nickel Catalyst
B. Hydrogen and CO2
C. Hydrogen and O2
D. None of these

A. Hydrogen
B. CO2
C. O2
D. Nitrogen

A. Nitrous oxide N2O
B. CO2
C. NH3
D. O2

A. Marie Curie
B. Alexander Fleming
C. Pasture
D. None of the above

A. Silver
B. Iron
C. Gold
D. None of the above

A. Purity of water
B. Archimedes principal
C. Newton’s second law of motion
D. None of these

A. 1 Hydrogen and 1 oxygen atom
B. 2 Hydrogen and 1 oxygen atom
C. 2 Hydrogen and 2 oxygen atoms
D. None of the above

A. Alpha
B. Gamma
C. lionized Particles
D. None of the above