Skip to content

Instantly share code, notes, and snippets.

@mannieschumpert
Last active April 18, 2017 16:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mannieschumpert/2f89bcd1eb5a540dad59 to your computer and use it in GitHub Desktop.
Save mannieschumpert/2f89bcd1eb5a540dad59 to your computer and use it in GitHub Desktop.
Remove all themes auto-installed by Softaculous on SiteGround
# move into the themes folder
cd public_html/wp-content/themes
# remove unwanted themes
# of course remove the older WP default themes from the script if you want to keep them
rm -rf -- {Builder-Cohen,Builder-Paige,World,siteground-wp23,siteground-wp73,Builder-Madison,Universe,siteground-wp63,twentythirteen,twentytwelve}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment