> $option ) : switch( $meta ) : case 'author' : if( $option ) blog_postx_posted_by(); break; case 'date' : if( $option ) blog_postx_posted_on(); break; case 'comments' : blog_postx_single_comments( $option ); break; endswitch; endforeach; endif; ?>