Dashboard Hangs
-
I am having an issue with my Dashboard not loading completely.
It hangs at this point:
<?php
if ( $recentposts = $wpdb->get_results(“SELECT ID, post_title FROM $wpdb->posts WHERE post_status = ‘publish’ AND post_date_gmt < ‘$today’ ORDER BY post_date DESC LIMIT 5”) ) :
?>And does not display any further dashboard information.
Can anyone suggest why this may be the case.
Regards
Jardry
- The topic ‘Dashboard Hangs’ is closed to new replies.