<div class="container"> <div class="row"> <div class="col-md-9"> <div id="blog-list" class="clearfix"> <article class="blog-item item-bigger"> <h1><?php _e('No Results Found For: ', 'frogsthemes'); printf(get_search_query()); ?> </h1> <p><?php _e("I'm sorry but we can't find what you're searching for. Perhaps try again with something new?", 'frogsthemes'); ?> </p> </article> </div> </div> <?php if (function_exists("ft_get_sidebar")) { ft_get_sidebar($postspage_id, 'blog-widget-area'); } ?> </div> </div> </section> <?php } ?> <?php get_footer();
<?php /** * Sidebar * * @author WooThemes * @package WooCommerce/Templates * @version 1.6.4 */ if (!defined('ABSPATH')) { exit; } // Exit if accessed directly if (function_exists("ft_get_sidebar")) { ft_get_sidebar(get_the_ID(), 'shop-widget-area'); }
<br /> <?php ft_related_posts(); ?> <?php } ?> <?php comments_template('', true); // comments template include ?> </div> <!-- / blog-list --> </div> <?php if (function_exists("ft_get_sidebar")) { ft_get_sidebar($post->ID, 'blog-widget-area'); } ?> </div> </div> </section> <?php } // end of the loop. ?> <?php get_footer();
?> " data-toggle="tooltip" title="Pinterest"><i class="fa fa-pinterest"></i></a></li> </ul> </div> </div> </div> <?php } ?> </div> </article> <!-- / blog-item --> <?php comments_template('', true); // comments template include ?> </div> <!-- / blog-list --> </div> <?php if (function_exists("ft_get_sidebar")) { ft_get_sidebar($post->ID, 'page-widget-area'); } ?> </div> </div> </section> <?php } // end of the loop. get_footer();