nmallory
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Posts in a table with 3 columns>>yes, I know CSS and DIVs would be better, but I decided to use a table and I won’t change my mind ;-)<<
But it would be so much easier…
Check out my personal blog; is this kind of what you want? There’s a link at the bottom to the original theme (Zine), which has no sidebar but uses that 3rd column for more posts.
Forum: Fixing WordPress
In reply to: Using blog pages with multiple loopsI’m having the same issue with the page navigation on the non-single post pages. I’ve tried both types of navigation commands suggested. For a while, with the Kubrick style, I was getting empty divs. Now I get links with the post_nav_links, but when you click on them, it just updates the page with the same posts. I’m sure this has something to do with the double loops.
Forum: Fixing WordPress
In reply to: next_posts_link & prev_posts_link not working w/ multi-column page?For some reason they show but don’t work…
It’s now on my personal blog at The Naked Truth
Forum: Your WordPress
In reply to: Tweaked Zine ThemeOh, discovered an issue with IE…or at least rediscovered it. You absolutely have to put 2 of the columns in a container for it to work right.
Maybe I’ll write up a tutorial on my blog at some point…at least that way I can refer to it next time I forget. 😉
Forum: Fixing WordPress
In reply to: next_posts_link & prev_posts_link not working w/ multi-column page?It’s even more confounding in that I have a 10 post per page limit thing going and way more than 10 in the unfeatured cats but it’s only showing 8 in the unfeatured which would make some sense if it weren’t putting 3 posts in the “featured” section. However, one of the “featured” is an adhesive sticky, so maybe it’s not counting that. Hmmmm…
Forum: Themes and Templates
In reply to: WP Theme: ZineNever mind. I figured out that if you use query_posts and then do something like:
‘<?php if ( in_category(9) ) { } else { ?>’
with each post, it works. 😀
(where cat 9 is the Featured cat)
Forum: Fixing WordPress
In reply to: query_posts – workaround for excluding when multiple cats?Never mind. I figured out that if you use query_posts and then do something like:
‘<?php if ( in_category(9) ) { } else { ?>’
with each post, it works. 😀
Forum: Themes and Templates
In reply to: WP Theme: ZineOK…next issue. If I have a post in multiple cats and one of those cats is the “Featured” cat, the post shows up in both columns.
Forum: Themes and Templates
In reply to: WP Theme: ZineOK Because of the way I’m using that left column as a sidebar, I can’t have that nifty page navigation thing in the sidebar because the prev/next post stuff has to be within the loop. So, I moved the navigation stuff into the content area. Obviously I’ve gots lots of twiddling to do, but I really do like the format idea.
I’ll be curious to see if I can still use Adhesive sticky to tack stuff to the top.
Forum: Themes and Templates
In reply to: WP Theme: ZineHey, I’m getting an error on the single post pages where the navigation should be:
WordPress database error: [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ‘ORDER BY post_date ASC LIMIT 1’ at line 1]
SELECT ID,post_title FROM sandbox_posts WHERE post_date > ” AND post_date < ‘2005-08-03 20:51:02’ AND post_status = ‘publish’ AND ID != ORDER BY post_date ASC LIMIT 1You can see it at my sandbox
Forum: Fixing WordPress
In reply to: Mass moving posts between categoriesI tried sticking that batch-cat plugins in both plugins and admin directories. I can’t don’t see any changes and it doesn’t show up as a plugin. I’m just going to do it manually I guess.
Forum: Themes and Templates
In reply to: WP Theme: ZineI meant *my* site is too girly.
Forum: Themes and Templates
In reply to: WP Theme: ZineI think the 4 column thing would be too crowded.
I was thinking about this today. I do think I’m going to make the most right column be a typical sidebar and therefore, slightly narrower.
The left-most column will be posts marked with sticky flag.
The middle column will be everything else.
Now I just have to figure out how to handle the archives, single posts, and pages look.
Now if I could find a more me kind of header. 🙂
Forum: Themes and Templates
In reply to: WP Theme: ZineAdhesive is what I currently use on The Naked Truth. It’s hard to see the new stuff that isn’t “sticky” though on my current site.
Plus, I’m guessing the site looks a bit girly…kind of want to be taken seriously beyond the purple and pink. 😉
Forum: Themes and Templates
In reply to: WP Theme: ZineVery nice indeed. I agree that it looks very clean.
I’m wondering how it would be if sticky posts went on the left, new posts in the middle and then the right is the sidebar…hmmmmm…