willian.roberg
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Supersized] Slide will load first image and it wont changeok, i removed it, but then my menu stops working :S
Forum: Plugins
In reply to: [VideoGall] [Plugin: VideoGall] how to change the order the videos are inOk guys, I just added one line of code do reverse the order:
on the file: videogall/videogall.php
look for:
global $videogall_options, $total_videos;
$video_list = get_option(‘videogall_videos’);and add this right after it:
rsort( $video_list );
this will reverse the order.
Forum: Plugins
In reply to: [VideoGall] [Plugin: VideoGall] how to change the order the videos are inI just want to reverse the order of the videos, meaning I want the newest video to show at the start of page 1, not at the end of the pagination, can you just point me to where the query is made so I could reverse it?
Hello,
It is necessary to make changes in the ‘gallery_template.php’ and ‘gallery_gingle_template.php’ files in your theme, after that all changes will be visible. You will not get any results if you have made changes in another files.
Best regards,
OksanaI did edit those files, but the changes won´t show :S
Hi Adam, your plugin is being very useful, I was wondering how I would go about using the category image as the trigger to show the sub-categories, the exemple you just gave is great, but I end up with the same image for all the categories. Hope you can help. Thank you in advanced.