Ich habe mir ein Theme gecodet nach einem tut im netz jtzt kommt beim start dieser fehler:
Parse error: syntax error, unexpected ';', expecting '{' in /home/ultimat/public_html/AnimeBase/wp-content/themes/Design/index.php on line 7
Hier mal meine index hoff ihr könnt mir helfen schonmal thx
PHP
<?php get_header(); ?>
<?php if (have_posts()) : ?>
<div id="main">
<?php while (have_posts()) : the_post(); ?>
<?php function c2c_the_category_image( $seperator='', $parents='', $image_extensions='png gif jpg', $image_dir='/wp-content/images/', $use_name_if_no_image=false, $start_from='begin', $limit=999 ) ?>
<br>
<?php the_title() ?>
<br>
<br>
Alle Folgen von:<?php the_category(’, ‘) ?> | Aufrufe: <?php if(function_exists('the_views')) { the_views(); } ?> | <?php if(function_exists('the_ratings')) { the_ratings(); } ?>
<br>
by <?php the_author() ?>
<?php else : ?>
<div class="post">
<h1>Fehler!</h1>
Die gewünschte Seite ist nicht verfügbar.
</div>
</div id="main">
<?php endif; ?>
</div id="main">
<div id="sitemap">
<?php get_sidebar(); ?></div>
<?php get_footer(); ?>
Alles anzeigen