added fundraising template

This commit is contained in:
Willi Junga 2020-12-17 14:12:01 +01:00
parent 1c65ef9483
commit 0d607fe7fd
Signed by untrusted user: JunWi
GPG key ID: 16CD94732DE08DA5
10 changed files with 244 additions and 33 deletions

View file

@ -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>