Quick tutorial on how to change the name, description, author, and tags of your WordPress theme. I also go over how to add a screenshot for the WordPress theme.
Steps
- Open the
style.css
file in your WordPress theme - Edit the top portion of the commented section to anything you would like. Here is what our demo looks like:
123456789101112/*Theme Name: BootstrapWPTheme URI: https://bootstrapwp.comAuthor: Brad WilliamsAuthor URI: https://bootstrapwp.comDescription: Awesome Bootstrap WordPress themeVersion: 3.2.0License: GNU General Public License v2 or laterLicense URI: http://www.gnu.org/licenses/gpl-2.0.htmlText Domain: bootstrapwpDomain Path: /languages/Tags: bootstrap, responsive, wordpress, left-sidebar, contact
- Create a new image that is 880×660 and named
screenshot.png
. Overwrite the currentscreenshot.png
in your WordPress theme files - Done!
Notes from the Video
Here is a link to the WordPress codex that goes over the theme stylesheet. Here is a link to the WordPress codex that goes over the theme screenshot.
Feedback
Please let me know what you think of this tutorial and if you need help with anything.