Without a doubt, blogging is a good way to promote your business and credential yourself. However, blogging is also a way for someone to explore their own personal creativity. Blogging for personal reasons often has a different motivation to blogging for business reasons and the way you go about it can differ slightly. The biggest […]
Configure WordPress To Use SSL [Video]
Once you have a SSL certificate on your webserver, you need to configure WordPress to actually use it. Here’s how. https://youtu.be/FkIrEnPRcFc The code to add to .htaccess is: <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] </IfModule>
Optimize Your Images For Best Results [Video]
Images can make or break a website. One thing that many forget to do is optimize their images to ensure they load quickly and don’t use too much diskspace or bandwidth when they load. This video shows you some things you can do. https://youtu.be/sYrtAyXSmXE
Finding A WordPress Media Library URL [Video]
Sometimes it’s necessary to find the direct link to a document or image uploaded to the WordPress media library. Normally so you can share the document / image directly or link to it from another site. https://youtu.be/7j37K5F5IhQ