header template generating oddly coded paths and transcluding filesl
-
I think this is an encoding problem(?), but not really sure.
When I view my generated source (in both FF and IE) I see funky paths from my js and css files like:
<script type="text/javascript" src="https://www.domain.com/wp-content/themes/dudical/js/ce.f4195499d3cfc40ae09588aae02ff2dc.jquery,oeasing,omin,l.js"></script>
Also, several of the js/css files are actually being transcluded, i.e I don’t see references to the external files, but instead the content of those files are being shown in the source inside of
<script>
and<style>
tags respectively. I’ve never seen this type of behavior before and am pretty baffled.Here is how my header.php file begins:
https://wordpress.pastebin.com/YYwS6PxHHere is what I see output:
https://wordpress.pastebin.com/9nmWs5TL
Can’t figure what is happening to my paths, or why some external files are getting treated as such…
- The topic ‘header template generating oddly coded paths and transcluding filesl’ is closed to new replies.