rebelsaga
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [Contact Widgets] Display Widget outside SidebarBrilliant! Have a Cookie Monster… or two 🙂
Forum: Plugins
In reply to: [Contact Widgets] Display Widget outside SidebarI didn’t realize that this was a multi-widget and was looking to use the social icons, i.e. facebook, etc. Would I just substitute the array parameters like:
the_widget( 'WPCW\Contact', array( 'facebook' => [ 'icon' => 'facebook-official', 'label' => __( 'Facebook', 'contact-widgets' ), 'default' => "https://www.facebook.com/{$username}", 'select' => $username, ], 'twitter' => [ 'label' => __( 'Twitter', 'contact-widgets' ), 'default' => "https://twitter.com/{$username}", 'select' => $username, ], );Forum: Plugins
In reply to: [Contact Widgets] Display Widget outside SidebarThank you. I like your honesty.
I’ve tried every variation of ‘WPCW\Contact’, ‘WPCW\Social’, and ‘wpcw-widgets wpcw-widget-social’ that popped into my head.
Maybe, there’s a way to call the class??
Forum: Plugins
In reply to: [Contact Widgets] Display Widget outside SidebarI don’t know what options I have to specify. Simply putting the below code doesn’t cause it to show up.
<?php the_widget( 'WPCW\Contact' ); ?>
Viewing 4 replies - 1 through 4 (of 4 total)