Pliku 'home.php’ nie mam. Jest tylko 'index.php’. Oto jego cały kod:
—
<?php get_header(); ?>
<div class=”main”>
<div class=”content”>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class=”post” id=”post-<?php the_ID(); ?>”>
<div class=”descr”> <?php the_time(’j F Y’) ?> <?php the_author() ?> napisał: </div>
<div class=”entry”>
<?php the_content(’Read the rest of this entry »’); ?>
</div>
<p class=”info”>Wpis w kategorii: <?php the_category(’, ’) ?> | <?php edit_post_link(’Edycja’,”,’ | ’); ?> <img src=”<?php bloginfo(’stylesheet_directory’); ?>/img/comments.gif” alt=”” /> <?php comments_popup_link(’Nie komentowano »’, '1 komentarz »’, '% komentarzy »’); ?></p>
</div>
<?php comments_template(); ?>
<?php endwhile; ?>
<p align=”center”><?php next_posts_link(’« Previous Entries’) ?> <?php previous_posts_link(’Next Entries »’) ?></p>
<?php else : ?>
<center><h2>Oficjalna strona Krzysztofa Wostala</h2>
</p><SCRIPT LANGUAGE=”JavaScript”>
DayName = new Array(7)
DayName[0] = „niedziela „
DayName[1] = „poniedziałek „
DayName[2] = „wtorek „
DayName[3] = „środa „
DayName[4] = „czwartek „
DayName[5] = „piątek „
DayName[6] = „sobota „
MonthName = new Array(12)
MonthName[0] = „stycznia „
MonthName[1] = „lutego „
MonthName[2] = „marca „
MonthName[3] = „kwietnia „
MonthName[4] = „maja „
MonthName[5] = „czerwca „
MonthName[6] = „lipca „
MonthName[7] = „sierpnia „
MonthName[8] = „września „
MonthName[9] = „października „
MonthName[10] = „listopada „
MonthName[11] = „grudnia „
function getDateStr(){
var Today = new Date()
var WeekDay = Today.getDay()
var Month = Today.getMonth()
var Day = Today.getDate()
var Year = Today.getFullYear()
if(Year <= 99)
Year += 1900
return DayName[WeekDay] + „,” + ” ” + Day + ” ” + MonthName[Month] + ” ” + Year
}
//–>
</SCRIPT>
<center><SCRIPT>document.write(„Dzisiaj jest ” + getDateStr())</SCRIPT>
<script>
<!–
/*
Count up from any date script-
By Website Abstraction (www.wsabstract.com)
Over 200+ free scripts here!
*/
var montharray=new Array(„Jan”,”Feb”,”Mar”,”Apr”,”May”,”Jun”,”Jul”,”Aug”,”Sep”,”Oct”,”Nov”,”Dec”)
function countup(yr,m,d){
var today=new Date()
var todayy=today.getFullYear()
var todaym=today.getMonth()
var todayd=today.getDate()
var todaystring=montharray[todaym]+” „+todayd+”, „+todayy
var paststring=montharray[m-1]+” „+d+”, „+yr
var difference=(Math.round((Date.parse(todaystring)-Date.parse(paststring))/(24*60*60*1000))*1)
difference+=” dzień dotychczasowego i pierwszy reszty mojego życia”
document.write(„- czyli „+difference+”!”)
}
//enter the count up date using the format year/month/day
countup(1973,07,01)
//–>
</script></p></center>
<center><p><img align=”center” src=”http://www.wostal.info/wp-content/uploads/kw.jpg” height=”200px” alt=”Krzysztof Wostal” title=”Krzysztof Wostal”></p></center>
</center>
<?php endif; ?>
</div>
<?php get_sidebar(); ?>
<div class=”clearer”><span></span></div>
</div>
<?php get_footer(); ?>
</div>
</body>
</html>