Created
December 13, 2013 11:39
-
-
Save rodica-andronache/7943096 to your computer and use it in GitHub Desktop.
WORDPRESS - Default widget
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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