WordPress

All posts tagged WordPress

WordPress has a “feature” where it takes what you write, disregards your wishes and does whatever it wants with it.

It mangles things like quotes and hyphens. This really irritates me, but I was never pissed off at the right moment to want to look into fixing it.

However, WordPress version 3.6 decided to use Ellipses (…) instead of three dots (…) which I found while in the right mood. If there were a WordPress developer handy, there would be a WordPress developer with their hands pulled off.

Continue Reading

spiralofhope logo 768x768-white-background

Somehow my postings always have a couple of issues that I find after posting them. I always find myself editing and re-editing and re-re-editing a post to improve it, even though I scan it carefully a couple of times before the initial post. I guess I’m still a wiki user at heart.

My apologies to anyone who is subscribed via RSS, as they will probably be fed the original creation. =/

WordPress logo white

Blogging is an interesting concept. It’s something I’ve toyed with since before the term was coined.

It’s never seemed to be particularly useful to me. Each item is a kind of pointless bit of gossip whose usefulness is at first questionable and which becomes less and less valuable over time.

See also:


WordPress >

  • 2017-08-02 — Exporting through the WordPress panel is not reliable and is broken for large blogs.

    • I use PhpMyAdmin and dump the entire table as an SQL file.
  • 2015-12-10 — My concerns are no longer valid.

    • It’s easy enough to FTP-download the images, and re-upload them to a new place.
    • Exporting and importing the “WordPress eXtended RSS” (WXR) file is trivial.
    • A simple XML file is small enough that there should be no file size concerns.

While there are export and import features in /wp-admin/export.php, I did some thinking and research to learn that there some issues with the functionality.

  1. Importing a large database is non-trivial
  2. There is no file/image backup-and-restore
  3. Changing URLs requires setting changes or database editing

Continue Reading