Viewing 15 replies - 1 through 15 (of 28 total)
  • wow. I really like it. looks highly customizeable and it’s alm all white, so it feels really open. good job.

    the sidebar seems to be a bit short on stuff though (cats, links, etc.)

    looks clean. havent tried it yet. will let you know.

    Good work !

    when it is the first install, if the user doesnt go to the options page, just default it to one of the header images.
    dont leave it blank.

    for the navigation, do not hard code it to be /archives/ the user might have different settings. just take it from wp_list_pages. try my hemingway-bright or one-column for example.

    great looking theme. congrats on that.

    Check this.

    Category Archive

    You are currently browsing the category archive for the ‘Uncategorized’ category.

    Fatal error: Call to undefined function is_tag() in \wordpress\wp-content\themes\tarski\loop.php on line 45

    Thanks for the heads-up, sadish; I’ll check those problems out. Feedback is much appreciated.

    Thread Starter ceejayoz

    (@ceejayoz)

    sadish, that one’s my fault. We’ll release a fix soon, however, if you want to fix it real quick:

    edit loop.php, line 45, to say:

    <?php if(function_exists("is_tag")) { if(is_tag()) { ?>

    and line 50 to say:

    <?php } } ?>

    We’ve just released version 1.0.1 which fixes the bugs found here, and adds some more plugin support.

    on a clean install of WP, Tarski doesn’t seem to want to display an archive page. I made an “Archives” page with slug of “archives” — still no go.

    Why???

    Found the archive problem: gotta apply the Archives template to the Archive page when creating it.

    Also, you might want to add a tiny blank header option for those of us who think it looks great without a header graphic… I had to hack that in myself.

    I’ll talk to cj about the archives issue, we’ll see if there’s some way of resolving that without breaking WP.

    We’ll add a blank header in the next release. Thanks for your input!

    How do I make the tags page work? I have Ultimte Tag Warrior installed and your nav bar link works. But when I click on a tag in the list I get a 404 error. Why?

    Should probably mention, I have the plugin set to rewrite the URLs to /tag/ etc. So maybe I need a mod_rewrite rule? If so, any idea what that rule would look like?

    OK scratch that last issue about tags. Turns out my .htaccess file wasn’t writeable because the plugin actually writes to it.

    I’m working on this new issue with the most recent release:

    Fatal error: Call to undefined function: show_subscription_checkbox() in . . . allaboute.net/blog/wp-content/themes/tarski/comments.php on line 132

    Hrmm. Comes up at the bottom of the comments area and is not allowing new comments.

    never mind – I took out this: <?php show_subscription_checkbox(); ?>

    and now they work fine. So whatever that is . . . doesn’t work.

Viewing 15 replies - 1 through 15 (of 28 total)
  • The topic ‘New Theme – Tarski’ is closed to new replies.