File manager - Edit - /home/vblioqus/safa777.info/wp-content/themes/appyn/template-parts/content-search.php
Back
<?php $paged = 0 == get_query_var('paged') ? 1 : get_query_var('paged'); $args = array( 'post_type' => 'post', 'paged' => $paged, 's' => get_search_query(), 'posts_per_page' => appyn_options( 'home_limite' ) ); if( get_option( 'appyn_versiones_mostrar_buscador') == 1 ) $args['post_parent'] = 0; $query_post = new WP_Query( $args ); if( $query_post->have_posts() ): ?> <div class="section"> <div class="title-section"> <?php echo __( 'Buscar', 'appyn' ); ?>: <?php the_search_query(); ?> </div> <?php $i = 1; $aprpc = appyn_options( 'apps_per_row_pc', 6 ); ?> <div class="baps" data-cols="<?php echo $aprpc; ?>"> <?php while( $query_post->have_posts() ): $query_post->the_post(); get_template_part( 'template-parts/loop/app' ); endwhile; ?> </div> </div> <?php wp_reset_query( $query_post ); endif; $args = array( 'post_type' => 'blog', 'paged' => $paged, 's' => get_search_query(), 'posts_per_page' => appyn_options( 'home_limite' ) ); $query_blog = new WP_Query( $args ); if( $query_blog->have_posts() ): ?> <div class="section"> <div class="title-section"> <?php echo __( 'Blog', 'appyn' ); ?> </div> <div class="bloque-blogs px-columns"> <?php while( $query_blog->have_posts() ): $query_blog->the_post(); get_template_part( 'template-parts/loop/blog-home' ); endwhile; ?> </div> </div> <?php endif; wp_reset_query( $query_blog ); if( $query_post->found_posts + $query_blog->found_posts >= appyn_options( 'home_limite' ) * 2 ) paginador(); if( $query_post->found_posts + $query_blog->found_posts == 0 ) { ?> <div class="section"> <div class="title-section"> <?php echo __( 'Buscar', 'appyn' ); ?>: <?php the_search_query(); ?> </div> <div class="no-entries"><p><?php echo __( 'No hay entradas', 'appyn' ); ?></p></div> </div> <?php }
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings