December 2017
Beginner
458 pages
7h 52m
English
Ensure that it's actually reading it from the current file. Let's add some changes. We will get rid of the title. For that, we will comment out the highlighted code shown here:
$title = apply_filters('widget_title', empty($ instance['title']) ? _('Categories') : $ instance['title'], $instance, $this->id_base);$c = ! empty( $instance['count'] ) ? '1' : '0';$h = ! empty( $instance['hierarchical'] ) ? '1':'0';$d = ! empty( $instance['dropdown'] ) ? '1' : '0';echo $args['before_widget'];if($title) { // echo $args['before_title'] . $title . $args['after_title'];}
Now reload the frontend, and you will see that the Categories title is gone:
Read now
Unlock full access