Info
- 2 posts
- 2 voices
- Started 4 years ago by intellivision
- Latest reply from fel64
- This topic is not resolved
Forum links in wp_list_pages() ?
-
- Posted 4 years ago #
I know how to brute force it (just add the html) but I'd like to have it appear in the output wp_list_pages() so that links to the forum blend nicely with the rest of my WP/bbPress site.
So I created a WP page for the forum, so that puts the link in beautifully, but the forum doesn't appear on the page (duh). iFrames are not a good solution, so I'd like to stay away from them.
Or I can brute force it, but then the link can only appear at the beginning or end of wp_list_pages() output.
-
- Posted 4 years ago #
Is there a wp hook in wp_list_pages()? That would be the first place to start.
You could always create custom page templates which redirect the user when they visit that page using http://uk2.php.net/header. There's a wp tutorial in their codex to creating custom page templates. You'd need one for each forum.
-
You must log in to post.