Tag: Wordpress
-
When you are a responsible party concerning your companies’ websites, many challenges come up along the way. And one of the toughest challenges I have faced in my career supporting enterprise architecture was working with business partners to make an enterprise decision over an easy one. The Problem: Over the…
+
+
+
+
+
+
+ architecture, CMS, consolidation, content management system, ROI, savings, website, Wordpress, wp engine+
+
+
+
+
+
+
+
+
+
+
+
-
Found this to work really well for a WordPress custom theme where the only option I had was to drop an override via a header/footer plugin option: [sourcecode] <script> var ref= window.location.pathname; var search="/youruniquepagelink/"; if (ref.indexOf(search) > -1) { let myElements = document.querySelectorAll(".your-class"); for (let i = 0; i <…
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+