Skip to content

Instantly share code, notes, and snippets.

@muhfaris
Created April 15, 2017 15:01
Show Gist options
  • Save muhfaris/efcd45214fbd493c44a4f6e695ce45f0 to your computer and use it in GitHub Desktop.
Save muhfaris/efcd45214fbd493c44a4f6e695ce45f0 to your computer and use it in GitHub Desktop.
Multi category in home page section Viral theme
Viral: customizer.php (inc/customizer.php)
--------------------------------------------
from :
'category1' => array(
'type' => 'category',
--------------------------------------------
to :
'category1' => array(
'type' => 'multicategory',
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment