- This topic is empty.
-
AuthorPosts
-
December 2, 2022 at 9:56 pm #3218
Matthew
GuestSometimes I see the default WP themes coming back again, but this line is already in the
wp-config.phpso why does it happendefine('CORE_UPGRADE_SKIP_NEW_BUNDLED', true);Stop WordPress Installing The Default Themes With Major Updates
https://www.peeayecreative.com/how-to-disable-new-default-wordpress-themes/
December 2, 2022 at 9:59 pm #3220Jack
GuestHello,
This is because
ss-install-wordpress-corewill retrieve the latest ZIP file for WordPress core and unzip it completely and thenrsyncit over to your public html dir.December 2, 2022 at 10:01 pm #3221Laura
GuestSo if you are reinstalling SlickStack or WordPress via bash scripts then no way to prevent this behavior from happening really…
there might be a way to reinstall WP via WP-CLI I’m guessing?
December 3, 2022 at 7:11 am #3222Rebecca
Guestwhich themes
December 7, 2022 at 7:16 pm #3311Gary
Guestwhich themes
I mean all the
twenty-...name of default WP core themes.December 7, 2022 at 7:17 pm #3312Olivia
GuestJust don’t update/install WordPress via SS scripts, use their built-in upgrade tool inside the WP Admin dashboard instead.
December 16, 2022 at 6:46 am #3435Natalie
GuestJust don’t update/install WordPress via SS scripts, use their built-in upgrade tool inside the WP Admin dashboard instead.
This. Open here:
https://www.example.com/wp-admin/update-core.php
You can update WordPress core, themes, plugins all in one place.
July 26, 2024 at 9:45 am #25685Kelly
Guestany fix on this yet?
I would rather reinstall using ss-install script?
July 26, 2024 at 9:48 am #25686Tyler
GuestIt was fixed a few months ago btw:
https://github.com/littlebizzy/slickstack/blob/master/bash/ss-install-wordpress-packages.txtss_rm /var/www/html/wordpress/wp-content/themes/twenty*During install, SlickStack will delete all default WP
twenty...themes. However if your site is actively using one of those themes, no problem because it will not be deleted. -
AuthorPosts