HEX
Server: nginx/1.27.1
System: Linux in-4 5.15.0-131-generic #141-Ubuntu SMP Fri Jan 10 21:18:28 UTC 2025 x86_64
User: ilikadirect (1186)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
File: /storage/v6964/iskcon/public_html/wp-content/themes/tow-temple/template-parts/content-event.php
<?php

/**

 * Template part for displaying posts
 *
 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
 *
 * @package tow
 */

?>

      <div class="event_dt1l2 mt-4">
	        
		    <?php				
				the_content(
				sprintf(
					wp_kses(
						/* translators: %s: Name of current post. Only visible to screen readers */
						__( 'Continue reading
								<span class="screen-reader-text"> "%s"</span>', 'tow' ),
						array(
							'span' => array(
								'class' => array(),
							),
						)
					),
					wp_kses_post( get_the_title() )
				)
			);
?>
	
			<h6 class="mb-0 mt-4 center_sm"><a class="button" href="#">Register Now</a></h6>
	   </div>

<hr>
 <div class="blog_dt2 pt-3 pb-3">
			    <div class="blog_dt2i row">
			     <div class="col-md-6">
				   <div class="blog_dt2il">
				      <?php previous_post_link( '<h5 class="col_oran">Previous Post</h5><h5 class="mb-0 fs-6">%link</h5>' ); ?>
				     <!--h5 class="col_oran">Previous Post</h5>
					 <h5 class="mb-0 fs-6"><a href="#">We Who Believe In God</a></h5-->
				   </div>
				 </div>
				 <div class="col-md-6">
				   <div class="blog_dt2il text-end">
				      <?php next_post_link( '<h5 class="col_oran">Next Post</h5><h5 class="mb-0 fs-6">%link</h5>' ); ?>
				     <!--h5 class="col_oran">Next Post</h5>
					 <h5 class="mb-0 fs-6"><a href="#">Expecting new Love issued</a></h5-->
				   </div>
				 </div>
			 </div>
			 </div><hr>