mitchcohen
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Notification on Contributor postings?Zowie! While this solves the problem in a roundabout way, it does do what it needs to do.
Thank you.
Forum: Fixing WordPress
In reply to: Hide Pages From Menu in WP2?Yep, same hack. It might be “official” in the docs, but when you have to edit code to explicitly state the internal ID number of a each page, I call it a hack.
I’ll see what I can whip up as an alternative. I was thinking of either a simple plugin adding a checkbox, or setting the page order to -1 to hide.
Forum: Themes and Templates
In reply to: Multicolumn excerpts?A little (like MilkXT). You’re using column 1 for posts, and column 2 for comments (at least from the page I saw). That’s a nice setup. I’ve set this up where both 1 and 2 are for posts. For now, this will be a comment-free blog.
Forum: Themes and Templates
In reply to: Multicolumn excerpts?Replying to my own post, I got this going without much effort. I created two new styles, postleft and postright. I included a tracking variable in the main page loop to determine which style to use. Done. Real easy to read the code; I continue to be impressed with how clean WP is.
If anyone’s interested I’ll post the theme when I’m done with it. Right now it otherwise looks like the default theme.