tamale
MemberForum Replies Created
-
I think I’ve found the answer
I added this to my child theme functions.php file
function change_order($fields) {
$fields['orderby'] = __('rand');
return $fields;
}
add_filter('graphene_homepage_panes_args','change_order');Thanks
In reply to: Top Bar not showing Social Media icons after new 1.7 update
April 30, 2012 at 2:23 pm #28005Also if you are using a CDN remember to purge its cache. It took me a while to remember this
Viewing 3 posts - 1 through 3 (of 3 total)
