How To Put WordPress Under Maintenance Mode

How To Put WordPress Under Maintenance Mode

Sometimes when you need to run scheduled updates to your WordPress site, it’s a good idea to put it under maintenance. This stops visitors from having a bad experience while you are running the updates/changes to your site. This is great if the updates will take...
How to add CSS to WordPress dashboard

How to add CSS to WordPress dashboard

In this article you will learn how to correctly add custom CSS to your WordPress dashboard. This is great if you want to create a white-label solution in some cases. Adding CSS to the WordPress area will require some code to achieve. Adding CSS code to the WordPress...
How To Start A Podcast Using WordPress

How To Start A Podcast Using WordPress

In this article, we will show you the steps to take to start a podcast using your existing WordPress site using Seriously Simple Podcasting and will be aimed at beginners and will cover the basics of setting up a podcast with WordPress. You may download Seriously...
Send A Custom WordPress Email To A Newly Registered User

Send A Custom WordPress Email To A Newly Registered User

In this guide we will show you how to send a custom WordPress email to a newly registered user. This will use WP Zapier as an example, but these principles may apply to any WordPress hook. WordPress is really awesome, in that there’s almost a function for...
Setting Up A WordPress Child Theme

Setting Up A WordPress Child Theme

What Is A Child Theme? As defined by WordPress codex, a child theme is s theme that “inherits the functionality and styling of another theme, called the parent theme.” A child theme allows you to make changes to your WordPress theme without breaking the parent...