Skip to:
Content
Pages
Categories
Search
Top
Bottom

alternative admin link for normal users

  • heyho,

    so i guess this is going to be my last question and i should be done now with my bbpress template .

    so i need a placeholder link for normal logged in folks like

    <?php if ( is_admin() yadda yadda php xy bla bla() ) : ?>
    <table>
    <tr>
    <td>
    <li><?php bb_admin_link();?></li>
    </td>
    </tr>
    </table>

    or else

    <table>

    <tr>
    <td>
    <li><?php bb_any_link();?></li>
    </td>
    </tr>
    </table>

    what kind of bbpress/php tags do i need?

    thankssssss a bunch

  • You must be logged in to reply to this topic.
Skip to toolbar