Submit
Path:
~
/
home
/
getwphos
/
public_html
/
bubrupamjcb.com
/
wp-content
/
themes
/
caards
/
template-parts
/
entry
/
File Content:
entry-prev-next.php
<?php /** * The template part for displaying post prev next section. * * @package Caards */ $prev_post = get_previous_post(); $next_post = get_next_post(); if ( $prev_post || $next_post ) { ?> <div class="cs-entry__prev-next"> <?php // Prev post. if ( $prev_post ) { $post = $prev_post; setup_postdata( $post ); ?> <a href="<?php the_permalink(); ?>" class="cs-entry__prev-next-item cs-entry__prev"> <div class="cs-entry__prev-next-inner"> <div class="cs-entry__prev-next-label"> <?php echo esc_html__( 'Prev Post', 'caards' ); ?> </div> <div class="cs-entry__prev-next-wrap"> <div class="cs-entry__prev-next-arrow"> <span class="cs-icon cs-icon-arrow-left"></span> </div> <div class="cs-entry"> <div class="cs-entry__outer"> <div class="cs-entry__inner cs-entry__content"> <?php the_title( '<h2 class="cs-entry__title"><span>', '</span></h2>' ); ?> </div> </div> </div> </div> </div> </a> <?php wp_reset_postdata(); } // Next post. if ( $next_post ) { $post = $next_post; setup_postdata( $post ); ?> <a href="<?php the_permalink(); ?>" class="cs-entry__prev-next-item cs-entry__next"> <div class="cs-entry__prev-next-inner"> <div class="cs-entry__prev-next-label"> <?php echo esc_html__( 'Next Post', 'caards' ); ?> </div> <div class="cs-entry__prev-next-wrap"> <div class="cs-entry"> <div class="cs-entry__outer"> <div class="cs-entry__inner cs-entry__content"> <?php the_title( '<h2 class="cs-entry__title"><span>', '</span></h2>' ); ?> </div> </div> </div> <div class="cs-entry__prev-next-arrow"> <span class="cs-icon cs-icon-arrow-right"></span> </div> </div> </div> </a> <?php wp_reset_postdata(); } ?> </div> <?php }
Submit
FILE
FOLDER
Name
Size
Permission
Action
entry-author.php
458 bytes
0644
entry-header-full.php
1252 bytes
0644
entry-header-large.php
1152 bytes
0644
entry-header.php
1252 bytes
0644
entry-prev-next.php
1906 bytes
0644
entry-related.php
2143 bytes
0644
N4ST4R_ID | Naxtarrr