Skip to content

Instantly share code, notes, and snippets.

Created July 20, 2017 10:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/459f4e5ab8b56c3ed746cd3a5c2f0da8 to your computer and use it in GitHub Desktop.
Save anonymous/459f4e5ab8b56c3ed746cd3a5c2f0da8 to your computer and use it in GitHub Desktop.
function academic_pro_customize_section(){
remove_action( 'academic_pro_primary_content', 'academic_pro_add_category_blog_three', 60 );
add_action( 'academic_pro_primary_content', 'academic_pro_add_category_blog_three', 10 );
}
add_action('init','academic_pro_customize_section');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment