HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux wordpress-ubuntu-s-2vcpu-4gb-fra1-01 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64
User: root (0)
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,pcntl_unshare,
Upload Files
File: /var/www/shoetique/wp-content/themes/north-wp/inc/postformats/post-meta.php
<?php $post_meta = ot_get_option('blog_post_meta'); ?>
<aside class="post-meta cf">
	<ul>
		<?php if (in_array('comment',(!empty($post_meta) ? $post_meta : array()))) { ?>
		<li><?php comments_popup_link(__('0 Comments', 'north'), __('1 Comment', 'north'), __('% Comments', 'north'), 'postcommentcount', __('Comments Disabled', 'north')); ?></li>
		<?php } ?>
		
		<?php if (in_array('category',(!empty($post_meta) ? $post_meta : array()))) { ?>
		<?php if(has_category()) { ?>
		<li><?php the_category(', '); ?></li>
		<?php } ?>
		<?php } ?>
		
		<?php if (in_array('tag',(!empty($post_meta) ? $post_meta : array()))) { ?>
		<?php $posttags = get_the_tags();													
			if ($posttags) {
				the_tags( "<li>", ", ", "</li>" );
			} ?>
		<?php } ?>
		
		<?php if (in_array('date',(!empty($post_meta) ? $post_meta : array()))) { ?>
		<li><time class="author" datetime="<?php echo esc_attr( get_the_date( 'c' ) ); ?>"><?php echo thb_human_time_diff_enhanced(); ?></time></li>
		<?php } ?>
		
		<?php if (in_array('author',(!empty($post_meta) ? $post_meta : array()))) { ?>
		<li><?php _e("by", 'north'); ?> <?php the_author_posts_link(); ?></li>
		<?php } ?>
	</ul>
</aside>