Source of media files
Move images and other media files which have to be loaded by URL to the cloud so the URLs don't have to be fiddled with as the site is copied around
using local/wp/wp for all content
Move images and other media files which have to be loaded by URL to the cloud so the URLs don't have to be fiddled with as the site is copied around
Something basic with the master at localhost/wp/wp and distributed around to the various default cloud sites
Each post has only one Category. It can have various tags
If these can be made to work smoothly I may not need a hybrid site, like my new garden, but look carefully at Planting Plans. This may be another case like CAS membership form with payment where I can use a shortcode to basically dump code on a WP page and not worry about registering […]
The gallery shortcode is eminently copyable because it doesn't include urls.
If you don't want the image to pop out with a Fancybox effect use a gallery shortcode with link="none". To get a pop out link="file" The advantage of using single image galleries in this way is that the code is very simple and there are no urls to interfere with copying.
I'm surprised this isn't part of WP core. There are a few plugins which address the problem, at least one of which admits to being susceptible to being bypassed by a knowledgeable hacker. It ought to be possible to see how strong a user's password is from the dashboard.
I set this flag so a register button now appears above the log-in button at the bottom of the left-hand menu. Let's see what happens
Something between a page and a series of posts. Initial experiments quite promising, but requiring a child theme for each theme used is not a good thing.