It looks like you're new here. If you want to get involved, click one of these buttons!
Welcome to the new Community Forums!
Existing Users: As an additional security precaution measure, please reset your password and login with your new password given to you via your email.
New Users: You are required to link with either your Facebook, Twitter, Google or OpenID account to register.
If you have any other issues, please send the administrator an email at support [ a t ] arrastheme.comif ( arras_get_option('post_author') ) {
$postheader .= sprintf( __('<div class="entry-author">By %s</div>', 'arras'), '<address class="author vcard"><a class="url fn n" href="' . get_author_posts_url( get_the_author_meta('ID') ) . '" title="' . esc_attr(get_the_author()) . '">' . get_the_author() . '</a></address>' );
}
if ( arras_get_option('post_author') ) {
if ( function_exists( 'coauthors_posts_links' )) {
$postheader .= sprintf( __('<div class="entry-author">By %s</div>', 'arras'), '<address class="author vcard"><a class="url fn n" href="' . get_author_posts_url( get_the_author_meta('ID') ) . '" title="' . esc_attr(get_the_author()) . '">' . coauthors_posts_links( null, null, null, null, false ) . '</a></address>' );
} else {
$postheader .= sprintf( __('<div class="entry-author">By %s</div>', 'arras'), '<address class="author vcard"><a class="url fn n" href="' . get_author_posts_url( get_the_author_meta('ID') ) . '" title="' . esc_attr(get_the_author()) . '">' . get_the_author() . '</a></address>' );
}}