how to get value of a select box in custom widget wordpress
You missed the ending curly brace of the class techno_widget, you need to call the function techno_load_widget outside of the class techno_widget and you declared the variable ‘$blog-titlewrong. You can’t declare variable with–. It is core PHP` convention. So I rewrite your code like below- class techno_widget extends WP_Widget { function __construct() { parent::__construct( ‘techno_widget’, … Read more