Warning: file_put_contents(/www/wwwroot/go4.iridade.monster/yakpro-po-main/tmp/1781131095_6a29e74d410194.22592116.dat): failed to open stream: No space left on device in /www/wwwroot/go4.iridade.monster/yakpro-po-main/index.php on line 32
HEX
HEX
Server: Apache
System: Linux VM-16-7-centos 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 25 17:23:54 UTC 2020 x86_64
User: www (1000)
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/www.molinta.com/wp-content/themes/context-blog/main-body/introduction-section.php
<?php
function context_blog_home_introduction_enable() {
	$latestid                                     = 0;
	$context_blog_introduction_section_page_id[0] = get_theme_mod( 'context_blog_introduction_section_info', context_blog_pages( $latestid ) );
	   $args                                      = array(
		   'post_type'     => 'page',
		   'post_per_page' => 1,
		   'post__in'      => $context_blog_introduction_section_page_id,
		   'orderby'       => 'post__in',
	   );
	   $context_blog_word_limit                   = get_theme_mod( 'context_blog_introduction_section_excerpt_limit', 30 );
	   $aboutloop                                 = new WP_Query( $args );
	   if ( $aboutloop->have_posts() ) :
		   while ( $aboutloop->have_posts() ) :
			   $aboutloop->the_post(); ?>
  
	<section class="home-section about-author-1">
		<div class ="introduction-holder-right <?php if( get_background_image() ==null ): echo 'no_bg_image'; endif; ?> "></div>
		<div class ="introduction-holder-left <?php if( get_background_image() ==null ): echo 'no_bg_image'; endif; ?>"></div>
		<div class="container">
		<!-- <div class ="banner-author-holder-right"></div> -->
			<div class="about-author-holder">
						  <?php if ( has_post_thumbnail() ) : ?>
				<div class="img-holder">
								<?php the_post_thumbnail( 'context-blog-aboutme-350X350' ); ?>
				</div>
			   <?php endif; ?>
				<div class="info-holder">
					<h2 class="about-author-title"> <a href="<?php the_permalink(); ?>"><?php the_title(); ?></a> </h2>
						  <?php
							context_blog_content_core_meta( 1, 1, 0 );
							context_blog_word_limit( $context_blog_word_limit );
							?>
					
				</div>
			</div>
		</div>

	</section>
						  <?php
	   endwhile;
	   endif;
	   wp_reset_postdata();
}
context_blog_home_introduction_enable();