Posted On April 18, 2019

Methods to Embed JavaScript Codes into WordPress

kimconnect 0 comments
blog.KimConnect.com >> Codes >> Methods to Embed JavaScript Codes into WordPress
  1. Insert Headers and Footers Plugin – automatically apply script site wide
  2. Shortcoder Plugin – make script available site wide, but apply only when called within pages
  3. Code Embed – similar to Shortcoder. Create Custom Fields with snippets that can be inserted into individual posts
  4. Manually add codes into functions.php, header.php, and footer.php

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Basic HTML and HTML5: Use HTML5 to Require a Field

<h2>CatPhotoApp</h2><main><p>Click here to view more <a href="#">cat photos</a>.</p><a href="#"><img src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying…

PowerShell: Restart a Service on All Hyper-V Hosts of a Cluster

$serviceName='vmms' $clusterName='HyperV-cluster001' function restartServiceAllClusterNodes($service='vmms',$clusterName){ function restartService($serviceName){ $waitSeconds=40 $isValidProcess=try{[bool](get-service $serviceName -EA Stop)}catch{$false} if($isValidProcess){ try{ $process=Start-Process -FilePath…

Windows UAC Error This App has been blocked for your protection mmc.exe taskschd.msc

Error Message: User Account ControlThis App has been blocked for your protection.A administrator has blocked…