/
home
/
vianto5
/
.trash
/
cititower.mx
/
wp-content
/
themes
/
montreal
/
admin
/
/home/vianto5/.trash/cititower.mx/wp-content/themes/montreal/admin
mkdir
upload
Name
Size
Mode
Actions
cpt.php
7887
0644
edit
dl
rm
mandw.php
1248
0644
edit
dl
rm
Edit:
/home/vianto5/.trash/cititower.mx/wp-content/themes/montreal/admin/mandw.php
(1248B)
<?php //REGISTER CUSTOM MENUS function register_my_menus() { register_nav_menus( array( 'primary' => __( 'Primary Navigation', 'montreal' ), 'footer' => __( 'Footer Navigation', 'montreal' ), ) ); } add_action( 'init', 'register_my_menus' ); register_sidebar(array( 'name' => __( 'Sidebar', 'montreal' ), 'id' => 'sidebar', 'before_widget' => '<div class="twelve columns midtopmargin">', 'after_widget' => '</div><div class="twelve columns blackhorizontal midmargin"></div>', 'before_title' => '<h5 class="blacktext extrabold uppercase">', 'after_title' => '</h5>' )); register_sidebar(array( 'name' => __( 'Contact Page Sidebar', 'montreal' ), 'id' => 'sidebar-contact', 'before_widget' => '<div class="twelve columns smallmargin">', 'after_widget' => '</div><div class="twelve columns blackhorizontal midmargin"></div>', 'before_title' => '<h5 class="blacktext extrabold smallbottompadding uppercase">', 'after_title' => '</h5>' )); register_sidebar(array( 'name' => __( 'Footer Widget Area', 'montreal' ), 'id' => 'footer-widgets', 'before_widget' => '<div class="three columns">', 'after_widget' => '</div>', 'before_title' => '<h5 class="whitetext light">', 'after_title' => '</h5>' )); ?>
Save
cmd:
run