WordPress

All things WordPress on this site.

All the pages about WordPress

Plugin-readme Parser

Details of an updated WordPress plugin to parse WordPress plugin readme files and display the contents as HTML.

Blipper Widget: readme

The Blipper Widget readme file.

WordPress block markup reference

I list as many WordPress block markup tags as possible.

WordPress block theme development: field notes

I try to make sense of how to create WordPress blocks programatically.

WordPress errors and solutions

WordPress errors I have come across, along with their solutions.

WordPress

Everything on the site about WordPress appears here.

Panda-Puss: a new WordPress theme

The home page of the Panda-Puss theme for WordPress by Pandammonium.

WP Blimporter

A brief description of WP Blimporter.

Blipper Widget

About the Blipper Widget plugin for WordPress.

WordPress development

My WordPress development.

All the posts about WordPress

Blipper Widget v1.2.3: now with caching

I add caching to the Blipper Widget plugin to make its loading faster and to reduce the number of hits on the Blipfoto server to reduce the likelihood of hitting the rate limit.

0 comments

Plugin-readme Parser, a WordPress plugin

I update an existing WordPress plugin to parse WordPress plugin readme files and display the contents as HTML.

0 comments

Blipper Widget 1.2.0 is released

Here’s what’s new in Blipper Widget 1.2.0.

0 comments

Blipper Widget 1.1.3 is released

I update Blipper Widget to indicate how it works with WP 6.0.1.

0 comments

WordPress search block and search results: improved

WordPress 6.0 improves the behaviour when no results are found.

0 comments

Official WordPress block documentation exists

I find the official WordPress documentation for the core blocks.

0 comments

WordPress block settings: I’ve found them

I finally find some answers to my block markup questions.

0 comments

Adding a navigation menu to a WordPress block theme

I work out how to register menu locations for themes, which seems pointless, actually.

0 comments

WordPress search block and search results

The lack of conditional logic in HTML files is causing problems. This problem doesn’t exist with PHP files.

0 comments

I’ve just realised something about WordPress block styling, and it’s not good

I realise that semantic classes are not compatible with the Site Editor’s settings.

0 comments

WordPress block parts

I talk briefly about WordPress block theme parts and compare them to the classic theme equivalent.

0 comments

WordPress navigation blocks

I discover how to add a navigation block to a WordPress block theme. I note some of the markup that can be used with such blocks.

2 comments

Adding your own classes to WordPress blocks

I find out how to add classes to WordPress blocks without breaking the WordPress editor.

0 comments

WordPress block template markup: types of tag

There are two types of WordPress block template markup, just as there are two types of HTML tags. I explain.

0 comments

There’s a Sublime Text package to auto-complete WordPress blocks

I have an idea for helping with WordPress block templates: an auto-completion package for Sublime Text.

0 comments

WordPress block template documention

I look for documentation to help with creating my WordPress block theme Panda-Puss.

0 comments

The trouble with clever interfaces

I grumble about WordPress blocks – again.

0 comments

Designing Panda-Puss isn’t straightforward

I finally get down to writing code for my WP Panda-Puss theme. It’s confusing.

0 comments

A new logo for Blipper Widget

I use my new Pandammonium logo as a base for my new Blipper Widget logo.

0 comments

A logo for Panda-Puss

I use my new Pandammonium logo as a base for my new Panda-Puss logo.

0 comments

Blipper Widget 1.1.2 is released

I release Blipper Widget 1.1.2, but compatibility has only been fully tested up to WP 5.7.

0 comments

Panda-Puss base theme change

I change the type of my Panda-Puss theme from a traditional one to a new-fangled block theme.

0 comments

Adding/enabling missing PHP modules in WordPress

I am thwarted yet again by WordPress, but not for long!

0 comments

Nobody panic, but PHP is missing the MySQL extension, which is required by WordPress

I see a terrible new-to-me error and think it will be awful to fix; but it’s even simpler than the internet says it is.

0 comments

Strange changes to this site’s design

I notice this site looks a bit odd. What’s going on?

0 comments

Weird colour effects: apologies

My website inexplicably goes weird, but I more-or-less fix it.

0 comments

Installing and using Sass

I want to use SCSS, so I have to install Sass.

0 comments

WordPress 5.8

I update WordPress and find its new block widgets have broken my site. Then I fix it – temporarily.

0 comments

A new WordPress theme

I announce the creation of a new WordPress theme I’m working on.

0 comments

WordPress themes

I start learning how to write a WordPress theme.

0 comments

Blipper Widget 0.0.9 released

I release Blipper Widget 0.0.9.

0 comments
"database"

Error establishing a database connection: solved

I fix the error in establishing a database connection.

0 comments
"database"

Error establishing a database connection

Me and my website have database woes. Sorry about that.

0 comments

Blipper Widget 0.0.7 released

Blipper Widget 0.0.7 is released.

0 comments

Blipper Widget 0.0.6 released

Blipper Widget 0.0.6 is released.

0 comments

Blipper Widget is now available through the WP Plugin Directory

Blipper Widget is now available for your installing pleasure from the WordPress Plugin Directory.

0 comments

Blipper Widget: approved!

WordPress approve Blipper Widget. On to the next step.

0 comments

Blipper Widget: submitted!

I submit Blipper Widget for review.

0 comments

Readying Blipper Widget for the WordPress Plugin Repository

I prepare Blipper Widget for submission to the WordPress Plugin Repository.

0 comments

Blipper Widget — back in business

I fix Blipper Widget, hurrah.

0 comments

WP Blipper Widget suffers setback

WP Blipper Widget becomes Blipper Widget… and breaks.

0 comments

Images reinstated

The images are back in my blog posts.

0 comments

Image problem

I thought it would be easy to fix the missing images on my blog, but it isn’t.

0 comments

WP Blipper Widget: options

I separate the options into those that work behind the scenes and those that affect the appearance of the widget.

0 comments

Demo: WP Blipper Widget

WP Blipper Widget is now live on this site!

0 comments

WP Blipper Widget: fixed

Digital Ocean help me find and fix the error that killed my plugin — oh, happy day.

0 comments

WP Blipper Widget problems: PHP?

WP Blipper Widget has technical problems on Digital Ocean. Is it related to PHP?

0 comments

Simplifying always helps

WP Blipper Widget update: scrap the over-complicated boilerplate WP plugin; start from scratch with one file.

0 comments

WP settings as arrays

Setting up the settings in my WP Blipper plugin.

0 comments

WP plugin structure

Developing a WP plugin using a boilerplate plugin.

0 comments

Development environment

Setting up my environment for my WordPress plugin development.

0 comments

Connecting Blipfoto to WordPress

Why I’m developing a plugin to connect Blipfoto to WordPress.

2 comments

Reason for month-long downtime

If you recall, I broke my site really badly in January, and it was down for a month till February. This is what happened.

0 comments
continue development ← panda-puss → bare clone (local) → pp-template →mirror push (remote) → pp-template → new

Duplicating a git repository to create a template repository

I learn how to do something complicated-looking in git that’s actually pretty straightforward.

0 comments

Adding a navigation menu to a WordPress block theme

I work out how to register menu locations for themes, which seems pointless, actually.

0 comments

A new logo for Blipper Widget

I use my new Pandammonium logo as a base for my new Blipper Widget logo.

0 comments

A logo for Panda-Puss

I use my new Pandammonium logo as a base for my new Panda-Puss logo.

0 comments

MacOS, Apache, MySQL, PHP – without MAMP

I tire of MAMP and set up Apache, MySQL and PHP directly on my computer.

0 comments

I’ve added a copy button

I add a copy button to keyboard commands for your convenience.

0 comments

Speeding up this site

I make pandammonium.org faster.

0 comments

Installing and using Sass

I want to use SCSS, so I have to install Sass.

0 comments