Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to create a widget in wordpress?



How to create a widget in wordpress?..

Answer / Mohammad Kashif Ali

"To create a custom widget in WordPress, you need to write PHP code and place it in your theme's functions.php file or a custom plugin. Here's an example:nnclass My_Custom_Widget extends WP_Widget {nfunction __construct() {nparent::__construct(false, "My Custom Widget");n}nfunction widget($args, $instance) {n// Output the widget content here.n}nfunction form_widgets($instance) {n// Output the widget form here.n}n}nadd_action('widgets_init', create_function('', 'return register_widget("My_Custom_Widget");'));"

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WordPress Interview Questions

How media files can be inserted into the wordpress site?

1 Answers  


Tell me how do I determine a post, page, category, tag, link, link category, or user id?

1 Answers  


What is a template on a website?

1 Answers  


What are default themes in wordpress?

1 Answers  


Can I download my wordpress site?

1 Answers  


What percentage of sites are wordpress?

1 Answers  


Tell me how is creating a site on wordpress.org different from wordpress.com?

1 Answers  


Can elementor edit any theme?

1 Answers  


Is a web site on WordPress secure?

1 Answers  


What is wpmu?

1 Answers  


Would I use print "$a dollars" or "{$a} dollars" to print out the amount of dollars in this example?

1 Answers  


What are the general benefits of using these comprehensive themes?

1 Answers  


Categories