bbPress

Simple, Fast, Elegant

bbPress support forums » Plugins

Forum links in wp_list_pages() ?

(2 posts)
  • Started 1 year ago by intellivision
  • Latest reply from fel64
  • This topic is not resolved
  1. 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 1 year ago #
  2. 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.

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.