kangarolf
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cannot order by date on the home.php fileCan anyone help with this..? I have tried quite a few combinations of all the query_posts code snippets I could find eg;
<?php query_posts( array( 'orderby' => 'rand', 'order' => 'desc' )); ?> <?php query_posts( array( 'orderby' => 'title', 'order' => 'desc' )); ?>both work but
<?php query_posts( array( 'orderby' => 'date', 'order' => 'desc' )); ?>doesnt have any effect.
Rolf
Forum: Fixing WordPress
In reply to: Cannot order by date on the home.php fileby the way I have tried a few other ways of affecting the query_post, they all seem to work fine except for date ordering.
Forum: Fixing WordPress
In reply to: Cannot order by date on the home.php fileJust updated the code snippet..I put in the code that has an effect without adding the one that has no effect.
Cheers
Forum: Fixing WordPress
In reply to: wp-mail.php wont runHi there,
I tried the mysql.dll for mysql 4.1 and I also downloaded the one for myswl 5.2 from the link in the above post but I am still having the same trouble with wp-mail.php. Incidentally the old php mysql library wouldnt work at all with wordpress 2.2.
Any other ideas..? Could it be something to do with the windows platform..? Are there any other php libraries I should be uncommenting in the php.ini file.?
Thanks
RolfForum: Fixing WordPress
In reply to: wp-mail.php wont runHad a little look around. I am using the latest PHP and have activated the mysql library, I do see the error on some other pages occassionally. In this instance however the page wot even run correctly.
Thanks for the lead..I am not confident this is it but will try it anyway.
Thank you.
Rolf