HEX
Server: Apache/2.4.57 (Debian)
System: Linux web-server-k8s-e92jnr3j-6f99bff6b6-rp2wg 6.1.0-22-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.94-1 (2024-06-21) x86_64
User: apache (48)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: /var/www/sites/1250.info/wp-content/plugins/nm-portfolio/templates/single-portfolio.php
<?php get_header(); ?>

<div class="nm-portfolio-single">

	<?php while ( have_posts() ) : the_post(); ?>
	
    <article id="post-<?php the_ID(); ?>" class="entry-content clear">
        <?php the_content(); ?>
    </article>
    
    <div class="nm-portfolio-single-footer">
        <div class="nm-row">
            <div class="nm-portfolio-single-prev col-md-4 col-xs-6">
                <?php next_post_link( '%link', '<span class="title">&larr; %title</span><span class="alt-title">' . esc_html__( 'Previous', 'nm-portfolio' ) . '</span>', false ); ?>
            </div>
            <div class="nm-portfolio-single-back col-xs-4">
                <a href="<?php echo esc_url( get_post_type_archive_link( 'portfolio' ) ); ?>" title="<?php esc_html_e( 'Show All', 'nm-portfolio' ); ?>">
                    <?php echo apply_filters( 'nm_portfolio_show_all_icon', '<span>&nbsp;</span><span>&nbsp;</span><span>&nbsp;</span><span>&nbsp;</span>' ); ?>
                </a>
            </div>
            <div class="nm-portfolio-single-next col-md-4 col-xs-6">
                <?php previous_post_link( '%link', '<span class="alt-title">' . esc_html__( 'Next', 'nm-portfolio' ) . '</span><span class="title">%title &rarr;</span>', false ); ?>
            </div>
        </div>
    </div>
	
	<?php endwhile; ?>
    
</div>

<?php get_footer(); ?>