Connect your WordPress site to Github/Sentry via your EC2 instance
-
Jane James
-
September 27, 2021
-
AWS, Wordpress
-
3 Comments
Connect your WordPress Site to Sentry for application monitoring If you maintain a corporate wordpress site with a large database, you are going to need some help debugging it – in fact debugging your site can feel like a full time job without the right tools. Fortunately companies have recognised this and Sentry does an excellent job of error reporting …
Continue Reading
How to add additional footer widgets to any Genesis theme
-
Jane James
-
September 24, 2021
-
Genesis, Wordpress
-
3 Comments
Add a fourth footer widget to Genesis So I was working on some updates for a client Megan Jordan and she wanted a fourth footer widget area added to her site for an acknowledgement to country. I built her site using the Genesis sample SCSS theme by Cobalt apps which by default comes with 3 footer widget areas. To add a fourth you have …
Continue Reading
How to disable WordPress admin bar from all non admins AND editors
-
Jane James
-
September 3, 2021
-
Design, Wordpress
-
13 Comments
Disable admin bar from all admins and editors I’m going to share my gist on how I edited my functions.php file to also hide editors as well as administrators, which works well for this client. As a developer, I always try to build functionality into the site instead of installing plugins, but for good measure I have included two non …
Continue Reading