whoami7 - Manager
:
/
home
/
cideo
/
www
/
wp-contentVIp
/
themes
/
vika
/
Upload File:
files >> /home/cideo/www/wp-contentVIp/themes/vika/search.php
<?php // Search Page Template // get header.php get_header(); ?> <!-- Inner Content Wrapper --> <div class="inner-content-wrap"> <section class="inner-content body-section"> <?php if ( have_posts() ) : ?> <h2 class="search-query"><?php esc_html_e( 'Search Results For: ', 'vika' ); the_search_query(); ?></h2> <hr> <?php while( have_posts() ) : the_post(); ?> <div class="search-results-wrap"> <div class="search-result-thumbnail"> <?php the_post_thumbnail('royal-search-results'); ?> <p><i class="fa fa-picture-o"></i> <?php esc_html_e( 'No Image', 'vika' ); ?></p> </div> <h4><a href="<?php esc_url(the_permalink()); ?>"><?php the_title(); ?></a></h4> <p><?php echo royal_excerpt(100); ?></p> <p><a href="<?php the_permalink(); ?>"><?php esc_html_e('Read More', 'vika'); ?></a></p> <div class="clear"></div> </div> <?php endwhile; ?> <?php else : ?> <h2 class="search-query"><?php esc_html_e( 'No search results found. Try Again:', 'vika' ); ?></h2> <?php get_search_form(); ?> <?php endif; ?> </section> </div><!-- .inner-content-wrap --> <!-- get footer.php --> <?php get_footer(); ?>
Copyright ©2021 || Defacer Indonesia