Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Widgets area to the right of the screen #2

Open
gumbert opened this issue Dec 12, 2017 · 0 comments
Open

Widgets area to the right of the screen #2

gumbert opened this issue Dec 12, 2017 · 0 comments

Comments

@gumbert
Copy link

gumbert commented Dec 12, 2017

Hello. I need widgets area to the right of the screen.

I create child theme and adding this code to the funstions.php:

function register_my_widgets(){
	register_sidebar( array(
		'name' => "Правая боковая панель сайта",
		'id' => 'right-sidebar',
		'description' => 'Эти виджеты будут показаны с правой колонке сайта',
		'before_widget' => '',
		'after_widget'  => '',
		'before_title' => '<h2>',
		'after_title' => '</h2>'
	) );
}
add_action( 'widgets_init', 'register_my_widgets' );

Widgets added, but on the bottom of the page. How can I add they to the right of the page?

@gumbert gumbert changed the title Widgets area Widgets area to the right of the screen Dec 12, 2017
@Rahmon Rahmon self-assigned this Dec 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants