berkeleylug:wordpress
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
berkeleylug:wordpress [2024-09-09T08:55:09+0000] – created (at least initial starting version) michael_paoli_admin | berkeleylug:wordpress [2024-09-10T23:53:02+0000] (current) – fix transposition michael_paoli_admin | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== Updating Plugins ====== |
Debian (at least >= 12) | Debian (at least >= 12) | ||
- see: [[https:// | - see: [[https:// | ||
Line 5: | Line 5: | ||
- use Debian package(s) as feasible, otherwise ... | - use Debian package(s) as feasible, otherwise ... | ||
- download .zip file | - download .zip file | ||
- | - generally WordPress wants to use FTP(S) | + | - to find out where to download |
- | - in general and as feasible, don't do that, but rather | + | |
- on the plugins page [[https:// | - on the plugins page [[https:// | ||
- generally --> (View details / Visit plugin site -->) WordPress.org Plugin Page / Plugin Homepage / Visit plugin site | - generally --> (View details / Visit plugin site -->) WordPress.org Plugin Page / Plugin Homepage / Visit plugin site | ||
- and then hopefully a download link on such page or reasonably accessible thereunder - but alas, some sites/ | - and then hopefully a download link on such page or reasonably accessible thereunder - but alas, some sites/ | ||
- | - extract and place in suitably named directory (generally same name as plugin) under / | + | |
- | - only use/create directory names that start with matching * file glob for plugins to actually show in WordPress (e.g. otherwise use names starting with . for temporary purposes) | + | |
- | - be sure to use appropriate ownerships/ | + | - note directories under there don't by their name determine the name of the plugin as it shows in WordPress, but rather the contents determine the name by which it shows in WordPress |
- | | + | - e.g. if there are two differently named directories with otherwise same content, both will show as two separate plugins with same name in WordPress and may be acted upon and then show, e.g. different status or versions, etc. - so don't do that |
- | - e.g. if there are two differently named directories with otherwise same content, both will show as two separate plugins with same name in WordPress and may be acted upon and then show, e.g. different status or versions, etc. - so don't do that | + | - only use/create directory names that start with matching * file glob for plugins to actually show in WordPress (e.g. otherwise use names starting with . for temporary/ |
- | - reload [[https:// | + | - be sure to use appropriate ownerships/ |
+ | - www-data: | ||
+ | - root:root and not writable by www-data to lock it down (may also be sym linked to location on /usr to be mostly mounted ro) | ||
+ | - alternatively one can (attempt to) update via '' | ||
+ | - generally preferable, as feasible, to not do that but instead manually download the .zip file and install as noted further above (notably for security reasons, etc.), but sometimes may not be feasible (e.g. unable to determine location to manually download .zip file from) | ||
+ | - using approach '' | ||
+ | | ||
+ | - if that fails it defaults to failover attempting (or prompting to attempt) via FTP(S) to access and alter the files on web site that way | ||
+ | - by adding '' | ||
+ | | ||
+ | ====== Updating Themes ====== | ||
+ | - rather similar to Plugins as noted above, except: | ||
+ | - (re)load [[https:// | ||
+ | - / | ||
+ | - There may not be a " |
berkeleylug/wordpress.1725872109.txt.bz2 · Last modified: 2024-09-09T08:55:09+0000 by michael_paoli_admin