Skip to content

Instantly share code, notes, and snippets.

@bryanmonzon
Created March 4, 2014 18:54
Show Gist options
  • Save bryanmonzon/9353125 to your computer and use it in GitHub Desktop.
Save bryanmonzon/9353125 to your computer and use it in GitHub Desktop.
GMR - About Container
<div class="gmr-about container-full visible">
<div class="container">
<?php if( have_posts() ) : while( have_posts() ) : the_post(); ?>
<?php the_content(); ?>
<?php endwhile; endif; ?>
<div class="row stats">
<div class="span4">
<h5>Social actions</h5>
<p><span class="icon icon-message"><?php gmc_widget_get_share_number(); ?></span></p>
</div>
<div class="span4">
<h5>Total Raised</h5>
<p><span><?php gmc_widget_get_dollar_number(); ?></span></p>
</div>
<div class="span4">
<h5>Remaining</h5>
<div class="countdown styled"></div>
</div>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment