Skip to content

Instantly share code, notes, and snippets.

@nathancarnes
Created June 22, 2010 16:15
Show Gist options
  • Save nathancarnes/448686 to your computer and use it in GitHub Desktop.
Save nathancarnes/448686 to your computer and use it in GitHub Desktop.
<?php
if ($main_options['fr_breadcrumbs_active'] == "Yes")
{
echo do_shortcode('[frugal_crumbs root="' . __('Home', 'frugal') . '" /]');
}
frugal_hook_before_postarea();
query_posts($query_string . '&cat=-1');
if (have_posts()) : while (have_posts()) : the_post();
frugal_hook_before_list_post();
frugal_hook_before_headline();
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment