Based on the Objective Subject Boilerplate. Adapted from the “_s” theme: http://underscores.me
If you want to change the theme's namespace, you'll need to find and replace the name in all the templates:
'obsub'
(inside single quotations) to capture the text domain.obsub_
to capture all the function names.Text Domain: obsub
in style.css. obsub
(with a space before it) to capture DocBlocks.obsub-
to capture prefixed handles.ObSub
to change theme name.Theme URI: https://github.com/ObjectiveSubject/wp-boilerplate
to change theme URI.Description: A wordpress theme
to change the description.Then, update the stylesheet header in style.css
and the links in footer.php
with your own information. Next, update or delete this readme.
Support for custom admin styles is provided in functions.php under "Custom Admin Dashboard styles", "Custom Admin Color Scheme", and "Custom Admin Login". Comment out or delete this code to disable support for custom styles in the admin area.
Custom admin colors are defined within admin/color-scheme/admin-colors.scss
. All color related overrides get compiled in this file. By editing the admin/_variables.scss
file, it's easy to create new color palettes.
A custom logo can be provided for the login page by simply replacing the login-logo.png
file in the images
directory. Further styles for this page should be defined within admin/login/admin-login.scss
Dashboard custom styles should be defined within admin/admin-dashboard.scss
.