tg4
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Where is the full <head> section generated in gespaa theme?I know — it clearly should be! (In every other theme it is and I understand it completely in those cases and was expecting to find it there), but in this particular theme (gespaa 2 column theme), the header.php file only has a few lines of code — it opens the “head” section, but then does not close it… The theme is generated correctly in my browser and when I view source, I view a full header section with a bunch of stylesheet links etc. in the head section, but this markup is neither in my header.php file or my index.php file! I’ve searched the entire theme directory for lines of markup from the source, and nothing is found, so I started thinking that maybe some code of this code may be generated in another part of wp?? Any ideas, or am I coming from outerspace here?
thanks very much — I feel stupid!
Forum: Plugins
In reply to: Weather Forecast plugin or script?That’s an awesome plugin, and I was using it a while ago, but I don’t think it handles forecasts… I’ll look into it. Anyone else know of any forecast scripts? thanks!
Forum: Fixing WordPress
In reply to: how-to integrate wp’s login system with my site?I just found the auth_redirect() function… Hopefully this badboy will allow me to achieve exactly what I’m after. I’ll post back.