Tarski
  • Blog
  • Documentation & Help
  • About
  • Archives
  • Forum

Subscribe to feed

‹ Alternate Styles with Tarski  •  100,000 Pages ›

1.1.1 Release

March 26, 2006 by Ben Eastaugh | 86 comments

It’s definately evolution rather than revolution with this release. After we launched 1.1 I started tweaking, playing around with various niggles that were bothering me about the theme. You can go through all the details in the changelog.

New Features

Thought Wind

Martin kindly did another header for this release, Thought Wind.

We’ve added another variant style, skyline.css. It’s very much in the same vein as the other styles, but for the official styles and headers I want to create a sense of variations on a theme, rather than radically different looks (you can always make your own if you want to do something completely different, after all).

There’s now also an option to swap the columns, with the sidebar appearing on the right and the content on the left. All the other columnated sections—navigation, comments, the footer—swap over as well if you choose this option. You can find it under ‘Miscellaneous Options’ at the bottom of the Tarski Options page (Presentation > Tarski Options in the WP admin panel, as always).

Chris has also done some excellent work revising the navigation bar. It now gets its links from the list of top-level pages—and you can choose which ones you want to appear. This option too appears on the Tarski Options page. Another advantage of doing it like this is that the links are no longer hardcoded; if you don’t have URL rewriting enabled, or have a different set of page slugs to ours, the links will still find your pages.

This change to the navigation bar does require you to select your desired pages in the Tarski Options page—don’t panic if there’s suddenly only a “Home” link after updating!

Tweaks

None of the tweaks will change anything major about Tarski—they just add a level of polish which was previously missing. Feed links now find your correct feed addresses, rather than just linking to /feed/; titles that are longer than one line of text will space themselves properly; various bits of “under the hood” code have been cleaned up or streamlined.

Just one note: the page.php file is now redundant, so make sure you delete it when you upgrade Tarski.

If you use the Ultimate Tag Warrior plugin, you’ll be glad to hear that Tarski now includes complete support for its features: we’ve added the option to activate the live tag search feature on the tags page. The plugin does a pretty terrible job of separating content and presentation from behaviour, so the way it operates and displays isn’t as elegant as I’d like. C’est la vie.

As always, post any bugs or problems you have in the comments. We really appreciate your response; it makes the job worthwhile.

Tags: 1.1.1, alternate-styles, download, features, headers, tags, tweaks

The latest Tarski release is 2.0.5 (?).

Download Tarski 2.0.5

You can also download Tarski via svn.


WordPress 2.3 or WordPress MU 1.3 is required. Legacy downloads are available for users of earlier versions.

Be sure to read the documentation! Support requests should be posted in the forum. Tarski is available in a number of other languages.

Read the roadmap to see what will be in future versions.

86 comments

March 26, 2006 at 11:24 pm

Trackback from ceejayoz.com - More Tarski...

April 25, 2006 at 10:52 pm

Pingback from jinkies.org · jinkies: true hollywood story

March 26, 2006 at 11:32 pm

Elyse

Elyse’s avatar

Last night I uploaded and tweaked Tarski 1.1 on my blog. Just five minutes ago I upgraded and am now having a problem with comments.

Personalize, personalize, personalize

The posts without comments are fine, but the posts that have been commented all have the same issue as the one referenced above.

March 26, 2006 at 11:33 pm

ceejayoz

ceejayoz’s avatar

Yep, we forgot one line. Sorry!

Re-upload comments.php from a fresh download of the 1.1.1 zip file and you should be good to go. Sorry again!

March 26, 2006 at 11:39 pm

Elyse

Elyse’s avatar

That did the trick. Thanks!

March 27, 2006 at 12:42 pm

Frox

Frox’s avatar

Great!
Checking it out now :D

March 27, 2006 at 12:59 pm

Dale

Dale’s avatar

really like this clean style and have been playnig about with it for a while. However I have clicked the “centred” option under Tarski options in the dash board but it still left aligns -

do i need to reload a particular PHP file to reset some hook?

March 27, 2006 at 1:35 pm

ceejayoz

ceejayoz’s avatar

Dale, if you could provide us a URL to a site where we can take a look that’d help us diagnose your problem. It might be as simple as a cached CSS in your browser - no way to know until we see it. :-)

March 27, 2006 at 4:05 pm

ionfish

ionfish’s avatar

Dale, your problem is that you’re using the 1.0.1 stylesheet, not the 1.1.1 one. You need to delete style.css from /tarski/ and replace it with the version from the latest download. While you’re at it you should make sure that you’ve updated all your Tarski files to the latest version.

March 27, 2006 at 9:44 pm

El Desviado

El Desviado’s avatar

Hi again!!

Thank you for this update.

I have a doubt with the style.css. Which parameter may i change to delete the frames of an image when is a link? I want the frame when the mouse cross over, but i dont want the frame if the mouse dont cross.

Sorry for my ignorance.

Thank you again for all the well done work!!

March 28, 2006 at 1:23 pm

ionfish

ionfish’s avatar

I’m going to tweak the image link handling for the next release. To get the effect you’re after, add this code to your stylesheet.

a img {
border: 1px solid #fff;
}
a:hover img {
border: 1px solid #a8001c;
}

Replace the second colour code with whatever colour you prefer. If you want to reproduce a colour from the theme or one of the alternate styles, just look through the CSS until you find the right one.

March 28, 2006 at 9:51 pm

El Desviado

El Desviado’s avatar

Thank you very much ionfish!!

March 29, 2006 at 1:54 am

ceejayoz

ceejayoz’s avatar

Do try and do it in a custom stylesheet, too, lest you lose your changes when we next upgrade. :-)

March 29, 2006 at 10:57 pm

Cori

Cori’s avatar

how do I upgrade to the version 1.1.1 without losing the changes I have made including my own header and some stylesheet changes?

March 29, 2006 at 11:11 pm

ionfish

ionfish’s avatar

You’ll have to try to copy the changes over as best you can. The changes to the stylesheet you can copy into a custom stylesheet fairly easily by following the instructions given in this post. The changes to the header file may be more difficult to do, depending on whether we’ve changed anything relating to the changes you’ve made. My suggestion would be to save a copy of your modified header.php and compare the code with the 1.1.1 version, then change things as appropriate. If the alterations are just inclusions, you could just use Tarski’s theme hooks to add them in, and they’ll be preserved across upgrades.

March 29, 2006 at 11:29 pm

Douten

Douten’s avatar

Hello!
I love this theme, very well made, simple yet nice. With that said a suggestion for a new feature. I’d like it possible to place the comment area right under the post, so if the side bar is long it won’t push the comment area down. I know there’s the disable side bar on other pages, except main page option. But I don’t think that’s what I really want to do. That’s just suggestion though, the theme seems fine the way it is.

March 30, 2006 at 2:46 am

ceejayoz

ceejayoz’s avatar

Douten, for the time being we’ve decided the HTML gymnastics we’d need to do that aren’t worth the trouble. We put in the disable sidebar option as a stopgap measure.

Tarski really does work best with long posts - after all, it was originally designed for ionfish’s website - so we’ve shoehorned in support for small posts as best we can, for now.

March 30, 2006 at 11:55 pm

Douten

Douten’s avatar

I see. I suppose the sidebar option could kinda do what I want, not too much lost. Thanks for the reply.

March 31, 2006 at 1:16 am

Logan Leger

Logan Leger’s avatar

Are y’all looking into putting WP widgets in the next release?

March 31, 2006 at 2:21 am

ceejayoz

ceejayoz’s avatar

Indeed we are, assuming we can make the API do what we want it to do.

March 31, 2006 at 4:25 pm

Cori

Cori’s avatar

I had a successful time uploading the new version, only one aspect does not work, and that is the centered version of the theme. It is selected yet it is left aligned…any suggestions?

March 31, 2006 at 4:27 pm

Cori

Cori’s avatar

Ah, I apologize! Problem Fixed!

March 31, 2006 at 4:27 pm

ionfish

ionfish’s avatar

Chances are your problems are the same as Dale’s, and the fix will be the same: make sure you’re using the new stylesheet, as I moved the centering into style.css for 1.1 (Chris just stuck the centering in as an inline style for the 1.0.1 release).

April 1, 2006 at 11:28 pm

Ray

Ray’s avatar

Hi Author, great theme! Everything’s fine except that I cannot figure out how to add plug-ins in the sidebar. I’ll go into the options page and put codes in such as , and only text shows up. I tried with several plugins and none are working. Any pointers please?

April 1, 2006 at 11:30 pm

Ray

Ray’s avatar

opps, code didn’t show up last time

[?php nr_get_movie(); ?]

April 2, 2006 at 1:07 am

ceejayoz

ceejayoz’s avatar

Ray, there’s a link to a tutorial on integrating plugins at the top of the theme hooks page. You’ll be wanting the $sidebarTopInclude hook.

We don’t allow PHP in the Options page as it would be a security risk.

April 2, 2006 at 4:24 am

Ray

Ray’s avatar

very cool, working perfectly now, thx for the timely reply

April 2, 2006 at 7:08 pm

Becky

Becky’s avatar

Is there an easy way to make comments show up on “pages” like they do in regular entries? I’ve done this to other templates but your template is a bit more involved and I’m a bit afraid to mess with the internal workings of it. Any hints would be greatly appreciated.

April 2, 2006 at 9:55 pm

ceejayoz

ceejayoz’s avatar

Becky, you’re in luck!

Change line #4 in index.php from:

< ?php if(is_single()) { comments_template(); } ?>

to:

< ?php if(is_single() || is_page()) { comments_template(); } ?>

That should work!

April 3, 2006 at 10:47 am

Susanne

Susanne’s avatar

Hi everybody, how can I include the tags into the sidebar. I appreciate the plugin you use, but would like to have a more traditional listing of the tags in the sidebar. Best wishes, Susanne

April 3, 2006 at 12:33 pm

El Desviado

El Desviado’s avatar

Hi again!!

I have an idea lookin’ to a new update. May be good that the theme would include a “permanent link” for each post to let the people do trackbacks without problems with the permalinks.

It’s just an idea.

Great theme!

Thank you!

April 3, 2006 at 4:54 pm

ceejayoz

ceejayoz’s avatar

Susanne, you’ll need to use this technique to do that. The tutorial shows how to do it for flickrRSS, and should be easily be adapted to your tagging plugin.

Tarski does make a standalone tags page for you, of course. If you have a lot of tags, that’ll probably be a less cluttered way of displaying them.

El Desviado, are you talking about some sort of “the trackback URL for this post is …” display?

April 3, 2006 at 11:35 pm

Zeerus

Zeerus’s avatar

this has to be one of the best looking WordPress themes I’ve seen so far. I’ll definitely be using it in the future. some stylesheet modifications and I can see this in use everywhere in no time at all

April 4, 2006 at 8:50 am

Frox

Frox’s avatar

Can somebody help me out? For some reason my sidebar ends up under my post. Is it because of the picture?

http://www.the-frox.com/blog

April 4, 2006 at 12:57 pm

ceejayoz

ceejayoz’s avatar

Frox, you’ve got some funky code going on there. Please make sure your site validates on the W3C validator. Looks like you’ve got a

tag that doesn’t close, among other things.

Pages

Not sure why you’ve got post-content divs and that center paragraph in there. If you’re using the

to center your sidebar, that’s not the best way to do it.

April 4, 2006 at 4:06 pm

Frox

Frox’s avatar

Hmm I see now,….all those errors are coming from my -weird- usage of Lightbox……
Can’t figure out out how to use it properly,….but thanks! I’m one step closer.

April 4, 2006 at 8:03 pm

Steven Rasnick

Steven Rasnick’s avatar

This is, quite simply, a kick ass theme. It seems to be getting very popular, too. Congrats on the success.

Check out my Tarski-Powered blog at stevenrasnick.com.

April 4, 2006 at 8:47 pm

ceejayoz

ceejayoz’s avatar

Looks good, and I’m glad to see you using the custom theme option. :-p

April 4, 2006 at 9:57 pm

CaBe

CaBe’s avatar

I’ve been here before, but at last I’m live with my own blog - thanks a lot for this great theme and for your help.

I especially like Tarski’s possibilities to customize (a little …) without editing theme files and thereby keeping customization after an upgrade.

A few small things (that you might already be aware of):

- The title of links in the navigation bar is missing (apart from that of Home)

- I wonder why you use different icons for the site feed and the comments feed - and may I suggest using this standard feed icon in stead of the Silk feed-icon?

:-)

April 5, 2006 at 12:05 am

ionfish

ionfish’s avatar

The feed icons were chosen purely for aesthetic purposes. Mark James has updated the Silk icons to fit the standard; the reason I’ve not changed them is that I prefer these ones. It’s that simple. You can, of course, change the icons yourself; just make sure you don’t overwrite them if you ever upgrade. The reason the site feed and comments feed icons are different is to disambiguate them.

The titles for links in the navigation bar are missing because we don’t know what links people will put there; it would be rather presumptious of us to give titles to possible links, especially since people of such a variety of languages and interests are using the theme.

April 5, 2006 at 1:46 pm

Becky

Becky’s avatar

A small request, if possible, it would be great if there was an option to omitt the links you pick to show up in the horizontal menu (that are also ‘pages’) from the listing of the pages on the sidebar.

Also, for anyone wishing to put their link collections on a seperate Page go to http://redalt.com/ and look for the LINKSPAGE plugin. This works really nicely with this wonderful Tarski template.

B

April 5, 2006 at 4:15 pm

ionfish

ionfish’s avatar

We’re putting a links page in the next release. We’ll definately take your request with regards to pages into consideration. :)

April 5, 2006 at 9:17 pm

El Desviado

El Desviado’s avatar

El Desviado, are you talking about some sort of “the trackback URL for this post is …” display?”

Yes. Next to “comments feed for this article”, for example. Sorry for my english.

April 5, 2006 at 9:18 pm

El Desviado

El Desviado’s avatar

Lol. The last comment was an answer for ceejayoz. Sorry :)

April 6, 2006 at 12:34 am

ionfish

ionfish’s avatar

Looks like it’s your HTML you need to worry about, not your English. I’ve fixed it for you…

April 10, 2006 at 9:14 pm

tom

tom’s avatar

Loving the new headers guys. Keep up the good work.

April 11, 2006 at 12:42 am

Ray

Ray’s avatar

Thanks again for the theme, and your continued timely support. I know it’s been mentioned before, but Widgets please! And more standard out-of-the-box features. More tweaking options in dashboard would be nice too. Looking forward to the next update.

April 11, 2006 at 12:46 am

ceejayoz

ceejayoz’s avatar

Widgets are coming in the next release.

We can’t add out-of-the-box features and tweaking options without knowing which ones people want, plus the theme hooks bit is intended for adding extra plugin support.

April 11, 2006 at 2:01 am

Ray

Ray’s avatar

just a few i thought of, enable/disable/move “Subscribe to Feed”, option to add specific time info for posts, enable/disable feedbacks on pages, build in avatar for comments, enable/disable “Recent Posts” on bottom of page, ability to move search field, sizing options for width of blog/sidebar (i happen to use a 1080P monitor at 1920*1080 resolution), ability to change font/bold text, etc., you know, the kind of options that differentiate this theme from others. I think you are already at a great start. how many other themes give you options at all?

April 11, 2006 at 2:43 am

ceejayoz

ceejayoz’s avatar

Ray, much of what you’re talking about - moving the feed link around, changing widths, fonts, etc. - is best handled via a custom stylesheet.

Avatars are best left to a plugin, particularly the Gravatars one you see here.

Page comments are getting added in for 1.2.

April 11, 2006 at 5:27 pm

Woordenaar

Woordenaar’s avatar

I’m running Tarski 1.1.1 and UTW 3.1 but i can’t get me a working tags page, i’m just receiving a nice 404… Any suggestions?

April 11, 2006 at 5:31 pm

ionfish

ionfish’s avatar

Presumably you’ve created a new page using the tags template?

April 11, 2006 at 7:46 pm

Woordenaar

Woordenaar’s avatar

@ionfish: yes i did.

April 11, 2006 at 8:37 pm

ceejayoz

ceejayoz’s avatar

Woordenaar, if you haven’t already, try rebuilding your permalink rules at /wp-admin/options-permalink.php.

April 11, 2006 at 8:41 pm

ceejayoz

ceejayoz’s avatar

ALso, what is the page ID for the tags page listed at /wp-admin/edit-pages.php?

April 11, 2006 at 9:30 pm

Woordenaar

Woordenaar’s avatar

I tried rebuilding permalink rules, no succes. The page ID is 122. Pointing to http://boek.woordenaar.nl/?page_id=122 gives the right result, so it seems to be a permalink problem, not a Tarski problem. I can changed the postslug to ?page_id=122 and that works, but WP changes that to page_id=122 which is just a “normal” postslug. So I tried tag as postslug instead of tags and that works, but tagcloud or tag_cloud are creating 404 codes. Strange, but I can live with tag as postslug. Thank you guys for helping me so far.

April 11, 2006 at 9:34 pm

ionfish

ionfish’s avatar

Is your .htaccess writable? It’s strange that most of your permalinks work, but the tag one doesn’t.

By the by, we’ll fix the misplaced Archives / 404 headers in the next release; a small oversight from when we added the option to swap the columns.

April 12, 2006 at 12:18 am

ceejayoz

ceejayoz’s avatar

Woordenaar, the different tag slugs working is intriguing. I’m wondering if a plugin you’ve installed has its own uses for those pages and thus has .htaccess rules that are interfering. Very strange…

April 12, 2006 at 7:26 am

Woordenaar

Woordenaar’s avatar

@Ceejayoz: I only have UTW up and running, but looking at the .htaccess rules was not a bad idea. When upgrading to WP 2.0 I encountered some problems with UTW 2.8.9, the forum pointed to a solution by manually adding rewrite rules. That worked and these rules were still active, removing this rules is finaly giving the right result. Thanks again.

April 13, 2006 at 12:31 am

Adam

Adam’s avatar

Just wanted to drop in to thank you for such a beautiful and functional theme! Most of the minimalistic themes I’ve seen are so bland, but now my search is over!

April 13, 2006 at 11:22 pm

newrui

newrui’s avatar

something really cool, maybe you guys could incorporate it into the next release, say for recent articles on the bottom of the page

http://asymptomatic.net/2006/04/13/2311/building-a-shelf-in-wordpress/

April 14, 2006 at 1:26 am

ceejayoz

ceejayoz’s avatar

Well, a shelf is most useful for content that appears above the main page contents. The ‘Recent Articles’ section doesn’t appear above the main content, so it’s not particularly obtrusive.

The Foliage Mod theme has an example of a very nice shelf, and makes for a good comparison vs. Tarski for deciding when and when not to use the technique.

April 14, 2006 at 9:22 am

AndrewE

AndrewE’s avatar

Thanks for this theme, I love it!

I’m using a slightly modified (as in graphically modified) version of it for my blog.

April 16, 2006 at 1:10 pm

Sara

Sara’s avatar

Widgets are coming in the next release.

That is absolutely awesome to hear. Being able to edit the contents of the sidebar in the content section as well as the bottom bar with the search function would be great. I currently have to resort to editing the source files (which I really don’t want to do), but knowing I can easily change back to my custom setup with the widget plugin would be great.

About the shelf idea: If you decide to include this, please make it as an option. I had a shelf myself, and I actually didn’t like it. I guess I am trying to aim for simpler things these days. I am trying to exclude as much javascript as possible on my website, and I consider the shelf a kinda frivolous thing thats only meant to be for looks and not for practical purposes. Tarski looks wonderful without a shelf, and in my humble opinion it would ruin the aurora around the Tarski theme: beautiful simplicity.

Please keep up the great work! This is one of the best themes I have enjoyed so far and I am currently tweaking it on my local server setup before putting it up live. Wonderful simplicity that works right out of the box. Thank you!

April 16, 2006 at 10:23 pm

AndrewE

AndrewE’s avatar

Still making minor adjustments to this great theme. There’s a couple of things I’d like to ask your advice on.

1) How could I go about adding a kind of tagline that would sit next to my main title: e.g. “DESPERATE CURIOSITY a blog about blah blah”

2) Right at the bottom in the ‘recent articles’ section I see some people of inserted other things in paralled that sit under the search bar. How is that done? Or is that really tricky?

Thanks so much for your time and effort guys.

AndrewE

April 17, 2006 at 11:33 pm

AnthonyJ

AnthonyJ’s avatar

I second the idea for adding the Tagline I have added it on my site but had to hard code it into the Header file because it was the only way to get it to display that I found. Having an option to add a Tagline would be incredible.

Love the theme keep up the excellent work.

Thanks

April 17, 2006 at 11:41 pm

ceejayoz

ceejayoz’s avatar

Righto, we’ll add in the tagline option.

AndrewE, adding things below the search bar and/or the recent articles bit is done via the various theme hooks.

April 20, 2006 at 11:46 am

AndrewE

AndrewE’s avatar

Thanks ceejayoz, is there any quick fix for the tagline that I can use in the interim?

April 28, 2006 at 11:30 am

aquazero

aquazero’s avatar

Could you guys add ThickBox in your next release….

http://codylindley.com/Javascript/257/thickbox-one-box-to-rule-them-all

It would be super cool….

April 28, 2006 at 1:55 pm

ceejayoz

ceejayoz’s avatar

aquazero, we won’t be adding that in to the next release, but it’d be easy for you to install the plugin linked in the comments…

April 29, 2006 at 5:46 am

zeal

zeal’s avatar

Tarski is a great theme. Thanks.

I have a little problem here. If I enabled wp-cache, the reader’s comments can not show up immediately. I do not have this problem with the wp default theme. Is there a solution for this? I am a DH user, therefore, wp-cache is quite important for me.

April 29, 2006 at 6:05 am

ceejayoz

ceejayoz’s avatar

zeal, you’ll need to contact the WP-Cache plugin author on that one. To my knowledge, it is a completely theme-independent plugin requiring no integration on our end.

I’d check, but his website seems to be down right now.

May 3, 2006 at 7:32 am

Brett

Brett’s avatar

Thank you for Tarski! It’s clean and elegant, always the best kind of theme, IMHO.

I have a suggestion/request for a tweakable option - at the moment you have an option for only showing the sidebar on the front page. I am tempted by this because I do have a long-ish sidebar and so there is a lot of whitespace between the post and the comments, if the post is short. But it looks bare without a sidebar at all, and also reduces navigability. Would it be possible to take how you have the option of which sections to add to the sidebar, and do the same for the non-home page sidebar? Even if I could remove just the blogroll from my non-home page sidebar, it would reduce the whitespace considerably.

Thanks again.

May 8, 2006 at 2:29 am

Douten

Douten’s avatar

Hello there!

I’m having a problem with the theme. Between the image and the title there’s a little space. I want to get rid of it, and have tried many ways but still no success.

Also for my site I wanted to do the header continuing into the body, you can see here http://douten.frozendelusion.net/ So what I did was did part of the picture as a bg for #navigation and the other part for #content but for some reason the bg on #content got cut short.

Thanks!

May 9, 2006 at 11:38 pm

ionfish

ionfish’s avatar

Sorry for taking a couple of days to respond, I’ve been a bit busy with the tail-end of my degree. The space might be down to some stray padding, or maybe the title’s line-height property?

Looking at your site, you seem to have fixed the issue with the background image. Lovely mod, by the way. :)

May 13, 2006 at 8:34 am

AndrewE

AndrewE’s avatar

Hi, I’m using the tag cloud on my Tarski-powered blog and the ’search tags’ section works fine, but the ‘tag cloud’ part doesn’t work. When I click on a word in the tag cloud I get a 404 error saying ‘Not Found’. Does anyone know what the problem might be?

Thanks alot.

May 13, 2006 at 11:49 am

ionfish

ionfish’s avatar

Might be a permalink issue. Is your .htaccess file writeable, and have you updated your permalinks? (Options > Permalinks > Update Permalink Structure in the WP admin panel.)

May 13, 2006 at 12:13 pm

AndrewE

AndrewE’s avatar

Thanks for the quick response ionfish, my .htaccess file is writable and I updated the permalink structure but the same thing is happening. I’m wondering if it isn’t something to do with the configuration of the ultimate tag plugin?

May 13, 2006 at 12:23 pm

ionfish

ionfish’s avatar

If it’s this tag page you’re talking about, you seem to be using the default WordPress URI scheme. Whether you’re using it out of personal preference or because you’re not on an Apache server, I don’t know, but I’d hazard a guess that that’s your issue: the /tag/tagname/ scheme doesn’t play nicely with the URI strings. Either change your permalink structure to one of the other options such as “Date and name based”, or uncheck the “Use url rewriting for local tag urls (/tag/tag instead of index.php?tag=tag)” options on the UTW configuration page.

May 13, 2006 at 12:57 pm

AndrewE

AndrewE’s avatar

Thanks again. I tried changing the permalink structure but now it seems to have created an internal database error and I can’t switch back to the state before or access the admin interface…mmm this is rather worrying, I hope this doesn’t mean I’ll loose all my content. Any idea how to remedy this?

May 13, 2006 at 2:41 pm

AndrewE

AndrewE’s avatar

ionfish, apologies for that rather confused string of comments. After some tweaking and help from my host I got the tags working again. Thanks for your help and patience. And if I haven’t already said it, thanks for offering such an awesome WP theme to the community.

May 13, 2006 at 5:08 pm

ionfish

ionfish’s avatar

Not a problem, glad you got it sorted. :)

May 16, 2006 at 5:11 pm

David

David’s avatar

Just out of curiousity, why is there no previous page / next page links?

May 16, 2006 at 6:57 pm

ionfish

ionfish’s avatar

Basically because I couldn’t find a location and format for them that felt natural in the context of the rest of the theme. If I can work the issue out then they’ll find their way into a future release.

May 17, 2006 at 6:51 pm

David

David’s avatar

Thanks for the response. The reason I asked is because I started to notice a problem as I add more and more entries to my blog, I realized there was no easy way to page through it all.

I hope you have a chance to add it soon…lol.

May 17, 2006 at 7:37 pm

zeal

zeal’s avatar

I add this feature (previous/next page) myself to the template. Though it does not look good, it works.

Tarski is a WordPress theme by Ben Eastaugh and Chris Sternal-Johnson.

Tarski’s documentation is full of useful stuff, while the Credits & Thanks page recognises those who’ve helped out with Tarski.

Support queries are only answered in the forum; please don’t post them in comment threads or emails.

Subscribe to feed

Powered by WordPress and Tarski