phreakymonkey
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: stop wordpress from inserting line breaks in my code!!Having similar issues. It’s a pain to place images when they’re getting wrapped in <p> tags.
Forum: Fixing WordPress
In reply to: How to call the WP header from PunBBBelieve me, I did plenty of googling before I posted here. 🙂 I’ve read both of them, and both of those tutorials are for duplicating the look of the header, not generating the actual header on the fly, which is what I’m after. It seems like it should be easy enough, but I’m completely baffled.
Forum: Fixing WordPress
In reply to: How to call the WP header from PunBBI don’t quite understand what’s going on with your path there, but I tried it using a direct path, just in case. No dice.
Failing getting the whole header to be displayed in whole (that’s easy enough to fudge), I would be satisfied if I could just get this single command to work:
<?php wp_list_pages('sort_column=menu_order&title_li=&depth=1'); ?>Forum: Fixing WordPress
In reply to: Users not receiving registration e-mailWell, it seems to have gotten around to sending the e-mails overnight, so I guess the problem is resolved. I just don’t understand why it would wait so long to do so.