HEX
Server: LiteSpeed
System: Linux sinope.sitehostingserver.com 5.14.0-611.49.2.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Apr 30 09:05:08 EDT 2026 x86_64
User: aprilnet (1155)
PHP: 8.2.33
Disabled: popen,imap_mail,exec,passthru,system,shell_exec,proc_open,pcntl_exec,eval,allow_url_fopen,allow_url_include,mail,proc_get_status,get_cfg_var,disk_free_space,disk_total_space,diskfreespace,getmygid,getmyinode,getmypid,geymyuid,proc_nice,proc_terminate,proc_close,apache_child_terminate,chown,lchgrp,lchown,link,readlink,highlight_file,show_source,php_strip_whitespace,get_meta_tags,dl,leak,pfsockopen,event_new,pcntl_signal,pcntl_alarm,register_tick_function,apache_setenv,define_syslog_variables,escapeshellarg,escapeshellcmd,ini_alter,ini_restore,inject_code,openlog,syslog,xmlrpc_entity_decode,phpAds_remoteInfo,phpAds_XmlRpc,phpAds_xmlrpcDecode,phpAds_xmlrpcEncode,chgrp,php_eval,safe_dir,root,ftok,egy_perl,symlink,wscript
Upload Files
File: /home/aprilnet/public_html/meadcarney.com/wp-content/themes/malina/comments.php
<?php if( !get_theme_mod('malina_single_disable_comments', false ) ){ ?>
<div id="comments">
	<?php	
		if ( post_password_required() ) { ?>
			<?php esc_html_e('This post is password protected. Enter the password to view comments.', 'malina'); ?>
		<?php
			return;
		}
	?>
	<?php if ( have_comments() ) : ?>
		<h2 id="comments-title"><span><?php esc_html_e('Comments ', 'malina'); ?></span></h2>
	
		<ol class="unstyled commentlist clearfix">
			 <?php wp_list_comments(array('type'=> 'comment', 'callback' => 'malina_comment' )); ?>
		</ol>
		<?php //get ping and trackbacks
			global $post;
			$ping_entries = get_comments(array( 'type'=> 'pings', 'post_id' => $post->ID ));
			
			if(!empty($ping_entries)){
			echo "<h2 class='title pingbacklist'><span>". esc_html__('Trackbacks &amp; Pingbacks','malina')."</span></h2>";
			?>
			
			<ol class="pingbacklist">
				<?php
					/* 
					 * Loop through and list the pingbacks and trackbacks. 
					 */
					wp_list_comments( array( 'type'=> 'pings', 'reverse_top_level'=>true ) );
				?>
			</ol>
			<?php } ?>
		<div class="navigation"><?php paginate_comments_links(array('prev_text' => esc_html__('Previous', 'malina'), 'next_text' => esc_html__('Next', 'malina'))); ?></div>
		
	 <?php else : // this is displayed if there are no comments so far ?>
	
		<?php if ( comments_open() ) : ?>	
		 <?php else : // comments are closed ?>
		 	<h2 id="comments-title" class="mb0"><span><?php esc_html_e('Comments are closed.', 'malina'); ?></span></h2>
	
		<?php endif; ?>
		
	<?php endif; ?>
		
		
<?php if ( comments_open() ) : ?>

	<?php
		//Comment Form Args
        $comments_args = array(
			'title_reply'=>esc_html__('Leave a reply', 'malina'),
			'comment_field' => '<textarea id="comment" name="comment" aria-required="true" placeholder="'.esc_attr__('Add a Comment', 'malina').'" cols="58" rows="6" tabindex="4"></textarea>',
			'comment_notes_after' => '',
			'title_reply_before' => '<h3 id="reply-title" class="comment-reply-title"><span>',
			'title_reply_after' => '</span></h3>',
			'comment_notes_before' => '',
			'logged_in_as' => '',
			'label_submit' => esc_html__('Post comment','malina')
		);
		
		// Show Comment Form
		comment_form($comments_args); 
	?>


<?php endif; // if you delete this the sky will fall on your head ?>

</div>
<?php } ?>