Title: simonhagger's Replies | WordPress.org

---

# simonhagger

  [  ](https://wordpress.org/support/users/simonhagger/)

 *   [Profile](https://wordpress.org/support/users/simonhagger/)
 *   [Topics Started](https://wordpress.org/support/users/simonhagger/topics/)
 *   [Replies Created](https://wordpress.org/support/users/simonhagger/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/simonhagger/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/simonhagger/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/simonhagger/engagements/)
 *   [Favorites](https://wordpress.org/support/users/simonhagger/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Tag Cloud Widget] Request for enhancmement](https://wordpress.org/support/topic/request-for-enhancmement/)
 *  Thread Starter [simonhagger](https://wordpress.org/support/users/simonhagger/)
 * (@simonhagger)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/request-for-enhancmement/#post-4583338)
 * Technically .utcw-tag is superfluous, you can target it as suggested. I just 
   like that as a general “family” tag which is almost self documenting in CSS. 
   The additional tag with the slug suffix is the key to this request, as that’s
   where the usefulness comes in.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Professional Social Sharing Buttons, Icons & Related Posts - Shareaholic] Errors being thrown by plugin](https://wordpress.org/support/topic/errors-being-thrown-by-plugin/)
 *  Thread Starter [simonhagger](https://wordpress.org/support/users/simonhagger/)
 * (@simonhagger)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/errors-being-thrown-by-plugin/#post-4588193)
 * I have made changes to the public.php file (around line 123) as follows to kill
   off the error:
 * $categoryString = ”;
 *  if($categories) {
    foreach($categories as $category) { if ($category->cat_name!
   = “Uncategorized”) { $output .= $separator.$category->cat_name; } } $categoryString
   = trim($output, $separator); }
 *  // Merge post tags and categories
    if ($keywords != ”){ $keywords .= ‘, ‘.$categoryString;}
   else { $keywords .= $categoryString; }
 * Please fold the above fixes into the plugin to consider this one resolved.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Professional Social Sharing Buttons, Icons & Related Posts - Shareaholic] Errors being thrown by plugin](https://wordpress.org/support/topic/errors-being-thrown-by-plugin/)
 *  Thread Starter [simonhagger](https://wordpress.org/support/users/simonhagger/)
 * (@simonhagger)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/errors-being-thrown-by-plugin/#post-4588163)
 * I also get the following error on the actual site pages:
 * Backtrace from warning ‘Array to string conversion’ at /home/sitefolder/public_html/
   wp-content/plugins/shareaholic/public.php 137:
    /home/sitefolder/public_html/
   wp-content/plugins/shareaholic/public.php 94 calling draw_keywords_meta_tag()/
   home/sitefolder/public_html/wp-content/plugins/shareaholic/public.php 35 calling
   shareaholic_tags()
 * I fixed the former error by making the function at fault “admin_bar_extended()”
   called as a public static function in the utilities.php file.

Viewing 3 replies - 1 through 3 (of 3 total)