justdev/jdwptheme

WordPress boilerplate theme foe modern development

2.0.3 2021-09-17 13:18 UTC

This package is auto-updated.

Last update: 2024-05-17 19:23:26 UTC


README

GitHub release

WordPress TWIG Starter

Overview

This is WordPress theme with custom identity

Features

Requirements

Installation

  1. Create a new WordPress theme. In your /wp-content/themes/
    $ composer create-project justdev/jdwptheme theme-name
  2. Open your WP admin and activate your new theme

To use this theme you need to install:

  1. ACF or ACF PRO

For content development in this theme Download ACF

  1. Timber

For timber development in this theme

Download Timber

  1. Customize Web

For customize this theme in Theme Settings

localhost/wp-admin/customize.php

In the theme settings you can

  • Disable gutenberg and all its styles and scripts

  • Remove all standard styles and scripts

  • Connect a custom frontend with such capabilities

    • Only assets (use css/js/images/icons from frontend)
    • Only templates (use twig templates from frontend)
    • Mix (use full frontend)
  1. FrontEnd

For use external frontend you need put in 'theme_name/frontend' you frontend from https://github.com/kirilldorozhynskyi/starter_frontend_twig Or custom frontend developed by starter_frontend_twig

Download FrontEnd And setup by instruction in git

After installing the theme, you can start developing your project