five-for-the-future/env/setup.sh
2024-09-20 12:15:08 +09:00

26 lines
572 B
Bash

#!/bin/bash
root=$( dirname $( wp config path ) )
wp db import "${root}/env/bpmain_bp_xprofile_data.sql"
wp theme activate wporg-5ftf-2024
wp plugin activate wporg-5ftf
wp rewrite structure '/%postname%/'
wp rewrite flush
wp option update blogname "Five for the Future"
wp plugin activate wordpress-importer
wp import "${root}/env/import.wxr" --authors=create
wp option update show_on_front 'page'
wp option update page_on_front 6
## Create a sample pledge since you can't do it in the admin.
wp post create --post_type=5ftf_pledge --post_title="Sample Pledge"