Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • I’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 ASC

    Links 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!

    Thread Starter rwdoman

    (@rwdoman)

    Okay, 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.

    Thread Starter rwdoman

    (@rwdoman)

    Here’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

    Thread Starter rwdoman

    (@rwdoman)

    Brilliant 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

Viewing 4 replies - 1 through 4 (of 4 total)