Giter VIP home page Giter VIP logo

_s's Introduction

_s (underscores) fork

Customized fork of the _s (underscores) WordPress theme by Automattic.

Manual setup

Initial steps

  1. Download a clone/copy of this repository and rename the folder (for example, custom-wp-theme).
  2. Move the folder into the wp-project-name/wp-content/themes/ directory.
  3. Open the folder in a text editor and perform a five-step find-and-replace on the name in all files.

Find-and-replace steps

  1. Search for '_s' (inside single quotations) to capture the text domain.
    • Search for: '_s'
    • Replace with: 'custom-wp-theme'
  2. Search for _s_ to capture all the function names.
    • Search for: _s_
    • Replace with: custom_wp_theme_
  3. Search for Text Domain: _s in style.css.
    • Search for: Text Domain: _s
    • Replace with: Text Domain: custom-wp-theme in style.css.
  4. Search for  _s (with a space before it) to capture DocBlocks.
    • Search for:  _s
    • Replace with:  Custom_WP_Theme
  5. Search for _s- to capture prefixed handles.
    • Search for: _s-
    • Replace with: custom-wp-theme-

Final steps

Finish customizing the theme by editing the following files:

  1. proxy URL in gulpfile.js
  2. name and description values in package.json
  3. Name of the global object variable in /es6/main.js
  4. Description value in /sass/style.scss
  5. Contents of readme.md

_s's People

Contributors

obenland avatar davidakennedy avatar ianstewart avatar karmatosed avatar sixhours avatar bappi avatar emiluzelac avatar jrfnl avatar grappler avatar tiagonoronha avatar sarahmonster avatar philiparthurmoore avatar fklein-lu avatar kovshenin avatar iamtakashi avatar thomasguillot avatar samikeijonen avatar p0o avatar mrwweb avatar gatespace avatar michiecat avatar aahan avatar alaczek avatar dmtrmrv avatar josephfusco avatar mor10 avatar slobodan avatar hugobaeta avatar limestreet avatar truongwp avatar

Watchers

 avatar

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.