Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter hapworth

    (@hapworth)

    Well I found that if I just ignored hierarchies and did this:

    query_posts(array(‘Type’ => ‘Starbucks’,’orderby’ => title, ‘order’ => ASC, ‘posts_per_page’ => -1));

    it works. Not respecting the hierarchy feels off, but I guess this will do for now. If anyone has a cleaner feeling solution (unless this is it?) please post it! Thanks!

    Thread Starter hapworth

    (@hapworth)

    Holy Jesus thank you :P.

    I still do wish that I could use the visual editor when I like without having to go through those options to switch it. But that would no longer be a support question. Would be a cool little thing to have though (what I thought clicking the HTML button did essentially).

    It does seem peculiar how the visual editor does put in it’s own indents. The code, if you’ll excuse me, is downright ugly, at least as formatting goes.

    But anyways, thanks. You saved me from losing my mind :P.

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