current_component == BP_DEDICATION_SLUG )) { $dedication_orderby = "rand"; $category_name = 'dedication'; if (( $bp->current_component == BP_DEDICATION_SLUG )) { $post_status = array('publish', 'private'); } else { $post_status = array('publish'); } $args = array( 'post_type' => array('post'), 'orderby' => $dedication_orderby, 'numberposts' => -1, 'posts_per_page' => -1, 'category_name' => $category_name, 'post_status' => $post_status, ); $usuario_tiene_dedicatorias = (bp_dedication_exist_dedications_to_user($displayed_id)) || (bp_dedication_exist_dedications_from_user($displayed_id)); query_posts($args); } if (is_singular()) { // } if (have_posts()) { ?>