ciao a tutti!
ho un problema con un tema wordpress: io ceo il post, nel post inserisco un link.
il post viene presentato in un riquadro nella homepage ma i link vengono mostrati come testo semplice, non funzionano al mouse-over o al click.
posto qui sotto i file php che penso contengano il problema sperando possiate indicarmi il comando che trasforma i link in testo semplice.

-----------inizio index.php---------------------
<?php get_header();

include(TEMPLATEPATH . "/includes/indexformat.php");

echo '<div class="clear"></div>';

wp_reset_query();

$pagearray = get_option('tt_page_show');
if(!empty($pagearray)) :
foreach ($pagearray as $pagevar){ $pgarray[] = get_page_by_title($pagevar); };
foreach ($pgarray as $pagevar){ $pagefinal[] = $pagevar->ID; };

query_posts(array(
'showposts' => -1,
'post_type' => 'page',
'orderby' => 'menu_order',
'order' => 'ASC',
'post__in' => $pagefinal
));

if (have_posts()) :

while (have_posts()) : the_post(); ?>

<div class="fullWidth" style="margin-top: 25px; margin-bottom: 25px;">

<h3 style="padding-bottom:0;"><?php the_title(); ?></h3>
<p style="padding-bottom: 0;"><?php the_time('jS F Y'); ?></p>


[img]<?php bloginfo('template_url'); ?>/images/hr.jpg[/img]</p>
<?php the_content(); ?>

</div>

<?php

endwhile;

else :

endif;

else :

endif;

wp_reset_query();

$pagearray = get_option('tt_page_contact');
if(!empty($pagearray)) :
$pgarray = get_page_by_title($pagearray);
$pagefinal = $pgarray->ID;

query_posts(array(
'showposts' => 1,
'post_type' => 'page',
'orderby' => 'menu_order',
'order' => 'ASC',
'page_id' => $pagefinal
));

if (have_posts()) :

while (have_posts()) : the_post(); ?>

<div class="fullWidth" style="padding-top:20px; margin-top: 0px; margin-bottom: 25px;">
<div class="form-container" id="form-container">
<?php the_content(); ?>
</div>

</div>

<?php

endwhile;

else :

endif;

else :

endif;

?>

<?php get_footer(); ?>

--------------------------------fine index.php-------------------------------------


----------------------------inizio page template----------------------
<?php get_header(); ?>

<div class="blog-bottom">
<div class="blog-top"></div>
<div class="blog-wrap">

<div class="posts-wrap">

<?php if (have_posts()) : while (have_posts()) : the_post(); ?>

<div class="post" style="padding: 15px; padding-top: 0;">

<h2 class="entry-title"><?php the_title(); ?></h2>

<div class="entry-content">
<?php the_content(''); ?>
</div>

</div>

<?php endwhile; endif; ?>

</div>

<?php get_sidebar(); ?>

<?php get_footer(); ?>
----------------------------------------fine page template--------------------------



----------------------------inizio indexformat.php-------------------------

<?php

wp_reset_query();

if(get_option('tt_main_page_option') == "pages") :


$pagearray3col = get_option('tt_page_column');
if(!empty($pagearray3col)) :
foreach ($pagearray3col as $pagevar3col){ $pgarray3col[] = get_page_by_title($pagevar3col); };
foreach ($pgarray3col as $pagevar3col){ $pagefinal3col[] = $pagevar3col->ID; };
else :
$pagefinal3col = "";
endif;

query_posts(array(
'showposts' => $pagecount,
'post_type' => 'page',
'orderby' => 'menu_order',
'order' => 'ASC',
'post__in' => $pagefinal3col
));


echo '<div class="homepage">';

if (have_posts()) : $count = 1;

while (have_posts()) : the_post(); update_post_caches($posts); ?>


<div id="threeColumn<?php if($count == 3 || $count == 6) : echo 'Three'; else: echo 'One'; endif; ?>">
<div class="sly_left"></div>
<h3><?php the_title(); ?></h3>
<h5><?php the_time('jS F Y'); ?></h5>
<p style="padding-top: 0;">[img]<?php bloginfo('template_url'); ?>/images/hr.jpg[/img]</p>

<?php $thumbnail_image = get_post_meta($post->ID, 'post-image', true); ?>
<?php if(get_option('tt_layout_thumb') != "disabled" && !empty($thumbnail_image)) : ?>
[img]<?php bloginfo('template_url'); ?>/scripts/timthumb.php?src=<?php echo $thumbnail_image; ?>&amp;h=91&amp;w=250&amp;zc=1[/img]
<?php endif; ?>



<?php if (get_option('tt_truncate') == 'disabled') : ?>
<?php the_content(''); ?>
<?php else : ?>
<?php echo truncate($tt_post_length, ' ... '); ?>
<?php endif; ?>
</p>
[img]<?php bloginfo('template_url'); ?>/images/panel3.jpg[/img]
</div>

<?php $count ++; ?>

<?php endwhile;

echo '</div>';

endif;


elseif(get_option('tt_main_page_option') == "posts") :

query_posts('showposts=3&category_name='.$tt_pages _cat);

echo '<div class="homepage">';

if (have_posts()) : $count = 1;

while (have_posts()) : the_post(); update_post_caches($posts); ?>

<div id="threeColumn<?php if($count == 3) : echo 'Three'; else: echo 'One'; endif; ?>">
<div class="sly_left"></div>
<h3><?php the_title(); ?></h3>
<h5><?php the_time('jS F Y'); ?></h5>
<p style="padding-top: 0;">[img]<?php bloginfo('template_url'); ?>/images/hr.jpg[/img]</p>

<?php $thumbnail_image = get_post_meta($post->ID, 'post-image', true); ?>
<?php if(get_option('tt_layout_thumb') != "disabled" && !empty($thumbnail_image)) : ?>
[img]<?php bloginfo('template_url'); ?>/scripts/timthumb.php?src=<?php echo $thumbnail_image; ?>&amp;h=91&amp;w=250&amp;zc=1[/img]
<?php endif; ?>



<?php if (get_option('tt_truncate') == 'disabled') : ?>
<?php the_content(''); ?>
<?php else : ?>
<?php echo truncate($tt_post_length_homepage, ' ... '); ?>
<?php endif; ?>
</p>
[img]<?php bloginfo('template_url'); ?>/images/panel3.jpg[/img]
</div>

<?php $count ++; ?>


<?php endwhile;

echo '</div>';

endif;

else : // placeholder

echo '
<div class="homepage">

<div id="threeColumnOne">
<h3>Geek Gear Launch!</h3>
<h5>Sean Wichert, Sr. Launches Geek Gear...</h5>
<p style="padding-top: 0;">[img]'. get_bloginfo(template_url) .'/images/hr.jpg[/img]</p>





Phasellus pretium auctor ultrices. Sed interdum posuere ipsum eget rhoncus. In hac habitasse platea dictumst. Nullam libero lorem, ullamcorper sed varius nec, egestas ut turpis. Mauris vitae purus lacus. Ut erat urna, vestibulum non ullamcorper in, venenatis sed dolor...</p>
[img]'. get_bloginfo(template_url) .'/images/panel3.jpg[/img]
</div>



<div id="threeColumnOne">
<h3>Foxy Interview</h3>
<h5>December 7, 2009 | Interviewed in the Foxhole Blog!</h5>
<p style="padding-top: 0;">[img]'. get_bloginfo(template_url) .'/images/hr.jpg[/img]</p>





Phasellus pretium auctor ultrices. Sed interdum posuere ipsum eget rhoncus. In hac habitasse platea dictumst. Nullam libero lorem, ullamcorper sed varius nec, egestas ut turpis. Mauris vitae purus lacus. Ut erat urna, vestibulum non ullamcorper in, venenatis sed dolor...</p>
[img]'. get_bloginfo(template_url) .'/images/panel3.jpg[/img]
</div>



<div id="threeColumnThree">
<h3>eMail Store $11</h3>
<h5>December 7, 2009 | Posted By Sean Wichert, Sr.</h5>
<p style="padding-top: 0;">[img]'. get_bloginfo(template_url) .'/images/hr.jpg[/img]</p>





Phasellus pretium auctor ultrices. Sed interdum posuere ipsum eget rhoncus. In hac habitasse platea dictumst. Nullam libero lorem, ullamcorper sed varius nec, egestas ut turpis. Mauris vitae purus lacus. Ut erat urna, vestibulum non ullamcorper in, venenatis sed dolor...</p>
[img]'. get_bloginfo(template_url) .'/images/panel3.jpg[/img]
</div>

</div>';

endif;
----------------------------fine indexformat.php--------------------------