- Navigate to [Web server]/[Store]/HyperPublishing/HyperContent>>php (on Mac OS) or [drive]:\inetpub\wwwroot\[Store]\HyperPublishing\HyperContent\php\ (on Windows).
- Open the file named 'searchImages.php.'
-
Locate
'$query_find = sprintf('SELECT %s FROM images ORDER BY imguid', $_columns );' -
Change the value 'imguid' to 'title'. For example:
'$query_find = sprintf('SELECT %s FROM images ORDER BY title', $_columns );'
How to sort images by title in HyperContent
Modified on: Tue, 23 May, 2017 at 4:40 AM
Did you find it helpful? Yes No
Can you please tell us how we can improve this article?