Is there a way that i can place a certain widget anywhere on the site?
For example:
I’m using the text widget in my sidebar, for the title I put YouTube, and I placed the YouTube embed code in it.
But I want that widget to go at the top of the site. How do I make this possible, while still using the widgets menu, but not show up in the sidebar, but wherever I place it?
If it’s not possible, does anyone know of a YouTube sidebar widget, one that can let you place the widget code anywhere on the site and also do it from the widgets menu?
Just register another widget area. Donât take the name sidebar literally, you can use the fields anywhere on your page.
In your themeâs
functions.php
:And wherever you need the header widget call:
See also
register_sidebar()
anddynamic_sidebar()
.You can use
the_widget()
: