Course Content
01 – Website Setup & WordPress Basics
This module teaches the foundational steps required to build a fully functional WordPress website from scratch. You will learn how to choose and register a domain name, set up reliable hosting, configure SSL, create email accounts, and install WordPress using both 1-click and manual methods. The lessons guide you through the WordPress dashboard, essential settings, and the key differences between posts and pages. You’ll also learn how to install and configure critical plugins for SEO, security, and backups, as well as how to select and activate the right theme for your website’s goals. By the end of this module, you will understand how to create pages, build navigation menus, and implement basic security practices to keep your site safe. This section provides the technical foundation needed to confidently build and manage your WordPress website.
0/12
02 – Elementor Page Building
This module shows you how to design professional, visually engaging website pages using Elementor’s drag-and-drop page builder. You will learn how to install Elementor, navigate the editor, and use sections, columns, and widgets to create clean, modern layouts. The lessons cover global colors and typography, designing hero sections, using containers with Flexbox, and building fully responsive pages for desktop, tablet, and mobile. You’ll also learn how to add images, videos, icons, galleries, buttons, forms, and calls-to-action that drive user engagement. This module teaches you how to build site-wide elements such as headers, footers, and reusable templates using Elementor’s Theme Builder. By the end, you’ll be able to design polished, conversion-focused website pages—without writing any code.
0/12
03 – Business Website Essentials
This module teaches you how to structure, plan, and create the essential pages every high-performing business website needs. You’ll learn how to clearly communicate what your business does, who you help, and why visitors should choose you. The lessons walk you through building an effective Home page, writing a compelling About page, creating a Services page that converts, and designing a Contact page with professional forms. You’ll also learn how to add trust-building elements such as testimonials, logos, and badges, as well as how to set up strategic calls-to-action throughout your site. This module covers blog creation, content planning, and the structure of your first posts, along with important legal pages your site must include. By the end, you’ll know how to create a complete, conversion-optimized business website that supports your goals and builds credibility with your audience.
0/12
04 – Branding & Visual Design
This module teaches you how to create a cohesive, professional visual identity for your website and brand. You’ll learn the fundamentals of branding, including how to choose color palettes, pair fonts, and create a consistent look across every page. The lessons cover layout balance, white space, and visual hierarchy so your designs are clean, modern, and easy to navigate. You’ll also learn how to create a simple logo using DIY tools like Canva, select brand-appropriate images, and use icons and graphics effectively. This module shows you how to build a complete brand style guide and avoid common design mistakes, while ensuring your website remains accessible for all users. By the end, you’ll be able to design a cohesive, visually appealing website that strengthens your brand identity and improves user experience.
0/12
05 – SEO & Website Traffic
This module teaches you how to optimize your website for Google search and attract consistent, high-quality traffic. You’ll learn what SEO is, why it matters, and how to choose the right keywords for your business. The lessons cover on-page SEO essentials such as titles, meta descriptions, alt text, internal linking, and proper blog structure. You’ll also learn how to create local SEO pages, optimize images for speed, and set up Google Analytics and Google Search Console to track your performance. This module shows you how to create content that ranks and attracts customers, as well as how to drive additional traffic through social media. By the end, you’ll understand how to build a search-friendly, high-visibility website that brings in more visitors and potential customers over time.
0/12
06 – Website Launch & Maintenance
This module teaches you how to successfully launch, manage, and maintain your WordPress website for long-term performance. You’ll learn how to follow a complete pre-launch checklist, test your site across devices, and ensure all links, forms, and layouts work correctly. The lessons cover essential speed optimization techniques such as caching and minification, along with key security practices including firewalls, malware scans, and automatic backups. You’ll also learn how to connect your domain using DNS, monitor site propagation, and use analytics tools to track traffic and performance. This module shows you how to safely update WordPress, themes, and plugins, troubleshoot common errors, maintain mobile responsiveness, and follow a monthly website maintenance routine. By the end, you’ll know how to keep your site fast, secure, and running smoothly long after launch.
0/12
How to Make a Website

Launching Your Website (DNS & Propagation)

When your website is ready to go live, the final step is connecting your domain to your hosting. This involves updating DNS records, waiting for propagation, and verifying everything loads correctly worldwide.


1) Pre-Launch Checklist

    • SSL installed and HTTPS working.

    • Site visible on staging or temporary URL.

    • Permalinks set correctly (Settings → Permalinks).

    • Tested on mobile, tablet, and desktop.

    • No “Coming Soon” or maintenance mode active.

    • Backup created before launch.

Tip: Keep your staging/test URL available until the domain is fully propagated.


2) DNS Basics (What They Are & Why They Matter)

    • A Record: Points your domain to your hosting server’s IP address.

    • CNAME: Points a subdomain to another domain (e.g., www@).

    • MX Records: Email routing (very important if using Google Workspace, Microsoft 365, etc.).

    • TXT Records: Verification (Google Search Console), security (SPF, DKIM, DMARC).

Your goal is to update the DNS so your domain loads your new website without breaking email or external services.


3) Pointing Your Domain (Most Common Method)

Option A — Update A Record (Recommended)

    • Log into your domain registrar (Namecheap, GoDaddy, Google Domains replacement, etc.).

    • Edit the A record for @ to your hosting IPv4 address.

    • Set TTL to 300 (5 minutes) or the lowest option for faster propagation.

    • Ensure www CNAME points to @ (or directly to your root domain).

Option B — Change Nameservers (If Using Cloudflare or Host’s DNS)

    • Get nameservers from your host or CDN (e.g., Cloudflare).

    • Paste them into your domain registrar under “Nameservers.”

    • DNS is now managed externally; configure DNS records in the new panel.

    • Propagation may take longer (4–48 hours typical).

Important: Do not change MX records unless you are intentionally moving email hosting.


4) DNS Propagation (What to Expect)

DNS propagation is the time it takes for DNS changes to update worldwide. During this period:

    • Some visitors see the new site.

    • Others still see the old host or staging site.

    • Your local device may show cached or outdated results.

Typical propagation time: 30 minutes – 24 hours
Full global update: Up to 48 hours

Tools to Check Propagation

    • dnschecker.org

    • whatsmydns.net

    • cloudflare-dns.com (for DNS-over-HTTPS checks)


5) After DNS Goes Live

    • Force HTTPS in your host or via plugin (Really Simple SSL or hosting panel).

    • Update WordPress Address & Site Address (Settings → General).

    • Re-save permalinks (fixes 404 errors).

    • Verify images, forms, and internal links work.

    • Connect Google Analytics & Search Console (if not already).

    • Submit your sitemap to Search Console.

    • Check “mixed content” issues (HTTP assets loading on HTTPS pages).

Warning: If your WordPress URL does not match your live domain, you may get redirect loops or blank pages.


6) Common Launch Issues & Fixes

    • Site loads old version → clear DNS cache, local cache, plugin cache, CDN cache.

    • SSL not working → install certificate, force HTTPS, check Cloudflare SSL mode (Full/Strict).

    • Mixed content warnings → replace old URLs or run a search-and-replace tool.

    • Email stopped working → MX records changed or overwritten (restore old ones).

    • Too many redirects → mismatched URL settings, HTTPS conflicts, or Cloudflare page rules.

    • 404 on pages → re-save permalinks.


7) Final Launch Checklist

    • DNS updated (A record or nameservers) and propagation checked.

    • Site loads correctly on HTTPS worldwide.

    • Email still working (MX untouched or updated properly).

    • Forms tested (contact, quote, order forms).

    • Google Analytics & Search Console connected.

    • Sitemap submitted; SEO plugin configured.

    • Page speed checked (PSI/GTmetrix) after going live.

    • Backups set up and working.