Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
wordpress サイトにプラグインとして bbpress をインストールしましたが、フォーラムのログイン フォームを表示したいのですが、登録フォームは表示したくありません。以下のログインフォームコードを使用しています
<?php if (!function_exists('dynamic_sidebar') || !dynamic_sidebar('Forum')) : endif; ?>
bbPress に含まれている「ログイン ウィジェット」をサイドバーで使用してみませんか?
http://codex.bbpress.org/widgets/