Server : Apache/2.4.41 (Ubuntu) System : Linux wpfpm 5.4.0-1133-kvm #142-Ubuntu SMP Fri May 2 19:51:44 UTC 2025 x86_64 User : wpmodel1 ( 1034) PHP Version : 7.4.3-4ubuntu2.29 Disable Function : 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, Directory : /var/www/html/wpmodel1/wp-content/plugins/updraftplus/templates/wp-admin/notices/ |
Upload File : |
<div class="row"> <div class="col-sm-10 col-md-8 col-sm-offset-1 col-md-offset-2"> <div class="masonry masonry-blog-list"> <?php if( 'yes' == get_option('stack_show_loop_categories', 'yes') ) : ?> <div class="masonry-filter-container text-center"> <?php get_template_part('inc/content-post', 'categories'); ?> </div> <hr> <?php endif; ?> <div class="masonry__container"> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); /** * Get blog posts by blog layout. */ get_template_part('loop/content-post', 'list'); endwhile; else : /** * Display no posts message if none are found. */ get_template_part('loop/content','none'); endif; ?> </div><!--end of masonry container--> <?php get_template_part('inc/content-pagination', get_option('stack_pagination_layout', 'text')); ?> </div><!--end masonry--> </div> </div>