Template Tags
These pages are for bbPress versions less than 2.0. They are considered out of date and are here for legacy only.
Template tags are used within your the forum’s Templates to display information dynamically or otherwise customize your forum, providing the tools to make it as individual and interesting as you are. Below is a list of the general user tags available in bbPress, (currently) sorted alphabetically.
If creating a new theme follow the guidelines as stated on the Themes and Templates page.
Tags
- _e();
- allowed_markup();
- apply_filters();
- bb_admin_link();
- bb_current_user_can();
- bb_datetime_format_i18n();
- bb_forum();
- bb_forum_class();
- bb_forum_pad();
- bb_forum_bread_crumb();
- bb_forum_posts_rss_link();
- bb_forums();
- bb_get_avatar();
- bb_get_header();
- bb_get_current_user_info();
- bb_get_footer();
- bb_get_forum_is_category();
- bb_get_views();
- bb_get_profile_link();
- bb_get_option();
- bb_get_tag_page_link();
- bb_get_topic_tags();
- bb_get_post_time();
- bb_get_uri();
- bb_is_profile();
- bb_is_user_logged_in();
- bb_is_tag();
- bb_is_front();
- bb_language_attributes();
- bb_logout_link();
- bb_location();
- bb_list_tags();
- bb_number_format_i18n();
- bb_new_topic_link();
- bb_new_topic_forum_dropdown();
- bb_nonce_field();
- bb_option();
- bb_post_admin();
- bb_post_template();
- bb_profile_base_content();
- bb_profile_data_form();
- bb_profile_admin_form();
- bb_profile_password_form();
- bb_profile_data();
- bb_topic_admin();
- bb_topic_voices();
- bb_topic_labels();
- bb_tag_heat_map();
- bb_tag_page_link();
- bb_tag_name();
- bb_title();
- bb_stylesheet_uri();
- bb_show_context();
- bb_uri();
- do_action();
- esc_attr__();
- favorites_rss_link();
- favorites_pages();
- forum_name();
- forum_description();
- forum_link();
- forum_topics();
- forum_posts();
- get_user_display_name();
- get_user_name();
- get_error_message();
- get_favorites_link();
- get_favorites_rss_link();
- get_topic_start_time();
- get_topic_author();
- get_topic_posts();
- get_topic_id();
- get_topic_last_post_link();
- get_topic_last_poster();
- login_form();
- manage_tags_forms();
- post_id();
- post_form();
- profile_menu();
- post_position();
- post_author_avatar_link();
- post_author();
- post_author_link();
- post_author_title_link();
- post_anchor_link();
- profile_tab_link();
- post_text();
- post_del_class();
- tag_form();
- tag_pages();
- topic_class();
- topic_link();
- topic_title();
- topic_posts();
- topic_pages();
- topic_page_links();
- topic_last_poster();
- topic_last_post_link();
- topic_tags();
- topic_time();
- topic_id();
- total_users();
- total_posts();
- topic_rss_link();
- topic_is_open();
- user_profile_link();
- user_favorites_link();
- user_delete_button();
- unset();
- view_link();
- view_name();
- view_pages();
- wp_referer_field();