按文件名自动排序库中的上载

时间:2013-02-20 作者:Staffan Estberg

我的一个客户希望不必对上传到post gallery的图像进行排序,而是依赖其文件名进行排序(例如“01\\u sample.jpg”、“02\\u sample.jpg”)。这将为客户节省大量时间,我想知道使用WP 3.5+和最近添加介质的更改是否可以实现这一点?

1 个回复
最合适的回答,由SO网友:Jen 整理而成

当您或客户端添加gallery短代码时,可以添加“orderyby”选项来指定图像的顺序。根据Codex page 在库快捷码上:

[gallery ids="729,732,731,720" orderby="title"]
。。。会做你想做的事。

结束

相关推荐

Hover images and Videos

我用这个代码在我的博客上显示视频循环。它工作得很好。作用phpfunction catch_video() { global $post, $posts; $first_vid = \'\'; ob_start(); ob_end_clean(); $output = preg_match_all(\'/<iframe.+src=[\\\'\"]([^\\\'\"]+)[\\\'\"].*>/i\', $post->post_c