/
/
home
/
melaqxso
/
public_html
/
wp-content
/
themes
/
hub
/
templates
/
portfolio
/
single
/
parts
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.220
PHP 7.4.33
Dir:
/home/melaqxso/public_html/wp-content/themes/hub/templates/portfolio/single/parts
Edit:
/home/melaqxso/public_html/wp-content/themes/hub/templates/portfolio/single/parts/part-nav.php
<?php global $post; $prev_post_obj = get_adjacent_post( false, '', true, 'liquid-portfolio-category' ); $prev_post_ID = isset( $prev_post_obj->ID ) ? $prev_post_obj->ID : ''; $prev_post_link = get_permalink( $prev_post_ID ); $prev_post_title = get_the_title( $prev_post_ID ); $next_post_obj = get_adjacent_post( false, '', false, 'liquid-portfolio-category' ); $next_post_ID = isset( $next_post_obj->ID ) ? $next_post_obj->ID : ''; $next_post_link = get_permalink( $next_post_ID ); $next_post_title = get_the_title( $next_post_ID ); ?> <div class="lqd-pf-meta-nav lqd-pf-meta-nav-classic d-flex align-items-center justify-content-between"> <?php if( $prev_post_ID ): ?> <a href="<?php echo esc_url( $prev_post_link ); ?>" class="lqd-pf-nav-link lqd-pf-nav-prev d-flex align-items-center"> <i class="lqd-icn-ess icon-ion-ios-arrow-back"></i> <span class="ml-3 d-flex flex-column"> <span class="lqd-pf-nav-link-subtitle"><?php esc_html_e( 'Previous', 'hub' ); ?></span> <span class="lqd-pf-nav-link-title"><?php echo esc_html( $prev_post_title ); ?></span> </span> </a> <?php endif; ?> <?php if( function_exists( 'liquid_portfolio_archive_link' ) ) { ?> <?php echo liquid_portfolio_archive_link(); ?> <?php } ?> <?php if( $next_post_ID ): ?> <a href="<?php echo esc_url( $next_post_link ); ?>" class="lqd-pf-nav-link lqd-pf-nav-next d-flex flex-row-reverse align-items-center text-right text-sm-left"> <i class="lqd-icn-ess icon-ion-ios-arrow-forward"></i> <span class="mr-3 d-flex flex-column"> <span class="lqd-pf-nav-link-subtitle"><?php esc_html_e( 'Next', 'hub' ); ?></span> <span class="lqd-pf-nav-link-title"><?php echo esc_html( $next_post_title ); ?></span> </span> </a> <?php endif; ?> </div>
Ukuran: 1.8 KB