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 8th May 2026 at 06:43 by Louisa
Categories and tags are the two default WordPress taxonomies used to organise content, with categories serving as broad, mandatory groupings (like topics in a library) and tags providing specific, optional keywords for granular details. Categories are hierarchical (parent/child), while tags are not. In practice individual sites will have their own guidelines for how to use […]
Category: Misc Tags: category tag taxonomy
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: