Move all files to taking-flight-with-tailwind-css/demo/wordcamp-bristol-2019/
This commit is contained in:
		
							parent
							
								
									80c38777dc
								
							
						
					
					
						commit
						7cc2622551
					
				
					 1874 changed files with 0 additions and 0 deletions
				
			
		|  | @ -1,53 +0,0 @@ | |||
| <?php | ||||
| /** | ||||
|  * The template part for displaying results in search pages | ||||
|  * | ||||
|  * @package WordPress | ||||
|  * @subpackage Twenty_Sixteen | ||||
|  * @since Twenty Sixteen 1.0 | ||||
|  */ | ||||
| ?>
 | ||||
| 
 | ||||
| <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
 | ||||
| 	<header class="entry-header"> | ||||
| 		<?php the_title( sprintf( '<h2 class="entry-title"><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h2>' ); ?>
 | ||||
| 	</header><!-- .entry-header --> | ||||
| 
 | ||||
| 	<?php twentysixteen_post_thumbnail(); ?>
 | ||||
| 
 | ||||
| 	<?php twentysixteen_excerpt(); ?>
 | ||||
| 
 | ||||
| 	<?php if ( 'post' === get_post_type() ) : ?>
 | ||||
| 
 | ||||
| 		<footer class="entry-footer"> | ||||
| 			<?php twentysixteen_entry_meta(); ?>
 | ||||
| 			<?php | ||||
| 				edit_post_link( | ||||
| 					sprintf( | ||||
| 						/* translators: %s: Name of current post */ | ||||
| 						__( 'Edit<span class="screen-reader-text"> "%s"</span>', 'twentysixteen' ), | ||||
| 						get_the_title() | ||||
| 					), | ||||
| 					'<span class="edit-link">', | ||||
| 					'</span>' | ||||
| 				); | ||||
| 			?>
 | ||||
| 		</footer><!-- .entry-footer --> | ||||
| 
 | ||||
| 	<?php else : ?>
 | ||||
| 
 | ||||
| 		<?php | ||||
| 			edit_post_link( | ||||
| 				sprintf( | ||||
| 					/* translators: %s: Name of current post */ | ||||
| 					__( 'Edit<span class="screen-reader-text"> "%s"</span>', 'twentysixteen' ), | ||||
| 					get_the_title() | ||||
| 				), | ||||
| 				'<footer class="entry-footer"><span class="edit-link">', | ||||
| 				'</span></footer><!-- .entry-footer -->' | ||||
| 			); | ||||
| 		?>
 | ||||
| 
 | ||||
| 	<?php endif; ?>
 | ||||
| </article><!-- #post-<?php the_ID(); ?> -->
 | ||||
| 
 | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue