WPMS Global Content code placement rules
-
I am trying to place common header and footer across a multi-site WP which will need to include php tags/calls as well. I am not sure if this plugin can recognize and execute all codes as if you were placing them on header.php file.
I simply tried place a logo as such:
<img src=”<wp-content/themes/MainTheme/img/logo.png” width=”299″ height=”87″ alt=”MainTheme”>it does not display the logo. When I go to https://domain.com/site-1/
The logo is not in the header but shows the alt name. When I right click the location in the header where logo is suppose to be, it show the location as such:
https://domain.com/site-1/%3Cwp-content/themes/MainTheme/img/logo.pngso, not matter what, it places the extra ” %3C ” in there.
Any idea how I can go around this?
Thanks much in advance.Dave
- The topic ‘WPMS Global Content code placement rules’ is closed to new replies.