WIdget Title Removal
-
Hi
I am using this great plugin, but I have ran into a slight issue. I want to show the widget title in the admin area so the client can see what page is which in the widget editor area, but I don’t want to show it on the front end. I am using this plugin to remove the titles by adding a ‘!’ in front of the title. This works on other plugins, but not on the feature a page plugin. WHat the remove title plugin developers are saying is that its the way the plugin is developed that will allow the title to be removed.
Can you help at all if I need to edit any of your plugins code to make this happen. This seems to be the bit of code that is needed to make this work:
$widgetTitle = apply_filters( 'widget_title', $widgetTitle ); if ( ! $widgetTitle ) { $args['before_title'] = ''; $args['after_title'] = ''; }Thanks!
The topic ‘WIdget Title Removal’ is closed to new replies.