- In your WordPress admin panel, navigate to
Appearance->Themes - Click Add New
- Click Upload Theme
- Upload the zip file that you downloaded
- Activate the
ALPS for WordPress Child Theme
- The parent
ALPS for Wordpresstheme needs to be installed - The parent theme folder needs to be labeled
alps-wordpress-v3 - The child
ALPS for Wordpress Childtheme needs to be activated - The child theme folder needs to be labeled
alps-wordpress-v3-child
Use this folder structure to override files in the parent theme.
themes/alps-wordpress-v3-child/
├── dist/
│ ├── images/
│ ├── scripts/
│ └── styles/
└── views/
├── layouts/
└── patterns/
├── 00-atoms/
│ ├── icons/
│ └── logos/
├── 01-molecules/
│ ├── blocks/
│ ├── components/
│ ├── forms/
│ └── navigation/
└── 02-organisms/
├── asides/
├── content/
├── global/
└── sections/