[BETA] Graphene 1.5b

  • Admin

    Syahir Hakim

    #17163

    hurm…that’s weird, since wordpress generates that sql code, and not the theme. It could very well be a php compatibility issue..basically the error in that sql syntax is the comma after ORDER BY, which shouldn’t be there. But like I said, that sql syntax is generated by wordpress, so I don’t think I can fix it from the theme.

    Anonymous

    #17164

    Is there any option to disable all borders around images at once?

    Anonymous

    #17165

    I’m not sure when this problem was introduced, but it still exists in Graphene 1.5.2.

    The problem exists on my test server which is running MySQL 5.5.9 as well as my ISP on MySQL 4.1.22

    If I change the line in loop-children.php from

    ‘orderby’ => ‘menu_order, title’,

    to

    ‘orderby’ => ‘menu_order , title’,

    the child page excerpts appear as expected when the parent page has no content.

    In other words, there needs to be a space before the comma.

    Can you roll this change into the next update to Graphene?

    Admin

    Syahir Hakim

    #17166

    Hi Adrianw,

    Can you try using menu_order title instead? Let me know if that works.

Viewing 4 posts - 11 through 14 (of 14 total)

  • 1
  • 2
  • You must be logged in to reply to this topic.