|
Server : Apache System : Linux s1230 5.15.0-139-generic #149~20.04.1 SMP Tue Jul 14 11:21:49 UTC 2026 x86_64 User : p141464 ( 418825) PHP Version : 7.4.33.12 Disable Function : NONE Directory : /html/wordpress-old/wp-content/themes/Evolution/ |
Upload File : |
<?php get_header(); ?>
<?php if ( 'on' == get_option( 'evolution_featured' ) ) get_template_part('includes/featured','home'); ?>
<?php if ( 'false' == get_option('evolution_blog_style') ) { ?>
<?php if ( 'on' == get_option('evolution_quote') && ( $quote_one = get_option('evolution_quote_one') ) && '' != $quote_one ) { ?>
<div id="slogan">
<p><?php echo esc_html( $quote_one ); ?></p>
<span id="right-quote"></span>
<div id="top-quote-shadow"></div>
<div id="bottom-quote-shadow"></div>
</div> <!-- end #slogan -->
<?php } ?>
<?php if ( get_option('evolution_display_recentwork_section') == 'on' ) { ?>
<div id="recent-work" class="clearfix">
<div id="work-info">
<h3>Wir bei KMU tun Folgendes:</h3>
<p><?php echo get_option('evolution_homework_desc'); ?></p>
</div> <!-- end #work-info -->
<div class="r-work" style="">
<a href="http://www.kmu-hofmann.de/buchautorin/">
<img src="http://www.kmu-hofmann.de/bilder/buch1.jpg" title="mein Buch" alt="Buch" />
</a>
<br />
<h2>Buch</h2>
</div>
<div class="r-work" style="">
<a href="http://www.kmu-hofmann.de/veranstaltungen-2/vortrage/">
<img src="http://www.kmu-hofmann.de/bilder/vortraege1.jpg" title="Seminare Vorträge" alt="Seminare Vorträge" />
</a>
<br />
<h2>Seminare/Vorträge</h2>
</div>
<div class="r-work" style="margin-right:0;">
<a href="http://www.kmu-hofmann.de/marketingunterstuetzung/">
<img src="http://www.kmu-hofmann.de/bilder/wegweiser.jpg" title="Wegweiser Marketingunterstützung" alt="Wegweiser Marketingunterstützung" />
</a>
<br />
<h2>Marketingberatung</h2>
</div> <!-- end .r-work -->
</div> <!-- end #recent-work -->
<div id="seminare" class="clearfix">
<!-- LINKE SPALTE start -->
<div style="width:62%; float:left;">
<?php
$post_id = 1860;
$queried_post = get_post($post_id);
?>
<h2><?php echo $queried_post->post_title; ?></h2>
<p><?php echo $queried_post->post_content; ?></p>
</div>
<!-- LINKE SPALTE ende -->
<!-- RECHTE SPALTE start -->
<!-- FACEBOOK PLUG-IN start-->
<div id="FBbox" style="float:right; width: 280px;" >
<h2>Finde uns auf Facebook</h2>
<div class="fb-like-box" data-href="http://www.facebook.com/kmu.hofmann" data-colorscheme="light" data-show-faces="true" data-header="false" data-stream="true" data-show-border="false" data-width="280" data-height="600">
</div>
</div>
<!-- FACEBOOK PLUG-IN ende -->
<!-- RECHTE SPALTE ende -->
</div><!-- ende DIV .seminare -->
<?php } ?>
</div> <!-- end .container -->
<div id="divider">
<div class="container">
<div></div>
</div>
</div>
<div class="container">
<?php if ( 'on' == get_option('evolution_display_about_page') ) { ?>
<?php
$about_page_query = new WP_Query( 'page_id=' . get_pageId( html_entity_decode( get_option('evolution_about_page') ) ) );
while ( $about_page_query->have_posts() ) : $about_page_query->the_post();
global $more;
$more = 0;
?>
<div id="about">
<h3>Katja Hofmann Wirkungsvolles Marketing</h3>
<?php the_content(''); ?>
<!-- <a href="<?php the_permalink(); ?>" class="readmore"><span><?php esc_html_e('Read More','Evolution'); ?></span></a>end #about -->
</div> <!-- end #about -->
<?php endwhile; wp_reset_postdata(); ?>
<?php } ?>
<?php if ( 'on' == get_option('evolution_display_recent_blog_posts') ) { ?>
<div id="recent-posts">
<h3>Katja Hofmann in der Landesschau</h3>
<iframe src="http://www.youtube.com/embed/qc6SKm7-qAw" frameborder="0" width="450" height="315"></iframe>
</div> <!-- end #recent-posts -->
<?php } ?>
<div class="clear"></div>
<?php } else { ?>
<div id="content_area" class="clearfix">
<div id="main_content">
<?php get_template_part('includes/entry','index'); ?>
</div> <!-- end #main_content -->
<?php get_sidebar(); ?>
</div> <!-- end #content_area -->
<?php } ?>
<?php get_footer(); ?>