RyanHoeppner
Forum Replies Created
-
I’m using a custom theme that I created. So like I said, I think I’m missing some code, or not using code properly. Whatever you need posted, I’ll get that for you, as long as I can get some help on this! I’m sort of a newbie when it comes to PHP, that and combined with WordPress.
Thanks for the reply, Shane.
RJForum: Fixing WordPress
In reply to: text showing in wp_head, no idea where it comes fromAnd, of course, that fixed it. THANK YOU SO MUCH! How can I repay you? Internet moneys?
Forum: Fixing WordPress
In reply to: text showing in wp_head, no idea where it comes fromAhaha I see the edit, thanks, I was curious 🙂
Forum: Fixing WordPress
In reply to: text showing in wp_head, no idea where it comes fromhttp://pastebin.com/t1KuKiQ9
I hope this is what you were wishing for. Thanks for the reply.Forum: Fixing WordPress
In reply to: text showing in wp_head, no idea where it comes fromHi esmi,
I have tried all of these,
Switching to the 2011 theme got rid of the problem, the other 2 did not*. It must be something in the theme.Forum: Fixing WordPress
In reply to: text showing in wp_head, no idea where it comes fromfunctions.php contains no wp_head.
Forum: Fixing WordPress
In reply to: text showing in wp_head, no idea where it comes fromYes I have. In fact I found out through header.php that wp_head was causing the problem. It shows up if you look in the source in the browser, but it doesn’t show up in the header.php. It shows that it’s between
<!– wordpress head functions –>
and
<!– end of wordpress head –>but in the code, the only thing there is <?php wp_head(); ?>