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,6 +1,6 @@
<?php
/*
Template Name: Landingpage
Template Name: LandingPage
*/
?>
<?php get_header(); ?>
@ -37,7 +37,6 @@ Template Name: Landingpage
<article id="post-<?php the_ID(); ?>" <?php post_class('clearfix'); ?> role="article" itemscope itemtype="http://schema.org/BlogPosting">
<section class="entry-content clearfix" itemprop="articleBody">
<script type="text/javascript" src="https://secure.fundraisingbox.com/app/paymentJS?hash=7zwb97z8oodsr01s"></script><noscript>Bitte Javascript aktivieren</noscript><a target="_blank" href="https://www.fundraisingbox.com"><img border="0" style="border: 0 !important" src="https://secure.fundraisingbox.com/images/FundraisingBox-Logo-Widget.png" alt="FundraisingBox Logo" /></a>
<?php the_content(); ?>
</section>