Ok guys am trying to make a wordpress theme ... its my first go and I've been looking at this error for an hour, I've hunted and hunted for help can anyone here shine a light on the problem cheers!
The Error
Parse error: syntax error, unexpected T_STRING in /homepages/23/d251010667/htdocs/wordpress/wp-content/themes/sindustries/index.php on line 10
<?php get_header(); ?>
<div id="main">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class=?post_title?>
<a href=?<?php the_permalink() ?>? rel=?bookmark? title=?Permanent Link to <?php the_title(); ?>?><?php the_title(); ?></a>
</div> <!? close post title ?>
<div class=?post_content?>
<?php the_content(__(?Read more??)); ?>
</div> <!? close post content ?>
<div class=?post_tag?>
<?php the_time(?F dS, Y?) ?> - Call post date
<?php the_time(?h:i a?); ?> - Call post time
<?php the_category(?, ?) ?> - Call post category
<?php comments_popup_link(?No Comments?, ?1 Comment?, ?% Comments?); ?> - Call the comment link
<?php edit_post_link(?Edit?,?,?); ?> - Call the post edit link
</div> <!? close post tag ?>
<?php comments_template(); ?>
<?php endwhile; else: ?>
Sorry, but you are looking for something that isn?t here.
Return to the Main page.
<?php endif; ?>
</div><!--end of main-->
<?php get_sidebar(); ?>
<?php get_footer(); ?>
Nice rant!
Expletive after expletive after expletive.
Poor petal, I've touched a nerve. Would you like a tissue to wipe those tears away.
Btw, nice one calling Neowin trash. Why would you stick around when you disrespect this site and the people behind it? Just go away if you feel that way.
Question
wing.
Ok guys am trying to make a wordpress theme ... its my first go and I've been looking at this error for an hour, I've hunted and hunted for help can anyone here shine a light on the problem cheers!
The Error
Link to comment
https://www.neowin.net/forum/topic/700140-word-press-template-problems/Share on other sites
1 answer to this question
Recommended Posts