Ir para conteúdo
Fórum Script Brasil

Pesquisar na Comunidade

Mostrando resultados para as tags ''parse error''.

  • Pesquisar por Tags

    Digite tags separadas por vírgulas
  • Pesquisar por Autor

Tipo de Conteúdo


Fóruns

  • Programação & Desenvolvimento
    • ASP
    • PHP
    • .NET
    • Java
    • C, C++
    • Delphi, Kylix
    • Lógica de Programação
    • Mobile
    • Visual Basic
    • Outras Linguagens de Programação
  • WEB
    • HTML, XHTML, CSS
    • Ajax, JavaScript, XML, DOM
    • Editores
  • Arte & Design
    • Corel Draw
    • Fireworks
    • Flash & ActionScript
    • Photoshop
    • Outros Programas de Arte e Design
  • Sistemas Operacionais
    • Microsoft Windows
    • GNU/Linux
    • Outros Sistemas Operacionais
  • Softwares, Hardwares e Redes
    • Microsoft Office
    • Softwares Livres
    • Outros Softwares
    • Hardware
    • Redes
  • Banco de Dados
    • Access
    • MySQL
    • PostgreSQL
    • SQL Server
    • Demais Bancos
  • Segurança e Malwares
    • Segurança
    • Remoção De Malwares
  • Empregos
    • Vagas Efetivas
    • Vagas para Estágios
    • Oportunidades para Freelances
  • Negócios & Oportunidades
    • Classificados & Serviços
    • Eventos
  • Geral
    • Avaliações de Trabalhos
    • Links
    • Outros Assuntos
    • Entretenimento
  • Script Brasil
    • Novidades e Anúncios Script Brasil
    • Mercado Livre / Mercado Sócios
    • Sugestões e Críticas
    • Apresentações

Encontrar resultados em...

Encontrar resultados que...


Data de Criação

  • Início

    FIM


Data de Atualização

  • Início

    FIM


Filtrar pelo número de...

Data de Registro

  • Início

    FIM


Grupo


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Encontrado 1 registro

  1. 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' ); } ?>
×
×
  • Criar Novo...