Code Monkey home page Code Monkey logo

edd-starter-theme's Introduction

Easy Digital Downloads Starter Theme

This basic starter theme is designed to be the starting point for creating your own Easy Digital Downloads specific themes in WordPress.

All of the basic template files are included, as well as the special template files for showing download/product information from EDD.

View a demo of this theme.

Build your own awesome digital store themes

Easy Digital Downloads makes it exceptionally easy to setup a digital store, and this theme is designed to make it really easy to create your own themes, built just for EDD.

Child theme ready

The EDD Starter theme is ready for child themes, and I highly recommend you set yours up as a child theme.

To setup a child theme, follow these steps:

  • place the edd-starter theme folder in your wp-content/themes/ directory
  • create a new folder named anything, such as "your-edd-theme", and place it also in wp-content/themes/
  • create a file in your new theme folder called style.css and place the following contents inside of it:
/*
Theme Name:     Your Theme Name
Description:    Description of your theme
Author:         Your name
Author URI:		 http://yoursite.com
Template:       edd-starter
*/

@import url("../edd-starter/style.css"); 

Your theme will now be available in the Appearance > Themes page and you can modify the CSS to your liking.

For more information about child themes, visit the Codex page.

Configure EDD Constants and Extra Settings

The includes/edd-config.php file demonstrates a variety of filters and constants you can use to modify EDD from the theme. This includes changing the post type labels and slug, disabling the downloads archive, disabling the default styles, removing the default purchase buttons, and more.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.