Free Blogger Templates

BTemplates, the best place for Blogger templates since 2008.

Choco Theme Blogger Template

Choco Theme

5,251 Downloads.


Mobile screenshot

Instructions

  1. How to install a Blogger template.

About Choco Theme

Introducing Choco Theme, a free Blogger template originally designed for WordPress featuring 2 columns, right sidebar and rounded corners

Perfect for blogs covering personal journals.


More Adapted from WordPress Blogger templates:


Credits

Author: Blogger Template Place.
Designer: .


35 Questions and comments on Choco Theme

Devon 25 February 2010 at 15:11

No matter what I save the date header format as it still comes up as ‘UNDEFINED’ why?

↩ Reply
ilma 7 March 2010 at 20:34

hi..i’ll try to help you with the date. you have to change the timestamp format, into (ex : sunday, march 1, 2010) format, then you’ll get the date..enjoyed..

thanks for the template, it looks great for me..!!!

↩ Reply
Afshan Anwar 12 March 2010 at 12:28

I just want to know that how to enter in admin panel. where is the link to insert posts and edit it.

Any expert please help me.

I m waiting
Afshan Anwar

↩ Reply
Steph 18 March 2010 at 7:42

I’m having the same issue as Devon. I’ve tried the date thing but nothing seems to be working.

Any other suggestions?

↩ Reply
Steph 18 March 2010 at 7:44

Whups, there we go. Timestamp is different than date header. Didn’t see that.

Thanks ilma!

↩ Reply
bryan fusilier 20 March 2010 at 16:42

I just installed the latest update to your theme and it destroyed my entire site. I can’t even get into wp-admin to switch out the theme. My site is completely dead now and my hosting service says the only thing I can do is un-install wordpress and then re-install, which means I lose over a years worth of work and posts!!!

Please help!!!

Bryan

↩ Reply
bryan fusilier 20 March 2010 at 16:44

This is the error message that is displayed when you try to access my site now:

Warning: include_once(lib/theme-options/theme-options.php) [function.include-once]: failed to open stream: No such file or directory in /home/content/f/u/s/fusilierb/html/bryanfusilier/wp-content/themes/chocotheme/functions.php on line 14

Warning: include_once() [function.include]: Failed opening ‘lib/theme-options/theme-options.php’ for inclusion (include_path=’.:/usr/local/php5/lib/php’) in /home/content/f/u/s/fusilierb/html/bryanfusilier/wp-content/themes/chocotheme/functions.php on line 14

Fatal error: Class ‘wp_option’ not found in /home/content/f/u/s/fusilierb/html/bryanfusilier/wp-content/themes/chocotheme/options/theme-options.php on line 15

How do I fix this without re-installing????

↩ Reply
Annemarie 22 March 2010 at 5:39

Is there a way to add the year to my date?

I love this template.

~Annemarie

↩ Reply
Claudia 22 March 2010 at 10:51

Bryan:
You’re completely wrong. This site is for Blogger Templates only. So, we cannot give support for WordPress users ;)

↩ Reply
bryan fusilier 22 March 2010 at 15:12

my bad

↩ Reply
Flávia Assunção 22 March 2010 at 21:31

can someone please help me with the date? i’ve already changed the timestamp but nothing is working!!
do i have to do something on the html?
thanks

↩ Reply
Dave 24 March 2010 at 10:25

i don’t even know how to access or change the timestamp, can anybody help me please?

↩ Reply
Dave 24 March 2010 at 10:28

back again, ive already change the timestamp, but it’s still not working, any html?

↩ Reply
Erica 24 March 2010 at 12:19

I’m having date header/timestamp issues as well. Could someone please specify where to change and what to change it to?

Thank you,
Erica

↩ Reply
iloveblogging 30 March 2010 at 13:11

I can’t seem to find the words “timestamp” in my html to make the date work – can you tell me exactly where it is or how to make that work?

thanks!

↩ Reply
iloveblogging 30 March 2010 at 13:14

I can’t seem to find the words “timestamp” in my html to make the date work as suggested above – can you tell me exactly where it is or how to make that work?

thanks!

↩ Reply
Claudia 31 March 2010 at 15:28

Guys:
You don’t need to find the word “timestamp” in HTML edition. It is simpler than it looks: Just go to Setting / Formatting / Timestamp format and change the hour to the date today (Wednesday, March 31, 2010).

↩ Reply
iloveblogging 31 March 2010 at 20:25

Claudia – thank you so much for your response! However, I went in and changed it – but the date still does not come up – any other suggestions?

thanks

↩ Reply
Claudia 1 April 2010 at 20:11

iloveblogging:
Ensure you changed the timestamp format (the hour), not the date.

↩ Reply
Jokey 12 April 2010 at 16:58

Hi,

I had the same problems like Bryan but I was able to fix two of them, there was just a wrong path inside the functions.php.

However I got still that error:

Fatal error: Class ‘wp_option’ not found in … /wp-content/themes/chocotheme/options/theme-options.php on line 15

and I cannot figure it out.
Is there any possibility to help me? I has already checked Google and found a lot of blogs with this error, but nobody can help me for the moment.

Thanks a lot in advanced

↩ Reply
Andy 16 April 2010 at 19:07

I’d like to show the author etc of the posts. is there a code snipet i can add to a templete file somewhere?

↩ Reply
Josette 21 April 2010 at 11:20

Claudia: Thanks for the tip on solving the date problem! :)

↩ Reply
Ursus 23 August 2010 at 7:29

@Andy: I found the solution to show the author. You can modify the theme: select the index.php file and search for this part of it: “by ”
As you can see, this line is between comment tags ( marks). Delete those tags, and the authors will be shown.

Repeat it in the single.php file.

↩ Reply
Ursus 23 August 2010 at 7:33

Sorry, I made a mistake… I have to put in spaces…

@Andy: I found the solution to show the author. You can modify the theme: select the index.php file and search for this line:

< ! – – by – – >

As you can see, this line is between comment tags ( marks). Delete those tags, and the authors will be shown.

Repeat it in the single.php file.

↩ Reply
Ursus 23 August 2010 at 7:35

Again. Sorry.

@Andy: I found the solution to show the author. You can modify the theme: select the index.php file and search for this line:

<!– by –>

As you can see, this line is between comment tags ( marks). Delete those tags, and the authors will be shown.

Repeat it in the single.php file.

↩ Reply
Ursus 23 August 2010 at 7:37

Sorry, the html tags didn’t appear well. Here is my comment, readable:

http://pastebin.com/5zfCMygw

↩ Reply
abhiroopb 6 December 2010 at 4:53

I really like this theme and I have been using it for quite some time on my Blog.

However, I was wondering if there was any way to add a author name, date and time under the title of the blog post.

Thanks!

↩ Reply
Claudia 6 December 2010 at 9:42

@abhiroopb: Go to Design/Edit HTML, click on “Expand widget templates” and find the following code:


	<div class='entry'>
<data:post.body/>    
<div class='cl'/>
  <div style='clear: both;'/> <!-- clear for photos floats -->
</div>

Now, add this code above that code:


<br/><div><span class='post-author vcard'>
        <b:if cond='data:top.showAuthor'>
          <data:top.authorLabel/>
          <span class='fn'><data:post.author/></span>
        </b:if>
      </span>
   <span class='post-timestamp'>
        <b:if cond='data:top.showTimestamp'>
          <data:top.timestampLabel/>
        <b:if cond='data:post.url'>
          <data:post.timestamp/>
        </b:if>
        </b:if>
      </span> <b:if cond='data:post.dateHeader'>
<script>var ultimaFecha = '<data:post.dateHeader/>';</script>
<data:post.dateHeader/>
<b:else/>
<script>document.write(ultimaFecha);</script>
</b:if>
</div>
<br/>

Save changes.

↩ Reply
abhiroopb 6 December 2010 at 10:42

@Claudia:

Thanks for the quick response.

I was actually hoping for something that looks like this: http://img63.imageshack.us/img63/7145/postinfo.png

Currently, the info panel at the bottom of a post on the ChocoTheme looks like this: http://img228.imageshack.us/img228/7363/currentinfo.png

Any help in adding the author and other information onto the information panel would be greatly appreciated.

↩ Reply
Luong Thien Khoi 12 April 2011 at 20:52

Hi all:
To display the correct date format, note that “Date Header Format” and “Timestamp Format” have to the same formatting: “Tuesday, March 24, 2009”

Good luck to you

↩ Reply
navneet 6 December 2011 at 11:33

I have set it up both Date Header Format” and “Timestamp Format” have to the same formatting but no change Plsease help

↩ Reply
Tom 14 February 2012 at 18:57

I like this template, and use it with my Norwegian blogg.
Looks nice, dont you think?

↩ Reply
anurag 12 March 2012 at 1:07

it is good templates i should use it on my new blog …
thaxxx…

↩ Reply
Munieyapen 3 April 2012 at 9:15

Hi there,

I open the xml file in wordpad, ctrl +A, and pasti it to the html editer in blogspot.
its giving error :

error code: bX-hzyc3i

not able to save the template..
any help pls..
thanks

↩ Reply
Pravat Rai 15 April 2014 at 12:20

Can anybody tell me how to remove the boder that comes up around an image by default? I don’t like this border and i have been trying to figure out how to get rid of it, but not been successful.
Thanks

↩ Reply

Leave a Reply

Your email address will not be published. Required fields are marked *