• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
WordPress a2z

WordPress a2z

WordPress Dynamic API Reference

  • Home
  • Plugins
  • Themes
  • Shortcodes
  • APIs
  • Classes
  • Files
  • Hooks
  • Sitemap
  • Blog
Home / Files / template-parts/content-search.php


Lines:

1 to 55 of 55
<?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: Post title. Only visible to screen readers. */
            __( '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: Post title. Only visible to screen readers. */
          __( '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(); ?> -->

 

 View on Trac

Called by

    Invoked by

      Calls

      1 to 3 of 3
      • twentysixteen_entry_meta() – Prints HTML with meta information for the categories, tags.
      • twentysixteen_excerpt() – Displays the optional excerpt.
      • twentysixteen_post_thumbnail() – Displays an optional post thumbnail.

      Call hooks

      File name: template-parts/content-search.php
      Plugin ref: Twenty Sixteen
      Version: 2.9
      Deprecated?: No
      API Letters: C,P,S,T

      Published: 25th November 2019 | Last updated: 9th June 2022

      Primary Sidebar

      Information

      File name: template-parts/content-search.php
      Plugin ref: Twenty Sixteen
      Version: 2.9
      Deprecated?: No
      API Letters: C,P,S,T

      template-parts

      Footer

      WordPress a2z
      WordPress a2z
      WordPress Dynamic API Reference
      WordPress 6.3.1. PHP: 8.0.30
      WordPress a2z
      WordPress core a2z
      Genesis Theme Framework a2z
      Jetpack a2z
      WordPress develop tests
      Easy Digital Downloads a2z
      WooCommerce a2z
      Yoast SEO a2z
      WordPress Blocks

      Site:  wp-a2z.org
      © Copyright WordPress a2z 2014-2023. All rights reserved.


      Website designed and developed by Herb Miller
      Proudly powered by WordPress and oik plugins

      • Home
      • Blog
      • Sitemap
      • Sites