Skip to content

Instantly share code, notes, and snippets.

@illucent
Created March 18, 2014 01:45
Show Gist options
  • Select an option

  • Save illucent/9612055 to your computer and use it in GitHub Desktop.

Select an option

Save illucent/9612055 to your computer and use it in GitHub Desktop.
<?php // Add an ID to identify this link.
$facetid = preg_replace('/\W+/','',strtolower(strip_tags($variables['text'])));
$variables['options']['attributes']['id'] = 'facet-' . $facetid; ?> - See more at: http://particle-in-a-box.com/blog-post/themeable-links-widget-facetapi#sthash.XmBaCYE7.dpuf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment