| Server IP : 213.186.33.4 / Your IP : 216.73.216.222 Web Server : Apache System : Linux webm005.cluster103.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : karinebmkh ( 644538) PHP Version : 8.4.22 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/karinebmkh/www/wp-content/plugins/divi-pixel/public/partials/ |
Upload File : |
<?php
namespace DiviPixel;
$blog_nav_prev = (!empty(get_option( 'dipi_blog_nav_prev' ))) ? get_option( 'dipi_blog_nav_prev' ) : esc_html__('Previous Article', 'dipi-divi-pixel');
$blog_nav_next = (!empty(get_option( 'dipi_blog_nav_next' ))) ? get_option( 'dipi_blog_nav_next' ) : esc_html__('Next Article', 'dipi-divi-pixel');
?>
<div class="et_pb_section et_section_regular dipi-post-section">
<div class="et_pb_row dipi-post-row">
<?php if( get_previous_post()) : ?>
<div class="dipi-post-left">
<?php previous_post_link('%link', '<i class="et-pb-icon">#</i><span>'.$blog_nav_prev.'</span>'); ?>
</div>
<?php endif; ?>
<?php if(get_next_post()) : ?>
<div class="dipi-post-right">
<?php next_post_link('%link', '<span>'.$blog_nav_next.'</span><i class="et-pb-icon">$</i>'); ?>
</div>
<?php endif; ?>
</div>
</div>