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,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>
|
||||
|
||||
|
|
Reference in a new issue