Textpattern PHP Cross Reference Content Management Systems

Source: /textpattern/setup/forms/article.article_listing.txp - 29 lines - 949 bytes - Text - Print

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

title

Description

title

Description

title

Description

title

title

Body