This WordPress theme is designed to create a custom "Skills" and "Projects" post type, along with custom fields for the homepage and projects.
To get started with the WebSpace WordPress theme, follow these steps:
- Navigate to the
/wp-content/themes/
folder in your WordPress installation. - Clone this repository
git clone git@github.com:web-space-dev/website-backend-theme.git
- Log in to your WordPress admin dashboard.
- Go to "Appearance" > "Themes".
- Find the "WebSpace" theme and click on the "Activate" button.
To import the database from version control, open a site shell in Local, and run the following command:
wp db import database.sql
To export your current database to add to version control, open a site shell in Local, and run the following command:
Note: This will overwrite the
database.sql
file in the root of the theme, maybe good to check before commiting this up
wp db export --add-drop-table database.sql
This WordPress theme is released under the MIT License.