Created
July 17, 2018 20:36
-
-
Save AlexL-JWA/17ccfd7c6afa06bdc3617cf8c0ccae89 to your computer and use it in GitHub Desktop.
регистрация виджета WP
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
register_sidebar( array( | |
'name' => 'sidebare_menu', | |
'id' => 'sidebare_menu', | |
'before_widget' => ' ', | |
'after_widget'=>' ', | |
'class'=>'conditions-menu', | |
'before_title' => '<h3 class="clicking">', | |
'after_title' => "</h3>", | |
)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment