| User | Post |
|
8:16 pm March 20, 2009
| ScrltOTara
| | |
| Member | posts 3 | |
|
|
http://www.allthingspalmsprings.com
Click on "art galleries" under museums/galleries
I get a blank page. If I move it to a top level page instead of a subpage, I get my listings. Does it not work for subpages?
|
|
|
9:34 pm March 20, 2009
| support
| | |
| Admin
| posts 51 | |
|
|
should work just fine for subpages. I have it that way on several of mine.
What other plugins are you using? Wp-Super Cache one of them?
|
|
|
8:35 am March 21, 2009
| ScrltOTara
| | |
| Member | posts 3 | |
|
|
I started disabling my plugins one by one and found the culprit:
Page Template Extended
That seems to be the one making the page blank. Once I took it out, it worked fine.
Thanks for pointing me in the right direction to troubleshoot!
|
|
|
8:47 am March 21, 2009
| ScrltOTara
| | |
| Member | posts 3 | |
|
|
Post edited 1:49 pm – March 21, 2009 by ScrltOTara
Ok, now I have my listing showing using:
[.directory category=1.]
but if I use:
[.directory category=1 orderby=title order=ASC.]
It returns no listings. Am I not doing it right? (ignore the dots, just using them so it doesn't actually translate the code).
|
|
|
11:53 am March 21, 2009
| support
| | |
| Admin
| posts 51 | |
|
|
small bug in that code.
If you know how to do it, change line 98 in wp-directory-list.php to:
$sql .= ' '.$atts['order'];
It should clear up the sql statement to work properly.
I will have the fix in the next release.
|
|