Skip to content

Instantly share code, notes, and snippets.

@eddiemoya
Last active December 15, 2015 07:19
Show Gist options
  • Save eddiemoya/5222664 to your computer and use it in GitHub Desktop.
Save eddiemoya/5222664 to your computer and use it in GitHub Desktop.
<!-- Grid Style Image Menu Widget -->
<!--
For GRID style widget add class 'image-grid-style' to div with class 'subnav-items'
-->
<article class="widget content-container span12 communities_menu_widget menu-garden-solutions-center-knowledge-in-bloom">
<header class="content-header">
<h3>Knowledge in Bloom</h3>
<h4>Helpful links to blossom from</h4>
</header>
<section class="content-body clearfix">
<div class="subnav-items image-grid-style">
<ul class="menu" id="menu-garden-solutions-center-knowledge-in-bloom">
<li class="first-menu-item menu-item menu-item-type-custom menu-item-object-custom menu-item-8490" id="menu-item-8490">
<a href="http://www.google.com">
<span class="icon"><img src="<?php echo get_template_directory_uri(); ?>/assets/img/menu-widgets/bloomiq_browse-collections.png" /></span>
Collections
</a>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-8491" id="menu-item-8491">
<a href="http://www.google.com">
<span class="icon"><img src="<?php echo get_template_directory_uri(); ?>/assets/img/menu-widgets/bloomiq_plants.png" /></span>
Plants
</a>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-8492" id="menu-item-8492">
<a href="http://www.google.com">
<span class="icon"><img src="<?php echo get_template_directory_uri(); ?>/assets/img/menu-widgets/bloomiq_inspired.png" /></span>
Inspirations
</a>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-8493" id="menu-item-8493">
<a href="http://www.google.com">
<span class="icon"><img src="<?php echo get_template_directory_uri(); ?>/assets/img/menu-widgets/bloomiq_education.png" /></span>
Education
</a>
</li>
</ul>
</div>
</section>
</article>
<!-- END Grid Style Image Menu Widget -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment