Tag js

How to integrate Bootstrap with Worpress

I have tried several options of how to integrate Bootsrap with WordPress. According to Bootstrap guidelines, we need Bootstrap’s css to be loaded before all the other css files. The scripts for Bootstrap’s JavaScript should be loaded before the closing…

How to prevent right-click on images

This is a very simple code by @rickymccallum87 from wordpress.org support. It is JavaScript. I installed the plugin Insert Headers and Footers by WPBeginner and put the following code into “Scripts in the footer”: Wondering what the event => event.preventDefault()…