Ich habe es gestern endlich geschafft als WP Noob mein Impressum und Datenschutz sowie Bildnachweis in den Footer zu setzen.
Allerdings sieht es ein wenig unschön aus und ich möchte nachdem "Impressum und Datenschutz" ein Absatz machen
http://gyazo.com/6ef98870db1aa8c940825849ed6c8539
Weiß jemand in welcher Textzeile ich dann etwas einfügen muss, damit es getrennt und schöner aussieht ?
<div class="footer_widget last">
<?php if ( is_active_sidebar( 'sidebar-4' ) ) : ?>
<?php dynamic_sidebar( 'sidebar-4' ); ?>
<?php endif; ?>
</div>
</div>
</div>
<?php endif; ?>
<footer<?php if(rehub_option('rehub_footer_block') =='1') : ?> class="block_foot"<?php endif;?> id='theme_footer'>
<div class="container clearfix">
<a href="http://www.eco-eco.de/wordpress/impressum-und-datenschutz/">Impressum und Datenschutz</a>
<a href="http://www.eco-eco.de/wordpress/bildnachweis/">Bildnachweis</a>
<div class="left">
<?php if(rehub_option('rehub_footer_text')) : ?>
<div class="f_text"><?php echo rehub_kses(rehub_option('rehub_footer_text')); ?></div>
<?php endif; ?>
</div>
<div class="right"> <?php if(rehub_option('rehub_footer_logo')) : ?><img src="<?php echo rehub_option('rehub_footer_logo'); ?>" alt="<?php bloginfo( 'name' ); ?>" /><?php endif; ?></div>
</div>
</footer>
<!-- FOOTER -->
<?php if(rehub_option('rehub_analytics')) : ?><?php echo rehub_option('rehub_analytics'); ?><?php endif; ?>
<a href="#top_ankor" class="rehub_scroll" id="topcontrol"><i class="fa fa-chevron-up"></i></a>
<?php if(rehub_option('rehub_adblock_enable') =='1') : ?><?php wp_enqueue_script('adblock_init'); ?><div id="noblockdiv" style="display:none"><div class="noadb"><span class="noadb-span"><?php echo rehub_kses(rehub_option('rehub_adblock_notice')); ?></span></div></div><?php endif; ?>
<?php wp_footer(); ?>
</body>
</html>