Ver Mensaje Individual
  #1 (permalink)  
Antiguo 23/06/2012, 17:10
jpcoccaro
 
Fecha de Ingreso: diciembre-2011
Mensajes: 12
Antigüedad: 12 años, 4 meses
Puntos: 0
Información Parse error: syntax error, unexpected '<' en mi Template

Hola gente como andan,

No tengo idea sobre el lenguage php.

Me salto un error en functions.php de mi template

Parse error: syntax error, unexpected '<' in /home1/juancocc/public_html/wp-content/themes/ColormaticTheme/functions.php on line 139

Este es el la parte donde estaría el error

<?php
}
function dtw_pings($comment, $args, $depth) {
$GLOBALS['comment'] = $comment;
?>
<li <?php comment_class('pingback'); ?> id="comment-<?php comment_ID() ?>">
<div id="comment-div-<?php comment_ID() ?>" class="comment-container-div">
<p><?php comment_author_link(); ?> - <?php comment_date('jS M, y h:ma') ?></p>
</div>
function dtw_feed($url) {
if(dtw_check_option('feedburner_url')) {
$url = get_option('dtw_feedburner_url');

return $url;
}
add_filter('feed_link', 'dtw_feed');

function dtw_header() {
if(dtw_check_option('header_tracking')) {
echo get_option('dtw_header_tracking') . "\n";
}


Gracias
Saludos