Textpattern PHP Cross Reference Content Management Systems

Source: /textpattern/setup/themes/four-point-eight/forms/article/search_results.txp - 33 lines - 1114 bytes - Text - Print

   1  <li class="article" itemscope itemtype="https://schema.org/Article">
   2      <h4 itemprop="headline">
   3          <a href="<txp:permlink />" itemprop="url mainEntityOfPage" title="<txp:text item="read_more" />">
   4              <txp:title />
   5          </a>
   6      </h4>
   7  
   8      <!-- if the article has an excerpt, display that, otherwise show highlighted keywords in context of article -->
   9      <txp:if_excerpt>
  10          <div itemprop="description">
  11              <txp:excerpt />
  12          </div>
  13      <txp:else />
  14          <p>
  15              <txp:search_result_excerpt />
  16          </p>
  17      </txp:if_excerpt>
  18  
  19      <p class="footnote">
  20          <txp:text item="posted" />
  21          <time datetime="<txp:posted format="iso8601" />" itemprop="datePublished">
  22              <txp:posted />
  23          </time>
  24          <meta itemprop="dateModified" content="<txp:modified format="iso8601" />" />
  25          &#183;
  26          <txp:text item="author" />
  27          <span itemprop="author" itemscope itemtype="https://schema.org/Person">
  28              <span itemprop="name">
  29                  <txp:author link this_section />
  30              </span>
  31          </span>
  32      </p>
  33  </li>

title

Description

title

Description

title

Description

title

title

Body