HEX
Server: nginx/1.24.0
System: Linux ht2024073053593 5.14.0-480.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 12 20:45:27 UTC 2024 x86_64
User: root (0)
PHP: 7.4.33
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,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_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/njmuedu.com/wp-content/themes/blogrank-pro/template-parts/entry-meta-single.php
<div class="entry-meta">

	<?php if ( blogrank_option('single-category-on', true) == true) : ?>
		<span class="entry-category"><?php blogrank_first_category(); ?></span>
	<?php endif; ?>

	<?php if ( blogrank_option('single-author-on', true) == true) : ?>
		<span class="entry-author"><?php esc_html_e('By', 'blogrank'); ?> <?php esc_url( the_author_posts_link() ); ?></span>
	<?php endif; ?>

	<?php if ( ( blogrank_option('single-author-on', true) == true) && (blogrank_option('single-date-on', true) == true) ) : ?>
		<span class="sep">&middot;</span>	
	<?php endif; ?>

	<?php if ( blogrank_option('single-date-on', true) == true) : ?>
		<span class="entry-date"><?php echo get_the_date(); ?></span>
	<?php endif; ?>

	<?php if ( ( blogrank_option('single-date-on', true) == true) && (blogrank_option('single-comment-on', true) == true) ) : ?>
		<span class="sep">&middot;</span>
	<?php endif; ?>

	<?php if ( blogrank_option('single-comment-on', true) == true) : ?>
		<span class='entry-comment'><?php comments_popup_link( __('0 Comment','blogrank'), __('1 Comment','blogrank'), __('% Comments','blogrank'), 'comments-link', __('Comments off','blogrank')); ?></span>
	<?php endif; ?>

	<?php if ( blogrank_option('single-share-on', true) == true) : ?>

		<span class="entry-share-link">
			<span class="entry-share-text"><i class="fa fa-share"></i> <?php esc_html_e('Share','blogrank-pro'); ?></span>
			<div class="entry-share-wrap">
				<div class="entry-share-content">
					<?php blogrank_entry_share(); ?>
				</div>
			</div>					
		</span>

	<?php endif; ?>

</div><!-- .entry-meta -->