Trilheiros.net Postado Abril 1, 2015 Denunciar Share Postado Abril 1, 2015 Olá pessoal! Preciso da ajuda de vocês! Inclui um código de um aplicativo no meu arquivo functions.php do meu site no wordpress e não fui bem sucedida. Tentei voltar para como estava antes mas o erro continua aparecendo e o meu site está fora do ar! O meu site é: www.trilheiros.net e o erro é: Parse error: syntax error, unexpected T_ENDIF in /home/trilh356/public_html/wp-content/themes/smartline-lite/functions.php on line 299 Segue o final do meu código: // Custom Template for comments and pingbacks. if ( ! function_exists( 'smartline_list_comments' ) ): function smartline_list_comments($comment, $args, $depth) { $GLOBALS['comment'] = $comment; if( $comment->comment_type == 'pingback' or $comment->comment_type == 'trackback' ) : ?> <li <?php comment_class(); ?> id="comment-<?php comment_ID(); ?>"> <p><?php _e( 'Pingback:', 'smartline-lite' ); ?> <?php comment_author_link(); ?> <?php edit_comment_link( __( '(Edit)', 'smartline-lite' ), '<span class="edit-link">', '</span>' ); ?> </p> <?php else : ?> <li <?php comment_class(); ?> id="comment-<?php comment_ID(); ?>"> <div id="div-comment-<?php comment_ID(); ?>" class="comment-body"> <div class="comment-author vcard"> <?php echo get_avatar( $comment, 56 ); ?> <?php printf(__('<span class="fn">%s</span>', 'smartline-lite'), get_comment_author_link()) ?> </div> <?php if ($comment->comment_approved == '0') : ?> <p class="comment-awaiting-moderation"><?php _e( 'Your comment is awaiting moderation.', 'smartline-lite' ); ?></p> <?php endif; ?> <div class="comment-meta commentmetadata"> <a href="<?php echo esc_url( get_comment_link( $comment->comment_ID ) ); ?>"><?php printf(__('%1$s at %2$s', 'smartline-lite'), get_comment_date(), get_comment_time()) ?></a> <?php edit_comment_link(__('(Edit)', 'smartline-lite'),' ','') ?> </div> <div class="comment-content"><?php comment_text(); ?></div> <div class="reply"> <?php comment_reply_link(array_merge( $args, array('depth' => $depth, 'max_depth' => $args['max_depth']))) ?> </div> </div> <?php endif; /*==================================== INCLUDE FILES ====================================*/ // include Theme Info page require( get_template_directory() . '/inc/theme-info.php' ); // include Theme Customizer Options require( get_template_directory() . '/inc/customizer/customizer.php' ); require( get_template_directory() . '/inc/customizer/default-options.php' ); // include Customization Files require( get_template_directory() . '/inc/customizer/frontend/custom-layout.php' ); require( get_template_directory() . '/inc/customizer/frontend/custom-slider.php' ); // include Template Functions require( get_template_directory() . '/inc/template-tags.php' ); // include Widget Files require( get_template_directory() . '/inc/widgets/widget-category-posts-boxed.php' ); require( get_template_directory() . '/inc/widgets/widget-category-posts-columns.php' ); require( get_template_directory() . '/inc/widgets/widget-category-posts-grid.php' ); require( get_template_directory() . '/inc/widgets/widget-category-posts-single.php' ); // Include Featured Content class in case it does not exist yet (e.g. user has not Jetpack installed) if ( ! class_exists( 'Featured_Content' ) && 'plugins.php' !== $GLOBALS['pagenow'] ) { require( get_template_directory() . '/inc/featured-content.php' ); } ?> Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 marmion Postado Abril 3, 2015 Denunciar Share Postado Abril 3, 2015 Qual é a linha 299? Citar Link para o comentário Compartilhar em outros sites More sharing options...
Pergunta
Trilheiros.net
Olá pessoal!
Preciso da ajuda de vocês! Inclui um código de um aplicativo no meu arquivo functions.php do meu site no wordpress e não fui bem sucedida.
Tentei voltar para como estava antes mas o erro continua aparecendo e o meu site está fora do ar!
O meu site é: www.trilheiros.net e o erro é:
Parse error: syntax error, unexpected T_ENDIF in /home/trilh356/public_html/wp-content/themes/smartline-lite/functions.php on line 299
Segue o final do meu código:
// Custom Template for comments and pingbacks.
Link para o comentário
Compartilhar em outros sites
1 resposta a esta questão
Posts Recomendados
Participe da discussão
Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.