Fepper Child
February 11, 2021 ยท View on GitHub
Description
Use this child theme to customize the Fepper parent theme.
Installation
- Install WordPress alongside Fepper.
- Be sure there is an instance of the Fepper parent theme
at
backend/wordpress/wp-content/themes. - Activate this theme in the browser admin at /wp-admin/themes.php
Fepper Usage
- Install Fepper.
- Launch Fepper on the command line:
fp
- Write your frontend code in the
sourcedirectory. - Sync your frontend code with the WordPress backend:
fp syncback
WordPress Usage
- This child theme demonstrates a Hero + Subs + Dagwood graphical layout for the homepage.
- The Hero section will be populated by the first post under the Hero category.
- The Subs section will be populated by the first three posts under the Sub category.
- The Dagwood section will be populated by a configurable number of posts that are neither Heroes nor Subs.
- The Hero + Subs + Dagwood layout is by no means mandatory.
- You are welcome (indeed encouraged) to use any frontend code you wish.