Given this lack of an appropriate solution for WordPress, I decided to implement my own version of code-splitting forPoP, an open-source framework for building WordPress websites that I created. A WordPress website with PoP installed will have code-splitting capabilities natively, so it will not...
You can easily add a RightMessage embedded widget at the bottom of every post on your blog. This is a no-code way to quickly add a CTA that, ideally, complements other widgets (like exit popups or a slide-up toaster.)To set this up, once you have a CTA Funnel with an embedded ...
Let’s explore how code snippet plugins can help you improve your WordPress site while keeping it safe and working well. The WP101 team understands how daunting it can be to use code on your site especially when you’re not familiar with it. So we created a complete course to teach you ...
Replacemusicfile.wavwith the name of the music file you chose to upload to your web server. The code above also assumes you've saved the file in the same location of your homepage (index.html). If you save the file inside a folder on your root then you'd have to change the path s...
Before diving into the tutorial, it’s a good idea tounderstand PHPand its role in WordPress. Once you’re comfortable with that, explore the following methods for adding custom PHP code based on your specific needs and situation. Important!Back up your entire WordPress websitebefore adding cod...
I had to login to the web host and open cPanel. Go to Domains and there I noticed a column with toggles to Force HTTPS Redirect. I toggled it on. I retested but it was still not secure. I moved on to adding the following fix by adding this code into the top of the htaccess file...
I visited the site today and found out I haven’t updated the year to 2017. To permanently fix this, I knew the solution was to code a WordPress shortcode that will display the current year. I decided to research if a plugin exist for it before I code one up myself. Thankfully, I...
Regardless of which one your organization uses, Brightcove likely has a connector for it, including AEM, Drupal, SharePoint, Sitecore, and WordPress. While there are several options for adding video files to your website, integration truly offers the best of both worlds: the advanced capabilities...
Log in to your WordPress website's backend and click on Pages: Find the page you need to edit, click on the action button (...) and choose Edit: 2 Add code element to the page In the editor, find where you'd like to show the widget and click on Add Block: Then find and...
Before getting to the actual solution, let’s take a brief look at how to add HTTP headers in general. You can put a line like the following in your website’s (or directory’s) .htaccess file (assuming you’re on an Apache server): ...