Display Widget outside Sidebar
-
Trying to display Contact Widgets outside of the Sidebar using class (‘ Contact_Widgets ‘) and it’s not working. I’ve also tried (‘ wpcw-widget-social ‘) and (‘ Widget_Social ‘). I’m utilizing the below code, which works with standardized WP Widgets:
<?php the_widget( ' Contact_Widgets ' ); ?>
Is this the wrong class? Do I need to add a function of some kind or is this the wrong code entirely?
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Display Widget outside Sidebar’ is closed to new replies.