Created
June 22, 2010 16:15
-
-
Save nathancarnes/448686 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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