Skip to content

Instantly share code, notes, and snippets.

@ThomasLarge
Created October 30, 2017 17:31
Show Gist options
  • Save ThomasLarge/6003df7574e65cabf587feaf802c2e30 to your computer and use it in GitHub Desktop.
Save ThomasLarge/6003df7574e65cabf587feaf802c2e30 to your computer and use it in GitHub Desktop.
WP Twitter
// twitter widget
if (function_exists('register_sidebar')) {
register_sidebar(array(
'name'=> 'Twitter',
'id' => 'twitter'
));
}
<?php if (!function_exists('dynamic_sidebar') || !dynamic_sidebar('Twitter')) : ?>
// You need to use the Plugin - really-simple-twitter-feed-widget
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment