forked from NB-Public/jkb-childtheme
added fundraising template
This commit is contained in:
parent
1c65ef9483
commit
0d607fe7fd
10 changed files with 244 additions and 33 deletions
|
@ -1,9 +1,3 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<article id="post-<?php the_ID(); ?>" <?php post_class('clearfix postlist'); ?> role="article">
|
||||
<?php if ( has_post_thumbnail() ): ?>
|
||||
<a href=" <?php the_permalink(); ?>" class="postimglist"><?php the_post_thumbnail('listenansicht'); ?></a>
|
||||
|
@ -28,10 +22,5 @@
|
|||
}?>
|
||||
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
|
||||
</header>
|
||||
|
||||
|
||||
<section class="article-teaser"><?php the_excerpt(); ?></section>
|
||||
|
||||
|
||||
<section class="article-teaser"><?php the_excerpt(); ?></section>
|
||||
</article>
|
||||
|
||||
|
|
Reference in a new issue