-
lovely theme,thank your great work!
-
Thanks, Ben, for the new version. Well done!
I’ve just translated version 3.0.0 to spanish. You can read a short post about it in my blog. At the end of the post you can download the ZIP with the .PO and .MO files.
-
hey Ben,
I love your theme but downloaded the new version for WordPress and my blog went wacky. The copy measure (Width) is okay in Firefox, but very poor in IE9 and Chome. Any ideas what I should do? I would go back to the previous version, in which the blog looked great, if I could. Steve@whatstheidea.com
-
I’ve got a parse error since I upgraded to 3.0.3:
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in (my blog url)/wp/wp-content/themes/tarski/app/templates/credits.php on line 6
Is there anything I can do to avoid this error?
-
please fix theme plese
I don’t want same text all of my pagehere is my problem
please readhttp://www.google.com/support/forum/p/Webmasters/thread?fid=7b4678f08c26a2f30004a473e72780aa&hl=en
-
I use a plugin that alters the “edit” link of a post or page. This works fine with asides as you use the “edit_post_link” function of WordPress there. Unfortunately you use your own function for regular posts or pages which doesn’t trigger the necessary filter “edit_post_link”…
Here’s how I fixed it: changed line 345 in library/helpers/content_helper.php (function “tarski_post_metadata_edit”) to this:
global $post;
$metadata .= ' (' . apply_filters ( 'edit_post_link', $edit_link, $post->ID ) . ')';
Comments are now closed.

24 comments