PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
themes
/
wilcity
<?php global $wiloke, $wilcitySidebarWrapper, $wilcitySidebarID, $wp_query; get_header(); if ( have_posts() ) : global $post; $wilcitySidebarID = 'wilcity-blog-sidebar'; $blogSidebar = 'right'; if( is_single() ) { $blogSidebar = isset($wiloke->aThemeOptions['single_blog_sidebar_layout']) ? $wiloke->aThemeOptions['single_blog_sidebar_layout'] : 'right'; } else { $blogSidebar = isset($wiloke->aThemeOptions['blog_sidebar_layout']) ? $wiloke->aThemeOptions['blog_sidebar_layout'] : 'right'; } switch ( $blogSidebar ){ case 'left': $wilcitySidebarWrapper = 'col-md-4 col-md-pull-8'; $contentWrapper = 'col-md-8 col-md-push-4'; $imgSize = 'wiloke_listgo_750x420'; break; case 'right': $wilcitySidebarWrapper = 'col-md-4'; $contentWrapper = 'col-md-8'; $imgSize = 'wiloke_listgo_750x420'; break; default: $wilcitySidebarWrapper = ''; $contentWrapper = 'col-md-12'; $imgSize = 'large'; break; } ?> <div class="wil-content wilcity-archive"> <section class="wil-section bg-color-gray-2"> <div class="container"> <div class="row"> <div class="wilcity-title-wrapper"> <div class="heading_module__156eJ wil-text-center"> <?php if ( is_home() ){ if ( !empty(get_option('page_on_front')) ) : ?> <h1 class="heading_title__1bzno"><?php echo esc_html(get_the_title(get_option('page_for_posts'))); ?></h1> <?php endif; }else{ the_archive_title( '<h1 class="heading_title__1bzno">', '</h1>' ); the_archive_description( '<div class="taxonomy-description">', '</div>' ); } ?> </div> </div> <div class="<?php echo esc_attr($contentWrapper); ?>"> <?php while (have_posts()) : the_post(); ?> <article id="post-<?php the_ID(); ?>" <?php post_class('post_module__3uT9W'); ?>> <header class="post_header__2pWQ0"> <a href="<?php the_permalink(); ?>"> <?php the_post_thumbnail($imgSize); ?> </a> </header> <div class="post_body__TYys6"> <h2 class="post_title__2Jnhn"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2> <div class="post_metaData__3b_38 color-primary-meta"> <span><i class='la la-user'></i> <a href="<?php echo esc_url(get_author_posts_url($post->post_author)); ?>"><?php the_author(); ?></a></span> <span> <a href='<?php the_permalink(); ?>'><i class='la la-calendar'></i> <?php echo get_the_date(get_option('date_format'), $post->ID); ?></a> </span> <?php if ( has_category($post->ID) ): ?> <span><i class="la la-list-alt"></i> <?php the_category(', ', 'single', $post->ID); ?></span> <?php endif; ?> <span> <a href='<?php the_permalink(); ?>'><i class='la la-comments'></i> <?php comments_number(esc_html__('No Comment', 'wilcity'), esc_html__('One Comment', 'wilcity'), esc_html__('%s Comments', 'wilcity')); ?></a> </span> </div> <div class="post_description__2Rum5"> <p><?php Wiloke::contentLimit($wiloke->aThemeOptions['blog_excerpt_length'], $post, false, $post->post_content, false); ?></p> </div> </div> <div class="post_readMoreWrap__fwCKz"> <a class="post_readMore__3P2AS" href="<?php the_permalink(); ?>"><?php esc_html_e('Read More', 'wilcity'); ?> </a> </div> <?php if ( function_exists('wilcitySharingPosts') ) : ?> <footer class="post_footer__3hdew"> <!-- social-icon_module__HOrwr --> <div class="social-icon_module__HOrwr social-icon_style-2__17BFy"> <?php echo do_shortcode('[wilcity_sharing_post post_id="'.$post->ID.'" style="button"]'); ?> </div><!-- End / social-icon_module__HOrwr --> </footer> <?php endif; ?> </article><!-- End / post_module__3uT9W --> <?php endwhile; wp_reset_postdata(); ?> <?php WilokeHelpers::pagination($wp_query); ?> </div> <?php if ( !empty($wilcitySidebarWrapper) ) { get_sidebar(); } ?> </div> </div> </section> </div> <?php endif; wp_reset_postdata(); get_footer();
[+]
..
[-] taxonomy-listing_tag.php
[edit]
[-] webpack.dev.js
[edit]
[-] searchform.php
[edit]
[+]
assets
[-] .babelrc
[edit]
[-] webpack.common.js
[edit]
[-] 404.php
[edit]
[-] search.php
[edit]
[+]
hooks
[-] sidebar-events.php
[edit]
[+]
templates
[+]
post-types
[-] package.json
[edit]
[+]
dashboard
[-] author-listing.php
[edit]
[+]
src
[-] single-event.php
[edit]
[-] functions.php
[edit]
[-] taxonomy-listing_location.php
[edit]
[-] taxonomy-listing_cat.php
[edit]
[-] before-footer.php
[edit]
[-] sidebar-event.php
[edit]
[+]
plugins
[-] archive.php
[edit]
[+]
admin
[+]
single-listing
[-] sidebar.php
[edit]
[+]
configs
[-] header.php
[edit]
[-] page.php
[edit]
[+]
woocommerce
[-] webpack.prod.js
[edit]
[-] single.php
[edit]
[-] .DS_Store
[edit]
[+]
author-listing
[-] .gitignore
[edit]
[+]
vendor
[-] sidebar-shop.php
[edit]
[-] rollup.config.js
[edit]
[+]
wiloke-submission
[-] footer-widget.php
[edit]
[-] footer.php
[edit]
[-] taxonomy.php
[edit]
[-] wilcity-term.php
[edit]
[-] style.css
[edit]
[-] vue.config.js
[edit]
[-] comments.php
[edit]
[-] index.php
[edit]
[+]
single-event
[+]
languages
[-] .wilcity.php
[edit]
[-] after-body.php
[edit]
[-] changelog.txt
[edit]
[-] package-lock.json
[edit]
[-] screenshot.jpg
[edit]
[-] composer.json
[edit]
[-] README.md
[edit]
[-] author.php
[edit]
[+]
reviews
[+]
single-post
[-] comment-template.php
[edit]