DEV Community

Lucas Fenwick profile picture

Lucas Fenwick

Dev building things. Marketer selling things. Writing about JavaScript, PHP, and the psychology behind the pixels.

Joined Joined on  Personal website https://pixarlabs.com/

Pronouns

He/Him

Work

Developer at Pixar Labs

WordPress tells you a comment is "In reply to A WordPress Commenter." That is a name, not an ID

WordPress tells you a comment is "In reply to A WordPress Commenter." That is a name, not an ID

Comments
7 min read

Want to connect with Lucas Fenwick?

Create an account to connect with Lucas Fenwick. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
The WordPress post ID is already in every row of your admin list, core just never prints it

The WordPress post ID is already in every row of your admin list, core just never prints it

Comments
5 min read
The WordPress admin never shows featured images, and the reason is a design decision worth knowing

The WordPress admin never shows featured images, and the reason is a design decision worth knowing

Comments
4 min read
Copy-pasting a WordPress post only copies a third of it. Here is what the other two thirds are

Copy-pasting a WordPress post only copies a third of it. Here is what the other two thirds are

Comments
4 min read
WordPress has no button to duplicate a menu, and rebuilding one by hand quietly breaks your dropdowns. Here is why

WordPress has no button to duplicate a menu, and rebuilding one by hand quietly breaks your dropdowns. Here is why

Comments
5 min read
You dragged your WordPress posts into order and the front end ignored you. Here is the step every tutorial skips

You dragged your WordPress posts into order and the front end ignored you. Here is the step every tutorial skips

Comments
4 min read
Screen Options is the undo button on your client's dashboard, and the CSS fix everyone posts does not remove it

Screen Options is the undo button on your client's dashboard, and the CSS fix everyone posts does not remove it

Comments
5 min read
Removing the WordPress Site Health widget does not disable Site Health, and the four code paths nobody covers

Removing the WordPress Site Health widget does not disable Site Health, and the four code paths nobody covers

Comments
4 min read
Hiding the WordPress theme update notice takes three hooks, and the snippet every guide gives you does something else entirely

Hiding the WordPress theme update notice takes three hooks, and the snippet every guide gives you does something else entirely

Comments
4 min read
Hiding WordPress plugin update notices takes two hooks, and the snippet everyone pastes does something else entirely

Hiding WordPress plugin update notices takes two hooks, and the snippet everyone pastes does something else entirely

Comments 1
3 min read
Hiding the WordPress core update notice takes two hooks, not one (and why the badge survives)

Hiding the WordPress core update notice takes two hooks, not one (and why the badge survives)

Comments
2 min read
The WordPress "PHP Update Required" notice has no dismiss button — here's how to remove it (and why hiding fixing)

The WordPress "PHP Update Required" notice has no dismiss button — here's how to remove it (and why hiding fixing)

Comments
2 min read
The WordPress welcome panel doesn't go away when you dismiss it - here's how to actually remove it (site-wide)

The WordPress welcome panel doesn't go away when you dismiss it - here's how to actually remove it (site-wide)

Comments
2 min read
Every WordPress plugin dumps notices on your dashboard - here's how to hide them (without losing the ones that matter)

Every WordPress plugin dumps notices on your dashboard - here's how to hide them (without losing the ones that matter)

Comments
2 min read
WordPress has no search for its own admin menu — here's how to add one

WordPress has no search for its own admin menu — here's how to add one

Comments
2 min read
The WordPress admin menu has been 160px since 2013 — here's how to widen it

The WordPress admin menu has been 160px since 2013 — here's how to widen it

Comments
2 min read
Color-code your WordPress posts list by status (so you can actually scan it)

Color-code your WordPress posts list by status (so you can actually scan it)

Comments
2 min read
How to change the WordPress admin font (with any Google Font, no enqueue)

How to change the WordPress admin font (with any Google Font, no enqueue)

Comments
2 min read
How to replace the Gutenberg editor logo (without version-fragile CSS)

How to replace the Gutenberg editor logo (without version-fragile CSS)

Comments
2 min read
How to change the WordPress admin favicon (without an `add_action` hack)

How to change the WordPress admin favicon (without an `add_action` hack)

Comments
2 min read
I redesigned the WordPress admin UI without writing a line of CSS

I redesigned the WordPress admin UI without writing a line of CSS

Comments
1 min read
loading...