Skip to content

Instantly share code, notes, and snippets.

@lsiden
Created December 20, 2013 21:04
Show Gist options
  • Select an option

  • Save lsiden/8061498 to your computer and use it in GitHub Desktop.

Select an option

Save lsiden/8061498 to your computer and use it in GitHub Desktop.
Custom Wordpress plugin to import into <mysite>/wp-admin/options-general.php?page=post-snippets/post-snippets.php&tab=snippets to match functionality of Inovado-theme "iconbox" shortcode. See http://themeforest.net/item/inovado-retina-responsive-multipurpose-theme/3810895 The initials "nf" stand for my client's http://company: thenewfoundry.com
a:1:{i:0;a:7:{s:5:"title";s:10:"nf-iconbox";s:4:"vars";s:13:"title,imgpath";s:9:"shortcode";b:1;s:3:"php";b:0;s:11:"wptexturize";b:0;s:7:"snippet";s:196:"<div class="iconbox">
<span class="nf-iconbox" style="background-image: url('{imgpath}'); background-repaeat: no-repeat; vertical-align: middle !important; "></span><br>
<h3>{title}</h3>
</div>";s:11:"description";s:75:"Insert a custom NewFoundry iconbox. Same functionality as Inovado iconbox.";}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment