Browse Source

mitarbeiter updated

Juan Carlos 5 years ago
parent
commit
a8c913909a
3 changed files with 5 additions and 5 deletions
  1. 2 2
      archive.php
  2. 2 2
      functions.php
  3. 1 1
      index.php

+ 2 - 2
archive.php

@@ -10,7 +10,7 @@
 							the_archive_title( '<h1 class="page-title">', '</h1>' );
 							the_archive_title( '<h1 class="page-title">', '</h1>' );
 							the_archive_description( '<div class="taxonomy-description">', '</div>' );
 							the_archive_description( '<div class="taxonomy-description">', '</div>' );
 							?>
 							?>
-							
+
 							<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
 							<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
 
 
 							<article id="post-<?php the_ID(); ?>" <?php post_class( 'cf' ); ?> role="article">
 							<article id="post-<?php the_ID(); ?>" <?php post_class( 'cf' ); ?> role="article">
@@ -65,7 +65,7 @@
 
 
 						</main>
 						</main>
 
 
-					<?php get_sidebar(); ?>
+					<?php /* get_sidebar(); */ ?>
 
 
 				</div>
 				</div>
 
 

+ 2 - 2
functions.php

@@ -523,7 +523,7 @@ function mitarbeiter_beschreibung(){
   $custom = get_post_custom($post->ID);
   $custom = get_post_custom($post->ID);
   $mitarbeiter_beschreibung = $custom["mitarbeiter_beschreibung"][0];
   $mitarbeiter_beschreibung = $custom["mitarbeiter_beschreibung"][0];
   ?>
   ?>
-  <label>Position:</label>
+  <label>Beschreibung:</label>
   <input name="mitarbeiter_beschreibung" value="<?php echo $mitarbeiter_beschreibung; ?>" />
   <input name="mitarbeiter_beschreibung" value="<?php echo $mitarbeiter_beschreibung; ?>" />
   <?php
   <?php
 }
 }
@@ -533,7 +533,7 @@ function mitarbeiter_tel(){
   $custom = get_post_custom($post->ID);
   $custom = get_post_custom($post->ID);
   $mitarbeiter_tel = $custom["mitarbeiter_tel"][0];
   $mitarbeiter_tel = $custom["mitarbeiter_tel"][0];
   ?>
   ?>
-  <label>Position:</label>
+  <label>Tel:</label>
   <input name="mitarbeiter_tel" value="<?php echo $mitarbeiter_tel; ?>" />
   <input name="mitarbeiter_tel" value="<?php echo $mitarbeiter_tel; ?>" />
   <?php
   <?php
 }
 }

+ 1 - 1
index.php

@@ -138,7 +138,7 @@
                             <p class="content-white"><?php echo get_post_meta($posts->post->ID, 'mitarbeiter_beschreibung', true); ?></p>
                             <p class="content-white"><?php echo get_post_meta($posts->post->ID, 'mitarbeiter_beschreibung', true); ?></p>
                             <hr class="small-divider border-white">
                             <hr class="small-divider border-white">
                             <div class="social">
                             <div class="social">
-                              <a href="mailto:<?php echo get_post_meta($posts->post->ID, 'mitarbeiter_email', true); ?>"><i class="fa fa-envelope" aria-hidden="true"></i></a>
+                              <a href="mailto:<?php echo get_post_meta($posts->post->ID, 'mitarbeiter_email', true); ?>"><i class="fa fa-envelope" aria-hidden="true"></i></a><br/>
                               <a href="tel:<?php echo get_post_meta($posts->post->ID, 'mitarbeiter_tel', true); ?>"><?php echo get_post_meta($posts->post->ID, 'mitarbeiter_tel', true); ?></a>
                               <a href="tel:<?php echo get_post_meta($posts->post->ID, 'mitarbeiter_tel', true); ?>"><?php echo get_post_meta($posts->post->ID, 'mitarbeiter_tel', true); ?></a>
                               <!--
                               <!--
                               <a class="facebook" href="#"><i class="fa fa-facebook"></i></a>
                               <a class="facebook" href="#"><i class="fa fa-facebook"></i></a>