Hey Syahir,
I would like to have a welcome message “sticky post” appear first in my graphene slider before the other posts as set by the options page .
I was able to accomplish this with my child theme after adding a filter hook to your functions.php file:
Line 1129: $sliderposts = apply_filters('graphene_slider_posts', $sliderposts);
Could you include this or something similar in your next release?
Thanks!