PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Dir : /home/trave494/footcrew.com/ads/wp-content/themes/classipress/ |
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 IP: 209.182.202.254 |
Dir : /home/trave494/footcrew.com/ads/wp-content/themes/classipress/tpl-dashboard.php |
<?php /** * Template Name: User Dashboard * * @package ClassiPress\Templates * @author AppThemes * @since ClassiPress 3.0 * @since 4.0.0 Migrated to Foundation layout. */ ?> <div class="content-area row"> <div class="columns"> <?php get_template_part( 'parts/breadcrumbs', app_template_base() ); ?> </div> <?php if ( 'left' == get_theme_mod( 'user_sidebar_position', 'left' ) ) { get_sidebar( 'user' ); } ?> <div id="primary" class="m-large-8 columns"> <main id="main" class="site-main" role="main"> <?php do_action( 'appthemes_notices' ); ?> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <div class="content-wrap dashboard-listings"> <div class="content-inner"> <section> <header class="entry-header text-center"> <?php the_title( '<h1 class="h2 entry-title">', '</h1>' ); ?> </header> <div class="entry-content"> <?php the_content(); ?> <?php get_template_part( 'dashboard-ads' ); ?> </div> <!-- .entry-content --> </section> </div> <!-- .content-inner --> </div><!-- .content-wrap --> <?php endwhile; endif; ?> </main> </div> <!-- #primary --> <?php if ( 'right' == get_theme_mod( 'user_sidebar_position', 'left' ) ) { get_sidebar( 'user' ); } ?> </div> <!-- .row -->