Studiopress Genesis Theme Free Download
Aug 22, 2019 Free Download Magazine Pro Genesis Child Theme v3.3.0 Free Download Academy Pro Genesis Child Theme v1.0.6 Free Download Milan Pro Theme by StudioPress Latest v1.1.0 Free Download News Pro Genesis Child Theme Latest v3.2.2 Free Download Altitude Pro Genesis Child Theme v1.2.2 Free Download Eleven40 Pro Genesis Child Theme.
GitHub project link: https://github.com/studiopress/genesis-sample/.
Installation Instructions
- Upload the Genesis Sample theme folder via FTP to your wp-content/themes/ directory. (The Genesis parent theme needs to be in the wp-content/themes/ directory as well.)
- Go to your WordPress dashboard and select Appearance.
- Activate the Genesis Sample theme.
- Inside your WordPress dashboard, go to Genesis > Theme Settings and configure them to your liking.
Theme Support
Please visit https://my.studiopress.com/help/ for theme support.
For Developers
The version of Genesis Sample on GitHub includes tooling to check code against WordPress standards. To use it:
- Install Composer globally on your development machine. See Composer setup steps.
- In the command line, change directory to the Genesis Sample folder.
- Type the command
composer install
to install PHP development dependencies. - Type
composer phpcs
to run coding standards checks.
You'll see output highlighting issues with PHP files that do not conform to Genesis Sample coding standards.
Run composer phpcbf
if you see “phpcbf can fix the x marked sniff violations automatically” in the output of composer phpcs
.
npm scripts
Studiopress Genesis Themes
Scripts are also provided to help with CSS linting, CSS autoprefixing, and creation of pot language files. To use them:
- Install Node.js, which also gives you the Node Package Manager (npm).
- In the command line, change directory to the Genesis Sample folder.
- Type the command
npm install
to install dependencies.
You can then type any of these commands:
npm run autoprefixer
to add and remove vendor prefixes instyle.css
.npm run makepot
to regenerate thelanguages/genesis-sample.pot
file.npm run lint:css
to generate a report of style violations forstyle.css
.npm run lint:js
to generate a report of style violations for JavaScript files.npm run fix:js
to fix any JavaScript style violations that can be corrected automatically.npm run zip
to create a genesis-sample.zip. Files in theexcludes
array inscripts/makezip.js
are omitted.
Packaging for distribution
- Follow the install instructions for npm scripts above.
- Switch to the git branch you plan to distribute.
- Bump version numbers manually and commit those changes.
- Type
npm run zip
to creategenesis-sample.zip
. Files in theexcludes
array inscripts/makezip.js
are omitted from the zip.filename.md
files will be renamed tofilename.txt
.