Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /var/www/web23/html/wp-content/themes/enfold/includes/ |
Current File : //var/www/web23/html/wp-content/themes/enfold/includes/loop-page.php |
<?php if( ! defined( 'ABSPATH' ) ) { exit; } // Exit if accessed directly global $avia_config, $post_loop_count; $post_loop_count = 1; $post_class = 'post-entry-' . avia_get_the_id(); // check if we got posts to display: if( have_posts() ) : while( have_posts()) : the_post(); ?> <article class='post-entry post-entry-type-page <?php echo $post_class; ?>' <?php avia_markup_helper( array( 'context' => 'entry' ) ); ?>> <div class="entry-content-wrapper clearfix"> <?php echo '<header class="entry-content-header">'; $thumb = get_the_post_thumbnail( get_the_ID(), $avia_config['size'] ); if( $thumb ) { echo "<div class='page-thumb'>{$thumb}</div>"; } echo '</header>'; //display the actual post content echo '<div class="entry-content" '.avia_markup_helper( array( 'context' => 'entry_content','echo' => false ) ) . '>'; the_content( __( 'Read more', 'avia_framework' ) . '<span class="more-link-arrow"></span>' ); echo '</div>'; echo '<footer class="entry-footer">'; wp_link_pages( array( 'before' => '<div class="pagination_split_post">', 'after' => '</div>', 'pagelink' => '<span>%</span>' )); echo '</footer>'; do_action( 'ava_after_content', get_the_ID(), 'page' ); ?> </div> </article><!--end post-entry--> <?php /** * If comments are open or we have at least one comment, load up the comment template. * * @since 4.7.5.1 */ if( comments_open() || get_comments_number() > 0 ) { comments_template(); } $post_loop_count++; endwhile; else: $default_heading = 'h1'; $args = array( 'heading' => $default_heading, 'extra_class' => '' ); /** * @since 4.5.5 * @return array */ $args = apply_filters( 'avf_customize_heading_settings', $args, 'loop_page::nothing_found', array() ); $heading = ! empty( $args['heading'] ) ? $args['heading'] : $default_heading; $css = ! empty( $args['extra_class'] ) ? $args['extra_class'] : ''; ?> <article class="entry"> <header class="entry-content-header"> <?php echo "<{$heading} class='post-title entry-title {$css}'>" . __( 'Nothing Found', 'avia_framework' ) . "</{$heading}>"; ?> </header> <?php get_template_part( 'includes/error404' ); ?> <footer class="entry-footer"></footer> </article> <?php endif;
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare