C
Sunday, 28 September 2008, 555
Theme Name: C Five template pages, widget ready, simple, dark blue. My new theme.
Tags: no image, google translation, blue, simple recent comments, fixed width, widgets, valid CSS, valid XHTML, widget ready, right sidebar, 700px, five template pages.
WordPress.org page: http://wordpress.org/extend/themes/c
Preview: http://wp-themes.com/c
Download from WordPress Extend: C.1.zip C.1.2.zip C.3.2.3.zip
Nice theme, thank you. Will you be updating it for WordPress 2.7 (now released as a beta)?
Posted by Simon | 01 November 2008 16:06Yes I will. I also test Beta versions. If the themes need to change I will do it. Thanks…
Posted by M | 02 November 2008 11:09Hello,
Posted by Klaus | 11 December 2008 22:20your theme is great. I have only one problem. How can I delete google
translation thing?
cheers
Klaus
Thanks. Open /c/sidebar.php file.
Posted by M | 12 December 2008 11:54Find and delete following.
<li class="widget"><?php include(TEMPLATEPATH.'/dict.js') ?> </li>
Hi, I’m going to load 2.7 which is now released, will it work with this theme?
Thanks.
Posted by Simon | 12 December 2008 13:52Yes. I already upgrade 2.7 ok.
Posted by M | 12 December 2008 16:06You can see the WP sites version numbers in the WP sites source codes.
Posted by M | 12 December 2008 16:08[...] Theme Homepage » [...]
TrackBack by C | notebeta | 13 October 2009 05:12I love the theme but having trouble with archives. I post 5 days a week and none of the posts for March or April are showing up in the archives. I receive the following error message:
Parse error: syntax error, unexpected T_STRING in /home/awaken21/public_html/wp-content/themes/c/archive.php on line 5
P.S. I’m new to Word Press. I appreciate your help. Thanks.
Posted by Bonnie Peterson | 10 April 2010 06:52I really need an answer to my question above. Please respond.
Posted by Bonnie Peterson | 10 April 2010 19:49Thanks.
Open …t/themes/c/archive.php with any text editor. Find the first line. You will see these lines:
I am fixing this error now. Thanks a lot for for your report for this bug.
Posted by Eken | 11 April 2010 11:10I fixed this error. I uploaded fixed version on wordpress.org. Now new version is waiting for moderation. If you couldn’t change which I told you, you can download fixed version from
Posted by Eken | 11 April 2010 11:27here.Is this helpfull for you?
Posted by Eken | 11 April 2010 11:29I tried the fix per your instructions and I got the following message:
Parse error: syntax error, unexpected ‘:’ in /home/awaken21/public_html/wp-content/themes/c/archive.php on line 8
So now it is line 8. I also attempted to use the link but it failed. WP says I already have it downloaded.
Thank you very much for your help.
Posted by Bonnie Peterson | 13 April 2010 17:19Actually I think there is no code error but I edited some lines. Can you try download this.
C.3.2.3.zipLive: http://wp-themes.com/c/
Posted by Eken | 13 April 2010 21:09Download: C Theme
http://wordpress.org/extend/themes/c
Sorry, I’m unable to get this to open. Filezilla says:
Response: 553 Can’t open that file: Permission denied
Error: Critical file transfer error
Is this something I’m doing wrong? I do so appreciate your prompt replies to my problems. Any more suggestions? Thanks.
Posted by Bonnie Peterson | 14 April 2010 03:16I just tried to install another theme so that I could reload the new version of C (C.3.2.3) however, the archives still showed the same error message. Since WP won’t let me upgrade to the newest version, can you please send me the code for the complete archives section so that I may be able to make changes through the editor section of the theme?
Thanks again for your help.
Posted by Bonnie Peterson | 14 April 2010 05:53The new version is released. You can olso download from WordPress Extends: http://wordpress.org/extend/themes/c
Posted by Eken | 14 April 2010 20:33This is the “archive.php” file:
<?php
/**
* @package WordPress
* @subpackage A_Theme
*/
get_header()?>
<div id="content">
<?php if(have_posts() ) : ?>
<?php $post=$posts[0];?>
<div class="post-title">
<?php if(is_category() ){ ?><h2>Archive for the
<?php single_cat_title()?> Category</h2>
<?php }elseif (is_tag() ){ ?><h2>Post Tagged
<?php single_tag_title() ?></h2>
<?php }elseif (is_day()){?><h2>Archive for
<?php the_time('F jS, Y')?></h2>
<?php }elseif (is_month()){?><h2>Archive for
<?php the_time('F, Y')?></h2>
<?php }elseif (is_year()){?><h2>Archive for
<?php the_time('Y')?></h2>
<?php }elseif (is_author() ){?><h2>Author Archive</h2>
<?php }elseif (is_search()){ ?><h2>Search Results</h2>
<?php }elseif (isset($_GET['paged'] )&& !empty($_GET['paged']) ){ ?><h2>Blog Archives</h2>
<?php }?>
</div>
<?php while(have_posts()):the_post();?>
<div class="post">
<h2 class="post-title">
<a href="<?php the_permalink()?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute()?>">
<?php the_title()?></a></h2>
<div class="post-body">
<div class="date-header">
<?php the_time('l, m F Y')?>
</div>
<?php the_content(__('(more...)'))?><br />
<span class="byline-author">Posted by
<?php the_author()?> <br />
</span>
</div>
<div class="post-footer">
<?php the_tags(__('Tags:'),', ','<br />')?>
<?php _e('Categories:');the_category(', ');?><br />
<?php if('open'==$post->comment_status) {?>
<?php if(get_comments_number()>0){ ?>
<?php comments_popup_link(__(''), __('1 Comment'),__('% Comments')); } ?>
<a href="<?php the_permalink() ?>/#comment" title="<?php _e('Leave a comment')?>">
<?php _e('Leave a comment');?></a>
<?php } edit_post_link('Edit')?>
</div>
</div>
<?php endwhile; else:?>
<p>
<?php _e('Sory, no posts matched your criteria.')?>
</p>
<?php endif?>
<div class="navi">
<?php posts_nav_link(' | ',__('« Previous Page'),__('Next Page »'))?>
</div>
</div>
<?php get_sidebar();get_footer()?>
Thank you, thank you, thank you! It is finally fixed. I had to copy the code above and completely replace it but IT WORKS!
Your customer service has been wonderful , I really appreciate your continued support.
Posted by Bonnie Peterson | 14 April 2010 22:14You’re welcome…
Posted by Eken | 15 April 2010 22:50Great Theme, nice and clean.
But I have one question. On the images, there is a small line below them, if it is linked to the image (as in use by Lightbox.)
Is there a way to get rid of that line?
Posted by jOHN | 16 April 2010 04:56I don’t see a widget for a blog subscription link. Is there a way to add a subscription link?
Posted by Debbie Martin | 09 March 2011 21:42