Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Turning bbPress into a Link Directory


displayname
Member

@displayname

All I need to do is change the link for the topic as the first post’s content.

Here is the original in the topics table on front-page.php

<td><?php bb_topic_labels(); ?> <a>"><?php topic_title(); ?></a><?php topic_page_links(); ?></td>

It needs to become

<td><?php bb_topic_labels(); ?> <a>"><?php topic_title(); ?></a><?php topic_page_links(); ?></td>

(saying I put a url in the post’s content) but post_text doesn’t work. Any way to get around this?

Skip to toolbar