View Single Post
Old 08-20-2015, 08:18 PM  
fris
Too lazy to set a custom title
 
fris's Avatar
 
Industry Role:
Join Date: Aug 2002
Posts: 55,491
Quote:
Originally Posted by druid66 View Post
fuck me Fris you're WP God
thank you very much, WORKS!
now tell me how to add this line to all posts (if you know).
yes add this to your themes functions file

Code:
add_filter( 'shortcode_atts_gallery', 'gallery_sort_title');

function gallery_sort_title($atts) {
        $atts['orderby'] = 'title';
        return $atts;
}
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


My Cam Feeds Script
fris is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote