Docs & Resources

Documentation

Learn how to install, configure, and customize the EdgeWrapper theme to build premium web experiences.

Getting Started

Welcome to the EdgeWrapper theme documentation. This guide will help you understand the core features and how to make the most out of your new professional WordPress theme.

Note: This theme requires WordPress 5.8+ and PHP 7.4+ for optimal performance and security.

Installation Guide

Installing the EdgeWrapper theme is a straightforward process. Follow these steps to get your site up and running in minutes:

  1. Download the theme ZIP file from your account dashboard.
  2. Login to your WordPress Admin Area.
  3. Navigate to Appearance > Themes.
  4. Click the Add New button at the top.
  5. Click Upload Theme and select the ZIP file you downloaded.
  6. Click Install Now and then Activate.

Theme Settings

The EdgeWrapper theme uses the native WordPress Customizer for all global settings, providing a live preview of your changes.

  • Site Identity: Manage your logo, site title, and favicon.
  • Colors: Customize the primary, secondary, and accent colors to match your brand.
  • Typography: Select your preferred fonts from Google Fonts.
  • Header & Footer: Configure sticky headers and social media links in the footer.

Using Page Templates

Our theme comes with several pre-built page templates designed for high conversion and premium look.

Front Page

A dynamic hero section, features grid, and portfolio showcase.

Services

Detailed service listings with individual pages for each offering.

About Us

Team members, company history, and mission statement layout.

Customization Guide

For advanced users, we provide multiple hooks and filters to extend the theme's functionality without modifying the core files.

// Example of using a filter to change excerpt length add_filter('edgewrapper_excerpt_length', function($length) { return 40; });

API & Developer Reference

EdgeWrapper includes a built-in contact form handler and post seeder API for rapid development.

Function Description
edgewrapper_posted_on() Displays the publication date of a post.
edgewrapper_auto_create_pages() Automatically creates missing core pages on theme init.