309 reputation
111
bio website
location Milton Keynes, United Kingdom
age
visits member for 1 year, 5 months
seen May 14 at 11:45
stats profile views 18

May
7
awarded  Popular Question
Apr
29
comment How to order by blog ID in this multisite 'List Blogs' custom function
Thank you for your help. I am going to try and build a new fucntion but if you see a quick fix my existing function please let me know. Thanks
Apr
29
comment How to order by blog ID in this multisite 'List Blogs' custom function
See my updated question with your code. I think your just query may work with my nav list fuction. Sorry for not posting my full code orginally, I thought that just a $blogs query change would fix. But I think there maybe code problems as your query works fine on its own.
Apr
29
revised How to order by blog ID in this multisite 'List Blogs' custom function
added 1935 characters in body
Apr
28
comment How to order by blog ID in this multisite 'List Blogs' custom function
Thank you for your help. It only seems to return the one blog? Which is no6. And I have nine. They are definitely public too. Hmmm this is strange and you tested it to :/
Apr
28
comment get_last_updated() not working - multisite loop
Your method is great though. I will use if for another time :-)
Apr
28
answered get_last_updated() not working - multisite loop
Apr
28
comment get_last_updated() not working - multisite loop
Thank your for you answer but I feel like an idiot. I did not have public ticked on any of my sites that is why get last update could not find it. Thank you
Apr
27
revised get_last_updated() not working - multisite loop
added 808 characters in body
Apr
27
revised get_last_updated() not working - multisite loop
added 2 characters in body
Apr
27
comment get_last_updated() not working - multisite loop
nope - just... array()
Apr
27
asked get_last_updated() not working - multisite loop
Apr
26
comment How to order by blog ID in this multisite 'List Blogs' custom function
Thanks - appreciate it. Though I see what you mean about it being a more a programming issue. Though this post also appears on stackoverflow does it not?
Apr
24
comment How to order by blog ID in this multisite 'List Blogs' custom function
@toscho - it's valid wordpress based question - why you close it?
Apr
24
comment How to order by blog ID in this multisite 'List Blogs' custom function
Posted my code above - definitely does not work.
Apr
24
comment How to order by blog ID in this multisite 'List Blogs' custom function
Ok I tried this originally and still not work see my code above... Just is still alphabetical. I can't figure it out. I wonder why I got -1 on this question.
Apr
24
revised How to order by blog ID in this multisite 'List Blogs' custom function
added 361 characters in body
Apr
24
comment How to order by blog ID in this multisite 'List Blogs' custom function
I just tried this and its not working... $blogs = $wpdb->get_results(" SELECT blog_id FROM {$wpdb->blogs} WHERE site_id = '{$wpdb->siteid}' ORDER BY blog_id AND spam = '0' AND deleted = '0' AND archived = '0' AND blog_id != 1 ");
Apr
24
asked How to order by blog ID in this multisite 'List Blogs' custom function
Mar
25
asked Strange error when using enqueue jquery scripts in my functions.php