Skip to content

Instantly share code, notes, and snippets.

@versluis
Created June 14, 2012 08:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save versluis/2929075 to your computer and use it in GitHub Desktop.
Save versluis/2929075 to your computer and use it in GitHub Desktop.
How to eliminate blog text on the front page of Modularity Lite
<?php
/**
* @package WordPress
* @subpackage Modularity
*/
?>
<div class="span-<?php modularity_sidebar_class(); ?>">
<?php get_sidebar(); ?>
</div>
<div class="double-border"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment