Friday, May 26th, 2006...9:21 am
Minor Update: Version 0.12
I’m absolutely dedicated to the improvement of the PressRow theme for WordPress, and thanks to a very savvy user base, I’ve been able to make quite a few usability and style changes that have really taken the theme up a notch. Although the updates in version 0.12 are relatively minor, I still felt as though they were significant enough to warrant a new version release.
Just like last time, I’m going to give you a brief rundown of what was changed and why I felt those changes were necessary.
- List styles in comments: Prior to version 0.12, when users would include list styles in comments (
<ul>,<ol>,<li>), the styling would essentially “break,” and the template would completely mess up in IE 6. A couple of waves of my magic wand over the stylesheet fixed this problem easily, though, so now list styles in comments should look like this. - Number of posts on first page: After including support for the “Links” box in the sidebar in version 0.11, I felt as though showing only two posts on the front page didn’t properly balance the newer, longer sidebar. Therefore, I changed the default number of posts on the first page to 3 instead of 2, so now things look a bit more balanced. Of course, if you don’t use the
<!--more-->tag to display teasers on your front page, then this likely will make little or no difference to you. - Structure of the zipped file: Thanks to George, I’ve changed the zip file so that it unzips a folder instead of just a bunch of files. I would like to note that Mac users have never had this problem, as the zip file automatically unzips to a folder that corresponds with the name of the zip file. Be that as it may, I am a firm believer that Windows still drives the ship, so I’m in favor of doing anything that improves usability on that end of things. As a result, version 0.12 now features a new and improved zip file!
If you want to upgrade…
Only two core template files have been changed in version 0.12 - style.css and index.php. Therefore, if you would like to upgrade to version 0.12 without overwriting any changes you’ve made to other template files, then simply copy style.css and index.php to the PressRow theme directory.
82 Comments
May 28th, 2006 at 2:55 pm
I like!!!
June 21st, 2006 at 12:15 pm
Could you make the sidebar to appear on the left side? But the content must be loaded first before the sidebar?
June 21st, 2006 at 12:26 pm
Korokmu, what you’re asking is actually quite simple to accomplish.
All you have to do is edit these files:
The only edit you need to make to these files is to move the
<?php get_sidebar(); ?>declaration above the<div id="content">declaration. Once you’ve done this, the sidebar will appear on the left on all pages.June 21st, 2006 at 6:23 pm
thanks. but can the content be loaded first instead of the sidebar?
June 21st, 2006 at 9:13 pm
Korokmu,
I know what you’re saying, but my question is this - are the loading times that drastically different? I don’t know of a way to load the content before loading the sidebar, but I suppose you could tinker with the stylesheet to make it happen.
What you’d have to do is leave the original theme files as they are before editing, and then you’d have to modify the stylesheet. Basically, you want to apply a
float: rightproperty to the<div id="content">…I think that may switch the positions of the two.July 1st, 2006 at 6:10 am
Thank you so much for your wonderful theme.
A small question - I’m trying to do “previous/next entries” (not posts). I’ve tried the wordpress hack but it seems as though page-2 page-3 all look alike and it’s not working. Have I done something wrong?
July 2nd, 2006 at 10:45 am
Also, if it’s not too much trouble, would you please take a look at why my PressRow categories don’t show up correctly in either the Archive tab or the main page? very strange…
July 3rd, 2006 at 6:20 pm
Fili,
I just looked over your site, and besides enjoying what you had there, I came up with a couple of questions for you.
So, I guess I’m left wondering - are your questions answered, or is there something wrong with what I was seeing?
July 3rd, 2006 at 9:51 pm
Heh, thanks for taking a look…
1. If you look at the posts themselves you can notice that there a lot more categories than what actually shows up. I don’t why that is. Very strange.
2. Aside from being able to browse between posts in a single post view, I want the reader to be able to browse posts (previous, next) even when watching a few posts together…. I saw lots of Wordpress themes allow that, but it doesn’t seem to work for the Pressrow one. How come? When I “install” the Wordpress hack in the support it doesn’t really work.
July 3rd, 2006 at 10:52 pm
Fili,
Are you talking about previous/next links on the main page of the site? Or previous/next links within the category or monthly archive views?
July 3rd, 2006 at 11:03 pm
Fili,
The previous and next links will only show up if they are necessary within the context of a particular category or group of posts.
For instance, the previous/next links appear within the Uncategorized category on your site, but they don’t appear on the Chinese Studies category because there are five or less posts tagged as such.
As far as the categories appearing on the “Archives” page, I think there may actually be a more serious underlying issue here. I would love to investigate further to find out exactly what’s going on. If you could email me your login details so I could peek through your category structure, that would help a bit.
It’s up to you, but my email is deuceREMOVEtwoATgmailREMOVEdotcom.
July 7th, 2006 at 2:13 am
Hi, (thanks for the reply)
I’m not referring to what comes installed in the theme, but rather the code that I added to make it work with previous and next for the whole first page.
Wouldn’t you want to be able to browse back from your main page without needing a navigation plugin? (why not a small “Previous Posts” at the bottom like most themes?)
So, I tried doing my own tweaking but this theme kind’o behaved badly, so I thought it’s something for the expert to tackle.
As for the categories - I have a problem giving you my login details, but I’d be happy to send you the files that you need to check this problem further, let me know (filination|-at-|gmail.com).
And since we’re talking - maybe I’m misunderstanding Wordpress in general, but … trackbacks look exactly like the comments. Is there no way to show them up differently?
July 7th, 2006 at 8:30 am
As the designer, you can choose to style trackbacks however you like. In many cases, you’ll see trackbacks listed in list fashion, but I actually prefer to make them look like comments. The reason for this is that they generate more clickthroughs and are not such a segregated part of the conversation.
Be that as it may, you can actually change the styling of the trackbacks per your liking. The only issue is that there’s some PHP involved, and it may be quite tricky on your first go-round. I removed the PHP that separates comment styles from trackback styles because this allowed for the theme to have as little code as possible. If you’d like an example of how to separate comments from trackbacks, I would refer you to the
comments.phppage from the k2 theme. Although it’s got heavier code than you’ll need, you can probably glean the general idea from that.You can slap the categories wherever you’d like on your theme as long as you know the context within which the appropriate code should be placed. Here’s the code you need to generate a list of categories wherever you want:
If you want to add a list of the categories to the PressRow sidebar, then you’ll want to add the above code within a sidebar “element,” like so:
July 7th, 2006 at 9:01 am
Fili,
With regard to the navigation links on the main page of your site, give this solution a try.
First, check out your
index.phpfile within your theme editor. On lines 27-29, you’ll notice the following pieces of code:Between those two lines of code, insert the following chunk:
If this doesn’t work, I’ll know why - just keep me posted!
July 8th, 2006 at 2:04 am
As for your navigation code, I put it where you told me, but nothing shows up. I left it there (as I don’t think anybody would notice the empty gray box) so you can take a look at it if you want.
This is what shows up in the HTML source code:
Did I do something wrong with the post_link PHP commands?
July 8th, 2006 at 2:15 am
As for the categories - well, what you wrote is exactly what I did on my sidebar (which also appears in the Archive tab). In both, there’s a problem which doesn’t display all the categories.
For example - you will notice that on the main blog page there is are categories like : “Asian Studies” and “Conferences” which don’t show up on the Categories list.
like - http://www.filination.com/blog/category/studies/asian-studies/
Weird.
July 8th, 2006 at 2:46 am
Last…
… I took a look at the K2’s comment.php and I understand in general what they did over there with the “if (k2_comment_type_detection() != “Comment”) ” command, but it’s a bit of a mess to deal with.
I do think it’s smarter to separate the real comments from the ping-track-backs, and style them a bit differently maybe giving them a much smaller space on the screen.
Maybe, when I get more PHP wordpress experience, I’ll dare tackle this one.
July 8th, 2006 at 3:59 pm
Oh! Categories didn’t show up because your categories function hides empty categories, even if their parent categories that have child categories with posts.
That would explain it. I just used the usual wordpress categories without the hide option and it works.
July 31st, 2006 at 7:39 pm
Hey, there is an issue with tags in the sidebar… The square bullets aren’t showing in the sidebar in the li elements like the links or recent entries in IE6, it works like a charm in Firefox… Im trying to fix the css but nothing seems to work. Thanks in advances!
August 6th, 2006 at 5:20 pm
chris,
first off…great theme. i’ve been using it for a few months now and i love it. i just wanted to alert you to a few things you may or may not know already:
-as busin3ss said above, there is an issue in IE with the bullets not showing up
-however, in IE, if you have several categories, they properly wrap themselves instead of going under the number of comments as they seem to do in FF
-finally, and most importantly, i installed the latest version of WP and it completely butchered PressRow. sidebar elements disappeared and my header images went back to default and my CSS/fonts seem to break. since then, i rolled back ot the previous version of WP and everything works fine. as much as i want to be fresh w/ WP, my blog looking good matters much more.
is there an easy fix to get PressRow to work properly with the latest version of WP, or no?
thanks again for all your help.
August 7th, 2006 at 6:59 am
John,
Thanks for the kind words about the theme - I’ll delve a little further into some of the issues you brought up in my free time (although the term is beginning to sound like an oxymoron). I do know that the bullets are an easy fix, and I’ve just been remiss in not putting that update together sooner.
Anyway, as far as the latest version of WP goes, you shouldn’t have any problems at all. You simply need to make sure that you back up all of your theme files (specifically, the PressRow ones), and if you’re using plugins to control any of the content in the sidebar, you’ll need to back those up, too. Whenever you upgrade, the files within the wp-content folder get overwritten, so I’m pretty sure you’ll have to go back through the WP Admin options panel and reset your plugins just like you did when you first installed them.
Try that on for size, and let me know if it works. If it doesn’t, I’d be happy to take a look at it personally.
Thanks again!
August 8th, 2006 at 3:49 pm
chris,
thanks for getting back to me. when i have some free time as well (oxymoron is right!) i’ll see if i can upgrade WP and get PressRow to work again per your instructions. if things go haywire again, i’ll be sure to be in touch via e-mail.
thanks again,
john
August 22nd, 2006 at 7:18 am
I’m using version 0.1 at the moment. Can I upgrade by overwriting the style.css and index.php files, or do you have to be upgrading from 0.11 for that to work?
Thanks.
August 22nd, 2006 at 11:15 am
Zoe,
In order to go from Version 0.1 to Version 0.12 in one fell swoop, you’ll need to overwrite three files:
August 22nd, 2006 at 6:38 pm
Thanks for replying so fast. This is my first wordpress blog, so forgive me a stupid question- I haven’t modified the index & style files, so no worries there. I have modified the sidebar, so do I backup, overwrite and add in the modifications again?
Thank you for your generous help.
August 22nd, 2006 at 7:18 pm
Zoe,
Yeah, it will probably be easiest just to backup your original file and then compare the changes between the two. Although I’m not certain, I think the only changes are the addition of an RSS feed block as well as a link list block (the links that can be controlled through the WP-Admin panel).
August 22nd, 2006 at 8:25 pm
I’ll find out and let you know if it all goes pear shaped
August 23rd, 2006 at 10:23 pm
All done, easy as could be. Site now looks as pretty in IE as it does in Firefox. Thanks again.
August 23rd, 2006 at 11:44 pm
It’s my pleasure. Seriously.
August 24th, 2006 at 9:59 pm
First off I really enjoy your theme. It is so clean and simple that I chose it for my sites layout. I have one question though when I want the users to be able to go back a few pages from the main page instead of going to archives with the ..
previous_posts_link(’Previous Entries’) command and find that when used on the main page it does not work. While it does work in the archives section is there something I am over looking? I hope I made since and thanks in advance.
August 24th, 2006 at 10:13 pm
Larfus,
Try out this solution here. If that doesn’t work for you, then you’ll have to wait until the next release, which is due out within a month.
I’d address this sooner, but I’m in the middle of launching a new startup, which is another way of saying that I’m up to my neck in work. Oh, but if you’re interested, the startup is called Tubetorial.
August 24th, 2006 at 10:24 pm
First off you responded way quicker than I thought and second sorry for bothering you with an already answered question my bad.
August 24th, 2006 at 10:36 pm
Hey, no worries at all. I’m just glad I’m here to help!
August 29th, 2006 at 6:28 am
Hi Chris,
A question, when you have time: where would I insert Google Adsense code if I’d like the ad to appear at the bottom of each page? I’ve tried inserting at various places in the Footer page, but nothing seems to work. Advice appreciated!
August 29th, 2006 at 7:52 am
Oops, nevermind. The ads do show up in Safari, but not in Firefox. Must be a browser quirk.
September 8th, 2006 at 12:25 am
Love the theme! Simple but nice.
September 19th, 2006 at 3:00 pm
Is it possible to add a different page template. I would like to add more pages, but would like different pictures to be displayed beyone the About picture.
October 30th, 2006 at 4:32 am
I was trying out different WP templates after having input 20 categories. When I switched templates the categories went away in the live page, but remained in the admin area. Why?
More to my point, why can’t I get a list of categories to show in your template?
Thanks,
V
November 4th, 2006 at 11:35 pm
Hi Chris,
Loved your Pressrow blog. I downloaded it, but I get the following error:
Fatal error: Call to undefined function: k2info() in /home/aventura/public_html/header.php on line 17
Anyway to fix that? Thanks in advance.
November 5th, 2006 at 3:01 pm
Sidebar bullets still don’t work in IE6. How do I fix it?? I have the latest version of the theme.
Please help, thanks!
November 5th, 2006 at 6:56 pm
Peter,
You could simply eliminate the
k2info()reference in theheader.phpfile…According to the error, it’s located in line 17.Casey,
You’ve got mail.
November 7th, 2006 at 1:45 am
Chris,
Thanks for the info. I’ll try it and tell you about my adventures….nuff said.
November 9th, 2006 at 12:32 am
Thank you so much for your wonderful theme!!!!
November 23rd, 2006 at 9:33 am
Hi!
1.- When I fill the post into many categories, it goes to a second line making the “no comments” look ugly (take a look at this: http://cholito.org/2006/11/05/coppermine-vs-gallery/)
how to solve this?
2.- When I create a new page, how can I do so it would be shown in the upper part of the page? (like the “about” link)
3.- Somehow I can’t use/configure widgets with this theme, it’s possible to use them?
Sorry if they are to many questions =)
Saludos!
Alejandro
November 30th, 2006 at 11:00 pm
Hi, I tried this and it kills the theme somehow. All the posts will be shown in the same page as one post only. No matter what post you click on, all the posts will appear as one and no matter which file you edit, it happens all the time
(well, with
404.phpworks ok). I suppose I have to edit something in the style.css, but I’m not shure about what. Any idea?thanks in advance!
Alejandro
November 30th, 2006 at 11:03 pm
(blockquote ate the <code> part, sorry)
November 30th, 2006 at 11:46 pm
Alejandro,
I just looked at my initial solution, and frankly, it stinks.
What you really ought to do here is float the
#content divto the right, and also be sure to flip-flop its padding. Right now, you have 40px of padding on the right — after making the switch, you’ll want 40px of padding on the left.Manipulating the content position with the CSS while maintaining its place in the markup is the preferred solution in this case.
Anyway, try that solution and let me know if you have any luck!
December 1st, 2006 at 2:38 am
Holy cow! it works!
…
Done! I’ve made some modifications to your theme (althou all the credits are yours) to my likes. All I needed to change was in the css file so it was very simple. Take a look at it and let me know what you think about it.
Thanks for you help!
Alejandro
December 1st, 2006 at 10:04 am
Sweet! Your site is looking great — it’s always nice to see people make effective tweaks to the theme, and I really enjoy the way you actively use images on your site.
Great stuff!
December 2nd, 2006 at 5:30 am
I’m glad you like it! to bad I don’t so much traffic as you do
Saludos!!
December 2nd, 2006 at 8:06 am
Alejandro,
Keep writing, learn as much as you can, and offer as much value as you can to your readers.
A few months down the road, you will have as much traffic as I do. And even though it’s not that much traffic, I’m happy to report that it still rocks
December 5th, 2006 at 7:09 pm
I have a last question:
My GF’s mother uses a 800×600 resolution so the screen is really ugly for her.
It is possible to have two css depending of the resolution? like:
if you have a 800×600 then use 800.css else use style.css
I hope it is…
December 17th, 2006 at 7:37 pm
Hi Chris,
I’m currently putting together a blog using PressRow on Wordpress.com. Previously I maintained a hosted Wordpress blog, but opted this time for the ease of use on Wordpress.com. I love the PressRow theme, but have struggled with one feature. Whenever I write a new page, unless I give it another page as it’s “page parent,” it appears above the header photo as a navigation link. I’d eventually like to be able to list perhaps ten pages in the sidebar with only two or three (or maybe none) of them appearing as navigation links above the header. Is there any way to do that (other than the page parent approach, which works but limits flexibility a bit)? Would I be able to get at that by purchasing the ability to edit my CSS? Otherwise, might the ability to do that be a feature in an upcoming release? I could use a different theme without the navigation links at the header, but there’s no other theme I like nearly as much as PressRow! :-/
Thanks,
John
December 17th, 2006 at 7:49 pm
John,
Sadly, I don’t have any control over the WordPress.com hosted version of the theme.
The reason why your pages are all showing up in the navigation area is because the WordPress.com team has implemented a catch-all function that I chose not to use for the very reason you specified.
Their function lists all your pages, and I felt like this robs you of a necessary element of control. You could manage this type of thing yourself on a version of WordPress that you host yourself, but I’m afraid that as long as you’re on WordPress.com, you’re at their mercy.
December 17th, 2006 at 8:15 pm
Chris,
Thanks for the speedy reply. I’ll try contacting the support people at WP.com to see if this is something they might change in the future.
Keep up the good work!
John
December 18th, 2006 at 2:02 pm
Chris,
Wanted to know if there is a way to change or delete the title above the header image (I’ll use a header image with title in it). And can color of post titles be changed? I’m about to move from Typepad to WP (hosted by WP) and Pressrow is my theme of choice.
Thanks!
December 23rd, 2006 at 4:59 am
Hello Chris,
thanks first of all for sharing such marvel with us.
I was asking you whether there’s a way to display inline asides nicely in Pressrow. I tried Matt’s Asides but I think some css is playing it badly and everything get messed up : either the sidebar goes to the bottom or the asides shift to the middle part of the page. For the time being I removed them and was asking you whether you know what’s wrong.
Thanks in advance and wish you great moments for the incoming festives. Have fun. Cheerssss….
January 2nd, 2007 at 7:42 pm
I am not sure where to ask questions . . so I will try here.
How come this theme is ignoring the hspace parameter in my img tags? I like to have plenty of space between the photo and the wrap around text.
January 8th, 2007 at 5:04 pm
Thank’s for the great theme!
January 11th, 2007 at 7:02 pm
I’m using the free Wordpress Blog with your theme. The Categories list (pages) show up with no images (I have to click into the post to see the images).
http://coastalblog.wordpress.com/tag/friends-family/
Is there any way I can have the images show up in this view .. by editing the CSS in Wordpress, since I don’t have access to the .php page?
Best to you,
Michele
January 12th, 2007 at 4:24 pm
I enjoy the look of the theme. Will it be “widgetized”?
January 12th, 2007 at 4:32 pm
Eventually, the entire theme will be redone. At that point, it will also be widgetized.
Thanks!
January 14th, 2007 at 1:48 pm
Chris,
How much work is involved in making the default Pressrow theme look like findcreditcards.org?
January 14th, 2007 at 3:38 pm
Bob,
The root FindCreditCards site is not built on WordPress, and therefore, it wouldn’t make much sense to base it off of the PressRow design/code.
Despite that, I actually designed the FCC home page, and it’s really just a simple layout that is light on both XHTML and CSS.
January 14th, 2007 at 4:09 pm
Hi Chris,
I should have done a little homework before posting. I misread something somewhere that got me to that site where I clicked on the pressrow theme page.
I am looking for a design that combines the static elements of FCC and your WP theme coding (cutline, pressrow).
When you take on any new paying clients, or interested in a joint venture, let me know. You have my email. I have asked a few people who, other than you, that they recommend and all I get is either a laugh or a blank stare.
January 28th, 2007 at 10:07 pm
Chris,
I might be missing something, but I love using this AJAX plugin: http://www.mikesmullin.com/2006/06/05/ajax-comments-20/
But I cannot get it to work with either Cutline or Pressrow (I am, pretty much, a novice).
Got any ideas?
January 28th, 2007 at 11:18 pm
Hi Chris,
When I use the PressRow theme, I realized that 2 of my pages are missing from the original theme. Do I need to recreate those 2 pages again? Or is there a way I can get them to appear on PressRow with some tweaking in the code?
January 28th, 2007 at 11:21 pm
Sorry, left the other one out.
Is there a way to enable categories and recent comments on the front page?
January 30th, 2007 at 12:47 pm
Hi
I’ve just moved from water3 theme over to this theme. I really like it but there are one or two issues i’ve encountered.
1) Archives page isn’t working
2) Links are no longer categorized
3)Can’t seem to change the colour of the rollover (currently black) on the links at the very top.
Loving it other than that. Excellent work.
February 1st, 2007 at 6:02 pm
Chris,
Theme looks great and i’m really happy with the way my site looks so far after installing this theme. I do still have the same issue as mentioned earlier in the comments with the “Previous/Next Posts” at the bottom of the pages.
The code you relayed only takes into account posts with in the same categories. On this site that works because all the posts are categorized the same, but with those that have several categories this will not create a fix. I’ve tried using the code from other themes and can get the links at the bottom, but they ado the same as what the previous commentor stated. They just show the same posts as the current page because they are different categories.
What other file or code needs to be modified for it to just go to the previous posts by date? I’ve tried the code from several themes and the results are always the same. Previous entries are the same as the current entries. On your front page it is there and that is the look I want, but it only works on this site because all your posts are categorized the same. On mine it shows a plain gray box because it doesn’t ahve enough posts in the same category on the page.
February 3rd, 2007 at 3:32 am
chris
can i ask you if you have any plans to actually make money off any of your themes? don’t get me wrong, i’m not saying make people pay to use Cutline and Pressrow, but maybe there is a market for something slightly more customized, somewhere between a blog and a more fleshed out site.
the reason i ask is we’re building a web app that one can build blogs and sites with. we’re considering different options (free themes, custom themes) at different price points. we’re probably not aimed as much at the blogosphere as your products, somewhere where users value pages as much as bloggers value posts, would be an accurate description. and i’m keen to pick your brain a bit, if i may?
regards,
alan
February 7th, 2007 at 9:38 am
I upgraded to version 2.1 of Wordpress, and now think I need the 2.1 version of PressNow, can’t figure out how to change the top of the screen where the dark bar is at….. struggling a bit.
March 17th, 2007 at 1:46 pm
I love Press row and am using it for my new blog. I don’t see my tagline showing up anywhere though. This theme doesn’t allow for one does it?
April 3rd, 2007 at 2:58 pm
I really like your theme. But the last update (0.12) was in may 2006. Is there coming a new update (soon) ?
April 16th, 2007 at 7:20 am
another cool wordpress theme for magazine colics
thanks
April 17th, 2007 at 11:58 pm
I had been using this theme on Wordpress.com before I migrated to my own host. Any chance this theme working with Sidebar widgets plugin? It doesn’t seem to work on mine….
May 5th, 2007 at 2:43 pm
First off — great theme; it looks even better than Cutline, if that’s possible. Secondly, does PressRow have the same built-in options as Cutline? If not, I hope Cutline’s flexibility becomes part of PressRow.
Thanks for the wonderful theme.
Ed
May 6th, 2007 at 2:29 pm
Hi!
I don’t want to sound rude, but it’s been almost a year since your last update. Is there a new version coming up?
Thanks a lot!
Alejandro
May 8th, 2007 at 8:27 am
As others I really like Pressrow, but soon it will be time to update the blog theme. But I guess I’ll just have to wait what the next version will bring…
May 10th, 2007 at 8:58 am
Chris,
Truly an awesome design. I was wondering if there is anyway to allow comments on a Page (hey seem to only work on posts).
Any ideas?
Thanks, Brad
June 2nd, 2007 at 1:59 pm
How do I get the blogroll to display in alphabetical order?
August 11th, 2007 at 9:30 pm
I’m having the same issue as Cathy - I have searched through various WP forums, tried various bits of code, and nothing I have done has gotten me to be able to set my blogroll in alpha order. Help? Please?
Leave a Reply
You must be logged in to post a comment.