HEX
Server: LiteSpeed
System: Linux premium212.web-hosting.com 4.18.0-553.124.4.lve.el8.x86_64 #1 SMP Fri May 15 13:02:13 UTC 2026 x86_64
User: vitanhod (1367)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: //proc/thread-self/root/home/vitanhod/barnabites.es/wp-content/themes/rishi/single.php
<?php
/**
 * The template for displaying all single posts
 *
 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post
 *
 * @package Rishi
 */
get_header(); ?>

	<main id="primary" class="site-main">
		<div class="rishi-container-wrap">
			<?php 
				/**
				 * Rishi After Container Wrap
				*/
				do_action( 'rishi_after_container_wrap' );

				echo "<div class='rishi-post-wrapper'>";
			
				while ( have_posts() ) :
					the_post();

					get_template_part( 'template-parts/content', 'single' );

				endwhile; // End of the loop.

				echo "</div>";

				/**
				 * After post loop
				*/
				do_action( 'rishi_after_post_loop' );
			?>
		</div>

		<?php 
		/**
		 *  Before Primary content area
		 */
		do_action( 'rishi_before_main' ); ?>

	</main><!-- #main -->	
<?php
get_sidebar();
get_footer();