echo tfuse_get_portfolio_thumbnail($post->ID, $columns);
        ?>
                                    </div>
                                    <?php 
        echo tfuse_get_portfolio_gallery($post->ID);
        ?>
                                </li>
                            <?php 
    }
} else {
    ?>
                            <h5><?php 
    _e('Sorry, no posts matched your criteria.', 'tfuse');
    ?>
</h5>
                        <?php 
}
?>
                    </ul>
                </section>
                <?php 
tfuse_pagination();
?>
            </div><!-- /.col-sm-12-->
        </div><!-- /.row-->
    </div><!-- /.container-->
</div><!-- /#main-->

<?php 
tfuse_shortcode_content('bottom');
get_footer();
 function tfuse_show_numb_pagination()
 {
     if (tfuse_options('pagination_type') == 'type1' || is_tag() || is_author() || is_archive() && !is_category()) {
         tfuse_pagination();
     }
 }