How to show media widget
-
Hello, I know how to display media when we use a shortcode but i don’t now how to display media when I use the widget of wordpress.
Where I can specify show_media = 1 / true ?
here is my code :
<?php
if ( is_active_sidebar( ‘rotating_twitter’ ) ) {
dynamic_sidebar( ‘rotating_twitter’ );
}
?>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to show media widget’ is closed to new replies.