Forums

Join
bbPress Support ForumsTroubleshootingChanging "add new" - simple php question

Info

Changing "add new" - simple php question

  1. okay, so I figured out that "<?php bb_new_topic_link(); ?>" creates a hyperlink that says "add new >" linking to the place to start a new topic.

    How can I customize that text? ie - what's the php for just the link, so I can say:

    <a href="THE LINK">something else<?a>

  2. bb_new_topic_link('your text here');

  3. You must log in to post.