Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Forum How-To (http://forum.bytesforall.com/forumdisplay.php?f=9)
-   -   Can not activate my theme due to parse erorr Parse error (http://forum.bytesforall.com/showthread.php?t=1959)

tanimwp Jun 7, 2009 12:36 AM

Can not activate my theme due to parse erorr Parse error
 
hello
i m new to word press:confused:.
i face a problem whenever activating my theme.here is the index file's code.
Code:

<?php get_header(); ?>

<div id=”colOne”>
    <div>
        <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?>
        <h2 class=”title”><a href=”<?php the_permalink() ?>” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”><?php the_title(); ?></a></h2>

        <h3 class=”posted”>Posted on <?php the_time(’F ,jS, Y ’) ;?> by <?php the_author() ;?> and filed under <?php the_category(’, ‘); ?> <strong>|</strong> <?php edit_post_link(’Edit’,”,’<strong>|</strong>’); ?> <?php comments_popup_link(’No Comments &raquo;’, ‘1 Comment &raquo;’, ‘% Comments &raquo;’); ?></h3>

            <div class=”story”>
                <?php the_content(’Read the rest of this entry &raquo;’); ?>
                <?php comments_template(); ?>
            </div>
        <?php endwhile; ?>
        <?php endif; ?>
    </div>

    <div style=”clear: both; height: 1px;”></div>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>

i get parse error in D:\wamp\www\wordpress\wp-content\themes\papyrus\index.php
pls let me know the reasons.as well as the way to solve.:)

juggledad Jun 7, 2009 03:09 AM

This forum is for people using the Atahualpa theme, this is not the index.php from Atahualpa. If you are having problems with another theme, you should go to the support page for that theme

wordpress_master Jun 17, 2009 03:13 AM

Did you updated any files present in the theme?


All times are GMT -6. The time now is 07:26 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.