Tag: wordpress

  • How to Add a Javascript Background Animation in Your Word Press Theme

    How to Add a Javascript Background Animation in Your Word Press Theme

    Reading Time: 2 minutesIn your plugins folder, add your custom javascript effect to ./assets/javascript/firefly.js In the example we will use the fire fly effect from https://codepen.io/Mertl/pen/GexapP For this to work in word press, we need to wrap it in jquery so that it only runs when the DOM is ready. The firefly code from Mertl…

  • How to Add Custom Fonts to a WordPress Theme

    How to Add Custom Fonts to a WordPress Theme

    Reading Time: < 1 minuteWhen building your first word press site, the first thing you want to do is apply your branding style guide, with all your custom fonts. There are many blogs on this topic. The below site demonstrates 3 different ways; – Methods; – In practice, with word press 6.5+ not all methods…

  • How to Install Word Press LAMP Stack on a Binary Lane Server Running Rocky Linux 8

    How to Install Word Press LAMP Stack on a Binary Lane Server Running Rocky Linux 8

    Reading Time: 9 minutesWhy Do This? GoDaddy, cPanel and other services provide easy one click managed wordpress installation options. This however comes at a premium fee. Buying a raw host and domain name is cheaper, but at a cost of time and learning. We enjoy system administration so we do not care about time. In…