rwdoman
Forum Replies Created
-
Forum: Installing WordPress
In reply to: 2.1 Blogroll ProblemI’m getting this.
WordPress database error: [Unknown column ‘cat_1’ in ‘order clause’]
SELECT * FROM wp_categories WHERE cat_ID > 0 AND link_count > 0 ORDER BY cat_1 ASCLinks set up in the dashboard, zilch on the site. Does anyone have a quick cut and paste patch idea to try (with noobish explainer on how/
Thanks!
Forum: Themes and Templates
In reply to: hemingway mod helpOkay, I think I’ve got it.
Do you know why the about page in Hemingway does not drop in the gray rules as it does in the other blocks?
Thanks.
Forum: Themes and Templates
In reply to: hemingway mod helpHere’s what I have:
<h2>About</h2>
<?php query_posts(‘pagename=about’); ?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<?php the_content(); ?>
<?php endwhile; ?>
<?php endif; ?>Presumably I would drop in the new content between the first and second line?
Thanks very much again.
rd
Forum: Themes and Templates
In reply to: hemingway mod helpBrilliant on changing the blog description in the admin page. Worked great! Thanks.
As for the second part, where do I find the block-folder? (I’m a newb, but pretty teachable if I know how to find things…)
Thanks again. The Cherry Blossom mods are an inspiration.
rd