Posted on 12th May 2026 at 16:51 by NickP
Applied the standard fix to the database to set everything to utf8mb4_general_ci. That made the ASCII art in the post about Astro routing work. Renamed the database to admin2_ncvp_me_wp. Had to apply admin2_17926 user privileges to new database. I don't remember having to do that before. Re-applied box-sizing: border-box to ncvp-class style.css. That fixed the […]
Categories: Development News Tags:
Posted on 8th May 2026 at 19:08 by NickP
Test Astro generated tag line. WordPress forces a post to be in at least one category. 1, 2 and 3 categories display perfectly. Date looks good.
Category: Techniques Tags: code image media
Posted on 6th May 2026 at 10:51 by NickP
This is all about the mapping between site-url/xxxx/yyyy/zzzz and Astro pages. Even though there are no files in the /src/pages tree, the magic files [slug].astro, [...path].astro perform the same sort of rôle as if there were. Add these to /src/: └── pages ├── author │ └── [slug].astro ├── category │ └── […]
Categories: Admin Development News Tags:
Posted on 5th May 2026 at 09:36 by NickP
Make static front end for ncvp.me/wp. Make GitHub repo astro-wpress, link Cloudflare to it and deploy.
Categories: Admin Development News Tags:
Posted on 19th Feb 2026 at 10:51 by NickP
Something basic with the master at localhost/wp/wp and distributed around to the various default cloud sites
Category: Admin Tags:
Posted on 19th Feb 2024 at 10:45 by NickP
One way way of including images in a page of text is to put them in single image galleries. They can be made to pop out or not with the use of link="file" or link="none". Control over size is limited to Large, Medium or Thumbnail, but this is often sufficient. Some HTML is required to […]
Category: Techniques Tags: gallery image text
Posted on 31st Mar 2023 at 15:59 by NickP
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 […]
Category: Admin Tags: design test
Posted on 26th Mar 2023 at 10:48 by NickP
This method is very straightforward for static images. The thumbnail caption is explicitly coded. It makes no difference whether the image is from the media library or external. The static picture of the Nymph immediately follows this text ... Friend of Echo ... and this text immediately follows the Nymph. Maecenas id sapien risus. Nullam varius […]
Category: Techniques Tags: design html images text textflow
Posted on 21st Aug 2017 at 08:02 by NickP
Raw HTML seems to be the way forward. This one doesn't pop-out: Hellebores This one does. As usual, you have to enter the img url twice: Hellebores There's inevitably some fiddling required when sites are moved around, but it's probably less than the single-image gallery method.
Category: Admin Tags:
Posted on 16th Aug 2015 at 16:35 by NickP
The root is level 0. We never see it. The pages in the top menu are level 1. This menu is effectively static. The menu item for this level two page appears at the extreme left of the side menu.
Category: Admin Tags: