Author Topic: Setting "Title" to NULL  (Read 208 times)

richard77

  • Newbie
  • *
  • Posts: 2
Setting "Title" to NULL
« on: September 06, 2011, 10:06:58 PM »
Hi Peter,

Great plug-in really saved me allot of time searching for the right one to do the job.

By the way, I'm trying to use this widget multiple times in one sidebar and I intend to have just the top most having a "Title" while the succeeding widgets be set to NULL or absolutely not included as part of the output. I'm doing CSS adjustments with the <h3 class="widget-title"> using some images and I don't intend to display those titles without content.

Will greatly appreciate your help.

Thanks,
Richard

richard77

  • Newbie
  • *
  • Posts: 2
Re: Setting "Title" to NULL
« Reply #1 on: September 06, 2011, 11:39:22 PM »
I guess I found a quick solution by playing around with the file 'avh-ec.widgets.php'. Capturing the line below and simply testing the $title if it's set and not the default title 'Categories' before displaying.
Code: [Select]
echo $before_title . $title . $after_title;