Skip to content

Instantly share code, notes, and snippets.

@ibndawood
Created April 4, 2016 07:09
Show Gist options
  • Save ibndawood/459985b6b031807f75f41182a2a9d538 to your computer and use it in GitHub Desktop.
Save ibndawood/459985b6b031807f75f41182a2a9d538 to your computer and use it in GitHub Desktop.
Set bethlehem List view as default for ministries
<?php
/**
* Add this code to your child theme's functions.php
*/
update_option( 'ministries_settings', array( 'default_view' => 'list' ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment