Fei's Website Everything about Fei

June 10, 2009

Thematic Fei

Filed under: — Fei @ 7:09 pm

thematic-fei is a child theme of thematic theme. I increased the width of the content box and did some filtering.

The core thematic theme is also modified:

In page.php, the following lines are modified. No need to always add a custom field to the post. Just uncheck the “Allow Comments” box shall serve the same purpose.

<!– <?php if ( get_post_custom_values(‘comments’) ) thematic_comments_template() // Add a key+value of “comments” to enable comments on this page ?> –>

<?php if (‘open’ == $post-> comment_status) thematic_comments_template() // Add a key+value of “comments” to enable comments on this page ?>

In author.php, <?php thematic_author_loop() ?> needs to be replaced with <?php thematic_authorloop() ?>

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment

You must be logged in to post a comment.

Powered by WordPress