'', 'nickname' => '', 'comments' => '1', ), $atts ) ); if ( strlen( $id ) == 0 ) return ''; $ac_postid = $id; if ( strlen( $nickname ) == 0 ) { $userid = wp_get_current_user()->ID; $nickname = get_user_meta( $userid, "ac_pen_name", true ); } if ( strlen( $nickname ) == 0 ) { $nickname = "AtContent"; } $ac_pen_name = $nickname; if ( strlen( $comments ) == 0 ) { $comments = "1"; } if ( $comments == "0" ) { $ac_additional_classes .= " atcontent_no_comments"; } return << END; } add_shortcode( 'atcontent', 'atcontent_shortcode' ); ?>