By Javier García, 9 months and 29 days ago

1 Blog Theme 1.2.1

A new version of this theme has been released:

Theme Overview 12

  • Added WordPress MU compatibility.
  • Fixed Google Reader subscription link.
  • Fixed some minor bugs.

In order to update from the previous version, simply replace all the files (Except for the about.php file and the /ads/ directory, where you have probably placed your own code).

You can read the theme full features or download it right away.

107 comments

#1. Lance, 9 months and 16 days ago

Thanks for the great theme. It is really a great looking, customizable theme.

One question. I am using the theme on my website http://www.yourhrguy.com/ with internet explorer 6.0, and for some reason, the links in the first column are unclickable. I noticed the same thing happens on your site too with your left hand column. I've tried it on two separate computers with no luck. Any ideas?

#2. Javier García, 9 months and 16 days ago

Hello Lance, I hadn't noticed, thank you. I just fixed that behaviour, simple re-download the script and replace style.php file.

#3. Big Dog, 9 months and 16 days ago

I get this error when I send an email from a post. Any idea on how to fix it?

Warning: cannot yet handle MBCS in html_entity_decode()! in /home/onebigdo/public_html/testblog/wp-content/themes/1blogtheme1.2/theme-functions.php on line 199

#4. Javier García, 9 months and 16 days ago

It's a PHP bug:
http://bugs.php.net/bug.php?id=25670

It got solved in PHP 5.0.

You can try adding a @ before the html_entity_decode and check if at least id doesn't return an error:

... $text = @html_entity_decode(...

#5. Big Dog, 9 months and 16 days ago

That seems to have done it.

Thanks!

#6. kuciapa222, 9 months and 9 days ago

After applying tags in the post validator XHTML displays errors

#7. Javier García, 9 months and 9 days ago

OK, I saw what you mean, thanks. An ending LI tag was missing, I just fixed and upload the zip again. The only file that changes is post-related.php.

#8. kuciapa222, 9 months and 9 days ago

Thanks!

#9. bssn, 8 months and 30 days ago

[Big Bug] The three columns in firefox become two columns in internet explorer7.

#10. Javier García, 8 months and 30 days ago

I see three columns in Explorer 7. The two-column sidebar is a single-column sidebar in small resolutions (under 1024px width). As the layout is liquid, this also happens when the explorer window is small (which is probably what happened). It happens in Explorer and Firefox.

#11. yinshang, 8 months and 28 days ago

a very complicated theme, I want to put share this in front page, share this and related post in signal post, what can I do?

also can I set the content of my main index page showing expert of the post?

so difficult...

#12. Javier García, 8 months and 28 days ago

> I want to put share this in front page, share this and related post in signal post, what can I do?

You can find sharing buttons in post-share.php and related posts in post-related.php. A simple conditional (is_home(), is_single()...) will do the trick.

This is not complex at all, unless of course you have no idea of PHP,: WordPress is based on PHP, so it's quite difficult making changes without knowing PHP... in this theme or in any theme. Of course this theme uses a lot of features most themes don't, but those features can only be programmed with PHP. If you don't understand this and the theme is too complex for you I suggest you choosing another theme. Most themes are built in a couple hours (basically it only changes the CSS). I build a theme that took months of development and you say it's «very complicated» and «so dificult»... There are many options out there. It's like using a red-based theme and complaining because it's «too red»...

> can I set the content of my main index page showing expert of the post?

I don't know what you mean by «expert of the post». Do you mean author information?. You can use the author functions wherever you like it to display...

#13. Will, 8 months and 25 days ago

Hi, I love this theme, but I have found that I cannot get any of the inline media players to work in it, such as:

Taragana's Del.icio.us mp3 Player WordPress Plugin (my first choice due to simplicity)
Anarchy Media Player
1pixelout Audio Player
Inline MP3 Player

Have you had others ask about this, and is there a solution or media player that you does work with this excellent theme.

#14. Javier García, 8 months and 25 days ago

The theme uses all the hooks for filters and actions provided by Wordpress, so any plugin should work properly. I'll look into it.

#15. Javier García, 8 months and 25 days ago

There seemed to be a problem with the order of the scripts in the header. I fixed it. You can re-download the theme and replace header.php file.

#16. Will, 8 months and 25 days ago

Javier,

Thank you for your prompt reply and solution to my problem. I very much appreciate it. Everything works fine, which you can see for yourself on this page:

http://www.onethingiknow.net/2007/11/18/free-mp3-the-underdog-by-spoon/

#17. Karel, 8 months and 18 days ago

I'm using your theme? It is great. But after I updates Wordpress, the related post doesn't seem to work. It shows some post, but they are not related to the post. what should I do?

#18. Javier García, 8 months and 18 days ago

Related posts are based on tags, or categories if there are no tags. It works OK in any version of WordPress. In fact you are using the same version we are using in all our blogs, and it works just fine,

#19. Will, 8 months and 15 days ago

Hi again Javier,

Since you were so prompt in resolving my last issue, I thought I'd come to you with another. It may be related to the first actually. I noticed after you changed the header.php file (see messages 15 and 16 above), the 1 Blog theme was no longer displaying both columns in the Opera borwser. I believe it was working before, but I am not so sure since I switch back and forth between Opera and Firefox as my main browsers.

Please let me know if there is anything I can do to make Opera display the theme correctly.

#20. Javier García, 8 months and 15 days ago

Hello Will,

The header change didn't affect CSS, so everything should work OK. I don't know why this is happening in your site, but as you can see evrything displays fine in other sites using the theme. Probably some code used by a plugin is messing with the theme CSS?.

#21. Will, 8 months and 15 days ago

Javier,
Thanks for your reply, after which I went on a hunting expedition for plugins that might be causing the problem. I solved it by moving a widget that was blocking the loading of the right column and footer columns. Thanks for the advice.

#22. skyPAPA, 7 months and 29 days ago

Error validation XHTML 1.0 Transitional in theme-widgets.php
line 204

INCORRECT: checked
CORRECT: checked=\»checked\»

#23. skyPAPA, 7 months and 29 days ago

And line 205 in theme-widgets.php
incorect:

#24. imcw, 7 months and 18 days ago

I use this theme for my blog. But i found a little problem. Why the colour of admin comment never changed? It's still white just like other comments. What sould I do to fix it?

#25. Javier García, 7 months and 18 days ago

I see your comments corretcly highlighted at blogdokter.net. Maybe your monitor is not well calibrated?

#26. imcw, 7 months and 18 days ago

But I see your comments in this blog highlighted well. Could I changed the colour of the highlighted comment? How to do so?

#27. Javier García, 7 months and 18 days ago

Comments are highlighted based on the header color, and it works OK on your blog. Different colors can be seen differently if your monitor is not well calibrated. You should calibrate your monitor.

#28. imcw, 7 months and 16 days ago

Thanks, It's OK now.
I just want to share another problem. When I open my blog with Internet Explorer, the blog open with error :
Line : 71
Char : 352
Error : Expected «)»
Code : 0
URL : http://www.blogdokter.net/konsultasi-gratis/

#29. Javier García, 7 months and 16 days ago

The theme doesn't contain any parse error (unless of course you have modified the code); it must be some plugin.

#30. Anthony, 7 months and 12 days ago

Thank you very much for your wonderful theme! I'm doing the Chinese translation now and I will introduce it in my blog.
But there is on thing I can't solve, it seems the related posts don't work with the Chinese tags. How can I fix it?

#31. Javier García, 7 months and 12 days ago

It should work OK, but if it doesn't for some reason, the theme uses a standard function to retrieve the related posts. It's just a MySQL sentence, not PHP coding, so the charset shouldn't be involved.

#32. Javier García, 7 months and 12 days ago

Anthony, I just tested chinese tags in local, and related posts work OK. I created 2 entries with different categories and same tag (键盘, which of course I have no idea what it means :P), and they are related by the theme.

#33. Anthony, 7 months and 11 days ago

Thank you for your reply! It was my bad, I reactivated the theme and the related posts just work fine! It seems I made some wrong modification to the codes.
btw, 键盘 means «keyboard» in Chinese~
:p

#34. Jim L, 7 months and 10 days ago

Hi Javier- Thanks so much for the great theme. I am trying to add the Stats Tracking Script code from MyBlogLog to this theme. MyBlogLog recommends putting this code right after the open tag. I've done this in other themes, in the header.php file, without problems. When I do it with this theme, my website goes blank. Any help would be appreciated.

Thanks again,
Jim

#35. Javier García, 7 months and 10 days ago

If the page goes blank then a PHP parse error has occurred. As the theme code is correct, obviously the wrong code is the one that you added (and the theme is not related at all with that error). In any case you should use the /ads/ files (ie: after-body-open-tag.php).

#36. Jim L, 7 months and 10 days ago

I just came back to let you know never mind, I found the /ads/ directory and figured out how to work it. That is really slick. Sorry to bother you and thanks for the quick reply!!

Jim

#37. Kerry Webster, 7 months and 8 days ago

Having issues with the Kimili Flash Embed plugin. It fails to display the flash slideshow I have added to a post.
Here is the link to my page:
http://kerrywebster.com/?p=38
It works correctly in other themes so I feel confident the code entered in the post is alright.
Thanks for a wonderfully awesome theme. Any help would be apprecitated.

#38. Javier García, 7 months and 8 days ago

Hello Kerry, the problem is that the flash plugin is bad-coded so it doesn't take into account how the text is formatted. 1 Blog Theme (as well as many plugins) formats the quotes differently from WordPress (Wordpress texturize function is very buggy) so the plugin doesn't recognize the tag properly... The plugin shouldn't use quotes for the code (99% of similar plugins don't).

You can disable theme special formatting by removing the remove_filter/add_filter calls in theme-functions.php, lines 331-350.

#39. Jim L, 6 months and 28 days ago

Hi Javier- I have a question about «related posts». Above you said it is based on tags, or based on categories if there are no tags. This doesn't seem to be exact, some posts are related to posts with completely different tags and categories. My latest post at http://72suited.com/?p=12 is the first post in both it's category and tag, yet there are related posts. If there are no other posts in this tag and category, how can there be related posts? Some of my other posts are related to posts that shouldn't be also. Should I consider removing all tags and just using categories, would that ensure related posts are related? Thanks, and awesome theme!

Jim

#40. Javier García, 6 months and 28 days ago

Hi, I couldn't say exactly what is happening, I'd need to check the mysql sentence/results, but as you can see mysql/php is correct and it works OK on the sites using the theme. Maybe you are adding blank tags (WordPress is having a problem with that)?.

#41. Jim L, 6 months and 26 days ago

What do you mean by «blank tags»? Leaving the Tags field blank? Sorry, kind of new at this stuff. I may try removing all Tags and see of the related posts work with just Categories. I love the theme, I've tried what seems like hundreds of them, and this is my favorite so far, I'm just trying to get it tweaked just right. Thanks!

Jim

#42. Javier García, 6 months and 26 days ago

I mean sometimes when you add extra commas, WordPress add empty tags.

#43. Baltimoron, 6 months and 10 days ago

A reader offers this criticism of the theme:

http://www.radicalcontrapositions.com/left_flank/2008/02/10/left-flanks-theme-update/comments/1/#comment-291

There seems to be some small problem with opening links in IE7 tabs.

Overall, wonderful theme! Thanks!

#44. Javier García, 6 months and 9 days ago

The problem is not IE7 or the theme. You have disabled right-click, which is what stops that user from opening links in a new tab (it seems he hasn't discovered mousewheel clicks). The theme doesn't disable right-clicks (as you can check in this very blog). It's a javascript you've added («Disable select-text script- � Dynamic Drive»). By the way, that script is faulty and bad-written (http://www.dynamicdrive.com/forums/archive/index.php/t-3579.html).

Also, what that user comments on the blank space is also not a theme's fault The enormous content on the sidebar of your blog makes that blank space when the content is not large... It would happen in every theme with sidebar. Sidebars are for secondary navigation options. From a usability point of view your sidebar would be considered a blasphemy :P.

#45. Baltimoron, 6 months and 9 days ago

#44:

OK, so what exactly do I need to do to restore right-clickability? Can you give me explicit instructions?

Thank you for all your comments and help!

#46. Javier García, 6 months and 9 days ago

Remove the script I mentioned...

#47. Baltimoron, 6 months and 9 days ago

#46:

Where is this script? I'm far too stupid to put this script in the code intentionally. Where would it be exactly?

#48. Javier García, 6 months and 9 days ago

The script is returned with the HTML, I don't know how you included it. Likely a via plugin...

#49. Baltimoron, 6 months and 9 days ago

Thank you, I found the plugin. Another virtue of your theme is, that I need fewer plugins now.

#50. fimp, 6 months and 4 days ago

Hi Javier,

I love the theme, but for some reason it won't show the «right sidebar». It justs shows Main and then Left directly beneath it. Do you know why?

http://liberator.dk/wordpress/

#51. Javier García, 6 months and 4 days ago

It seems you have defined a 400px sidebar with a 450px left column... Obviously another column can't fit there :P

#52. James, 6 months and 3 days ago

Hi Javier -

Love the theme, you do great work!

Can you suggest the best way to add legal footer info to the theme -- privacy policy, terms of service, etc.?

There doesn't seem to be an obvious way of doing this.

Also, how can I ensure the same fonts are used in the body and side columns?

Thanks!

#53. Javier García, 6 months and 3 days ago

You should use the after-footer... and before-footer... files in the /ads/ directory. Please, read the features list, there's no need to alter the theme to add any kind of content, just edi the /ads/ files.

Analogously, you can alter the CSS with the /ads/after-css.php file.

#54. Jim L, 6 months and 1 day ago

Hi Javier,

Can the way the dates on each post appear be changed? For instance, by default it says «21 hours ago» or «2 days ago». Can it be changed to display actual dates, like «February 19th, 2008»? This might be a dumb question, I've looked through all the setting though, and it looks like it should be displaying like February 19, 2008. Thanks!

Jim

#56. Jim L, 6 months and 1 day ago

Thanks! I assumed that was in the post.php file. After changing it, my output looks like this now:

2008-02-18 17:38:55 ago

Closer, not sure about the «17:38:55 ago», every post has this and the numbers don't seem to relate to how long ago I posted it. Ultimately I was hoping to get a format like Tuesday, February 19, 2008, or maybe just February 19, 2008. 02-18-2008 would be a third choice, would be cool to get rid of the «17:38:55 ago» though. I see some stuff in the post.php file that maybe I should change, but honestly I'm real new at this stuff so don't want to break it either. Sorry to be such a pain, and thanks for letting me waste your time. :)

Jim

#58. Jim L, 6 months and 1 day ago

OK, I had already found that info, but where do I find the Date «the_date()» and Time «the_time()» parameters, which .php file is it in? According to my Wordpress Options page, the output should be «February 19, 2008 10:42 am», but since it doesn't look like that I assume I have to manually change something? Sorry I'm an idiot. I swear I am trying to find these answers before contacting you.

Thanks,
Jim

#59. Javier García, 6 months and 1 day ago

Function parameters are not in theme files, are defined in WordPress. Please, read the documentation I pointed.

#60. fimp, 6 months and 1 day ago

Ah, so that's how it works. I thought sidebar was supposed to be smaller than column. Thanks =)

#61. Jim L, 6 months ago

I've searched and read a lot on this now, I can't figure this out, but I get the «feeling» from what I'm reading it could be a theme issue. My Wordpress Options page looks like this:

http://i31.tinypic.com/v4avzq.jpg

Not only is that output not what I'm getting, the time on posts aren't even accurate. Any thoughts would be appreciated! Thanks.

Jim

#62. Javier García, 6 months ago

The theme doesn't alter the dates. The dates are saved in the database by WordPress, not by the theme. You decide how to display the dates. For instance, the default theme uses the_time('F jS, Y').

#63. Jim L, 6 months ago

OK. I think I am starting to see what you're saying. I switched to the default theme and it didn't display «exactly» what I had selected in my options either. But I found «the_time» line of code in the «index.php» file in the default «themes» files. The index.php file in your theme doesn't have this line of code at all, and if I'm suppose to add it I have no idea where. Or am I way off still??

Thanks,
Jim

#64. Javier García, 6 months ago

The file where the time code is added is post.php, it's in the comments thread I pointed out earlier.

#65. Jim L, 6 months ago

I must be super dense. I've taken this line of code: and put it in a hundred different places in post.php (of your theme files) in a hundred variations of that code and each time I broke my blog. I feel like I'm really close to figuring this out, but this is all brand new to me.

#66. Javier García, 6 months ago

Again, please, read what I've commented on this and other post comments. You need to replace the obt_translate(obt_time_ago...) functions by your desired date code.

#67. Jim L, 6 months ago

Should this be the code?

It didn't show up in the my last comment, because of the brackets and I didn't use the «code» html.

Thanks,
Jim.

#68. Jim L, 6 months ago

Still didn't show up? Ok, without the brackets:

php the_time('l, F jS, Y g:i a')

#69. Javier García, 6 months ago

Again, you must replace obt_translate(obt_time_ago...) in post.php by the_time('l, F jS, Y g:i a'). That's all.

#70. Jim L, 5 months and 30 days ago

Thanks so much for your help, sorry I was such a pain. I've got it looking about as best as I think I'm going to get it. The font is off just a bit and it is spaced away from the post title a bit, but it doesn't look too bad.

Thanks again,
Jim

#71. craig, 5 months and 27 days ago

Hi, thanks alot for a fantastic looking site. I get this error when clicking on the post comment link.

Warning: include(/home/.knucks/affilizilla12/domaincharityauctions.com/wp-content/themes/1blogtheme1.2/1blogtheme1.2/comments-form.php) [function.include]: failed to open stream: No such file or directory in /home/.knucks/affilizilla12/domaincharityauctions.com/wp-content/themes/1blogtheme1.2/1blogtheme1.2/comments.php on line 3

Warning: include() [function.include]: Failed opening '/home/.knucks/affilizilla12/domaincharityauctions.com/wp-content/themes/1blogtheme1.2/1blogtheme1.2/comments-form.php' for inclusion (include_path='.:/usr/local/php5/lib/php:/usr/local/lib/php') in /home/.knucks/affilizilla12/domaincharityauctions.com/wp-content/themes/1blogtheme1.2/1blogtheme1.2/comments.php on line 3

what can i do?

#72. Javier García, 5 months and 27 days ago

Reupload the file (comments-form.php) and make sure it has the proper permissions.

#73. craig, 5 months and 27 days ago

Thanks Javier, all fixed now.

#74. sagar trapasia, 5 months and 27 days ago

My blog is not showing 'Genetics' category in Categories(right coloumn) while i have made a post in genetics category.It shows that there are 0 posts in genetics category? what is the problem?
site- techproductivity dot com

#76. Javier García, 5 months and 27 days ago

The theme uses WordPress functions in order to display categories (wp_list_cats or wp_list_categories). In any case you can tweak the obt_widget_categories function (theme-widgets.php file) and let us know if you see what's the problem.

#77. sagar trapasia, 5 months and 27 days ago

i am able to see that categoy in other themes?what is the problem in this theme? I am using wp 2.3.2 ..any solution why i am not seeing that category.?

#78. Javier García, 5 months and 27 days ago

Again, you can do some tests with the output of the obt_widget_categories function...

#79. fimp, 5 months and 25 days ago

Hi again, I have someting weird going on. No comments are showed to this post: http://liberator.dk/wordpress/index.php/2008/02/14/hej-verden/

But in the footer you can see it is suppposed to have three comments. Where have they gone?

Would appreciate it if you can help me out again. =)

#80. Javier García, 5 months and 25 days ago

You have edited the theme. You can't expect removing some parts of the theme (in this case the part that processes comments) and getting all working OK.

#81. fimp, 5 months and 24 days ago

I didn't remove anything in the post.php or comments.php files. I just removed the Related and Shared boxes on the front page. Are they responsible for processing comments?

#82. fimp, 5 months and 24 days ago

If so, is it possible to hide them instead of removing them? I know that this is outside what I can reasonably expect you to help me with, so I don't expect you to. =)

#83. Javier García, 5 months and 24 days ago

Yes, the comments are retrieved in that part of the theme. And yes, it's possible to remove only «Related and Shared boxes», simply remove the echo calls not the calculations.

#84. James, 5 months and 18 days ago

Hi Javier-
Love the theme - thanks. How does your color picker work, exactly? I need to do some precise color matching but it's hard to know what hex color you're getting since the slider is «fuzzy». Is there an algorithm or table that can convert the slider's numbers into precise HSB, RGB, or hex?
Thanks,
James

#85. Javier García, 5 months and 18 days ago

This is already explained in a comment. Any graphic editor will give you the hue/contrast values for a given color. For an exact match (this is, altering also the brightness, which is fixed in the theme), use after-css.file in the /ads/ directory.

#86. BlogDokter, 5 months and 18 days ago

Why does my wordpress.com stat plugin not work on your theme? It's not show any statistic while I use your theme.

#87. Javier García, 5 months and 18 days ago

Probably you need to insert some kind of code.

#88. BlogDokter, 5 months and 18 days ago

it doesn't need to insert any kind of code according to installation guide.
You can view this plugin here : http://wordpress.org/extend/plugins/stats/

It's not happened when I used other theme.

#89. Diego Jock, 5 months and 4 days ago

Hi, first of all congratulations for this AMAZING theme!

I´m having this problem with IE7. When I go down with the scrollbar, the footer sidebar overflow the right sidebar.
Do you have any idea about how can I solve this issue?

cheers,

Diego, from Brazil! :)

#90. Javier García, 5 months and 4 days ago

I'm not aware of this behaviour and I don't sdee this theme on your site...

#91. Diego Jock, 5 months and 4 days ago

Hi Javier,

It´s because it shows that error, thats why I deactivated it. :(

#92. John, 3 months and 30 days ago

Could you please explain further the way to change (post time ago) to actual posted time? I realize it's in post.php but I'm not clear on what to change.

#93. Javier García, 3 months and 30 days ago

#94. qimi, 3 months and 23 days ago

Hi Javier,

Could you please explain further how to save 'meta name verification' in header or where is?

I always make error when submit in Google webmaster tool

#95. Javier García, 3 months and 23 days ago

Sorry, I don't know what you are referring to... In order to add your site to Google webmaster you'll probably have to add a meta tag in the header (header.php file). Just follow the instructions.

#96. sagar trapasia, 3 months and 22 days ago

I seeing this serious error in the template. When i was browsing in 'tech news' category on my site (URL), i clicked on page 2 (next page) and i saw this error. I have seen this error several times. Sometimes posts in next page are seen while sometimes this error comes. Screen shot :
http://img234.imageshack.us/img234/5806/errorev1.gif

pls guide why this is happening.

#97. Javier García, 3 months and 22 days ago

That url is worng, it should be http://www.techproductivity.com/category/tech-news/page/2, not http://www.techproductivity.com/tech-news/page/2.

When I go to http://www.techproductivity.com/category/tech-news/ the pagination links are OK and are browsable. In any case those urls (and the 404 error page in case the url is malformed) are brought by wordpress itself, not the theme. I don't know how you got to that url, probably through http://www.techproductivity.com/tech-news/, but that isn't the proper url, though it's returning results. If you click actual links within the theme ther's no problem.

#98. sagar trapasia, 3 months and 21 days ago

oh..ok..yes..i used to directly type http://www.techproductivity.com/tech-news/ i didnt knew it was due to it.

#99. imcw, 3 months ago

What happened to my blog's CSS? I've do nothing before. When I opened my blog this morning, it's look weird.

#100. imcw, 3 months ago

When I checked with W3C CSS validator, it's said : File not found: h**p://www.blogdokter.net/wp-content/themes/1blogtheme1.2/style.php?align=center&width=95%25&sidebaralign=right&sidebarwidth=35%25&leftsidebarwidth=50%25&linkhue=150&linksaturation=200&headerhue=82&headersaturation=154&headerlight=dark&background=white&menu=horizontal&imagenomargins=&gzip=0: Not Acceptable

What's that mean?

#101. Javier García, 3 months ago

Your style.php file is returning a 406 error. This error is given by a server misconfiguration, likely related to the a security mod (if it worked before probably your server just turned on the mod). You can Google «406 error» on more information.

#102. FajarQimi, 2 months and 28 days ago

Save Our Blog. I enjoyed this theme during 2 months. But today , I visit my blog there is 1 sentence :DansGuardian - Acesso negado. (I don't know what the meaning this sentence)
What happened?

#103. Javier García, 2 months and 28 days ago

The message says it all. It's not the theme but http://dansguardian.org/ whch is returning that error.

#104. FajarQimi, 2 months and 26 days ago

Thanks for your info.

#105. James, 2 months and 5 days ago

Hi Javier,

If I want to edit/add/change content in the very top part of the theme, what files should I be tweaking? I'd like to add some text links to log in, register, and log out. Ideally, I'd be adding PHP to one of the theme's files.

Thanks,
James

#106. Javier García, 2 months and 5 days ago

Check /ads/ files, For instance after-body-open-tag.php.

#107. Keith, 1 month and 26 days ago

Fantastic theme... I love it. I do have one question. When I put something in quotes, and in «here is the quote», it shows up on the blog as «here is the quote». Is there any way to get it to show quotation marks?

Many Thanx for any help and please keep up the good work...
Keith

Write a comment

If you want to add your comment on this post, simply fill out the next form:





* Required fields

You can use these XHTML tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>.

1 trackback

To notify a mention on this post in your blog, enable automated notification (Options > Discussion in WordPress) or specify this trackback url: http://​1blogtheme.com/​2007/​10/​1-blog-theme-1-2-1.html/​trackback