Skip to content

Instantly share code, notes, and snippets.

@rodica-andronache
Created December 13, 2013 11:39
Show Gist options
  • Select an option

  • Save rodica-andronache/7943096 to your computer and use it in GitHub Desktop.

Select an option

Save rodica-andronache/7943096 to your computer and use it in GitHub Desktop.
WORDPRESS - Default widget
http://codex.wordpress.org/Function_Reference/the_widget
class My_Custom_Widget extends WP_Widget
{
/* your code* /
}
<?php the_widget( 'My_Custom_Widget' ); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment