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?
did you check to see if your wordpress is integrated properly? (the secure auth keys, logged in keys, etc… in bb_config should match the ones in wp_config)