Category: Advanced Theme Development

  • How to Generate Random Numbers Between Min and Max

    In this blog post, I will teach you how to generate random numbers between a minimum number and a maximum (both inclusive). I will explain completely but basic knowledge of HTML and JavaScript languages is needed. The final codes are below as a CodePen. After that, I will explain it step by step. See the…

  • How to Include and Use Bootstrap in WordPress

    In this article, I will show you how to include the framework file and use Bootstrap in WordPress. So you can add its classes via the block/site editor and see the results on the front end of your website. It is a code snippet that you can put in your theme. I also explain how…

  • How to Have Splide Multiple Sliders on One Page

    When using the Splide library, you encounter a situation where you need multiple sliders on one page without any conflict. Here is how to do it. Now with newer versions, it is better explained in the library documentation and users shouldn’t be confused. But it’s worth describing more. Table of Contents There are some ways…