Mam problem z moją stroną, a konkretnie z newsami.. mimo,że zainstalowałam nowego wordpressa problem nie zniknął. Nie wiem czy to problem kodu, ale jeśli tak to istniałby od początku. Nie wiem już co robic:( Skanuje swój komputer bo może mam wirusa i wkradł mi się na stronę? Wkleję wam tutaj mój kod do index.php, może ktoś z was zauważy błąd czy cokolwiek.. bo ja już nie mam na to siły.
<?php get_header();?>
</div></div>
<DIV style="left: 528px; width:586px; visibility: visible; position: absolute; top: 531px; ">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<table background="http://gossip-girl.com.pl/wp-content/themes/springupper/images/gora.png" cellspacing="0" style=" "><tbody><tr><td style=" width:286px; padding-left: 5px; padding-top:25px;">
<font style=" font-family:arial;
font-size: 16px;
color: #8998b3 ;
text-shadow: 1px 1px 0px #404e68; text-transform: uppercase;"> <?php the_title(); ?> </font>
</td>
</left>
<td class="2" style="left: 286px; width:300px; padding-top: 0px; padding-left: 1px; float: right; position: right;
">
<?php the_post_thumbnail(); ?>
</td><br></tbody>
</right>
</table>
<table background="http://gossip-girl.com.pl/wp-content/themes/springupper/images/1gora.png" cellspacing="0" style=" -moz-border-radius:3px; "><tbody><tr><td style=" width:586px; height: 41px; padding-left: 15px; padding-top:3px;">
<font style=" font-family:arial;
font-size: 12px;
color: #827e7c ;
text-shadow: 1px 1px 0px #c3bdbb;"> <em>Post został napisany przez <b><?php the_author(); ?></b> dnia <?php the_time('d.m'); ?>. Skomentuj <?php comments_popup_link(' (0)', ' (1)', '(%)'); ?> </em></font>
</table></tbody>
<table background="http://gossip-girl.com.pl/wp-content/themes/springupper/images/post1.png" cellspacing="0" style=" -moz-border-radius:0px; "><tbody><tr><td style=" width:586px; height: 41px; padding-left: 15px; padding-top:3px;">
<font style=" font-family:arial;
font-size: 12px;
color: #a7a082 ;
text-shadow: 1px 1px 0px #dcd4b5;><?php the_content(''); ?> </font></tr></td></tbody></table>
<table style="margin-bottom: 30px;" ><img src="wp-content/themes/springupper/images/endpost.png">
</table>
<?php endwhile; ?>
<?php endif; ?>
<center><?php posts_nav_link(' • ', __('« Nowsze posty'), __('Starsze posty »')); ?></center>
<br><br>
</div>
<div id="wp-pagenavi">
<?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?>
</div>
<br>
<?php get_footer();?>
</div>