Posts Tagged "Wordpress"

How to style the WordPress Login Page

Posted on Sep 8, 2020

It’s relatively easy to add your own logo and a custom message to the default WordPress login page. Several plugins let you do that, but I’m a big fan of a little “hard coding”. It...

Learn More

Where is the WordPress is_blog() Function

Posted on Sep 4, 2020

There appears to be a conditional function sorely missing from WordPress Core. We can test if we’re currently on a single post using is_singular(), or if we’re on a page using is_page() or if...

Learn More