Tag archives for conditional tags

As promised last week, we’re going to provide an introduction to BuddyPress conditional tags. If you’re familiar with WordPress conditional tags, you’ll be able to catch on and customize to your heart’s content. If you’re not familiar with WordPress conditional tags, then make sure to check out the handy reference available in the codex. It [...]

Here is a handy little code snippet that falls into the basic category for WordPress but can prove to be extremely useful when customizing your installation. Whether you’re working with WordPress, WPMU or BuddyPress, these little tips will give you greater flexibility in building your community. <?php if (is_user_logged_in() ) { //only logged in user [...]

backtotop