• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Any WordPress gurus in the house?

Nocturnal

Lifer
I'm trying to get my theme editor file list under Presentation to appear in some type of alpha order which it was until I was transferred to a new server due to my host.

It currently looks like this: http://www.supz.net/images/wp.jpg

Header is all the way at the bottom, it used to be almost near the top. I'm wondering if anyone knows how to fix this. There are a few posts at the WordPress support forum but no fix for this. Thanks!
 
still hasn't propagated for me.

anyway, i looked through the code and it looks like the function that retrieves the files for the theme is get_themes() in wp-includes/functions.php. that function does a while loop to find files in the $template_dir that match a regular expression for files that end in ".php". those files are not sorted before they are returned. what you see in template-editor is the stylesheet files followed by the template files. the only way i can think of for you to change the order these are returned is to actually call the php sort function on the $allowed_files array in template-editor.php in wp-admin.
 
Back
Top