remove icons from the top row, req. by Yana
This commit is contained in:
parent
dfdde8441d
commit
3acf3c6eec
|
@ -35,17 +35,6 @@ if ( preg_match('/^(schedule|programa|speakers|halls)/', $pagename) ) {
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</a>
|
|
||||||
<div class="icons">
|
|
||||||
<?php
|
|
||||||
$custom = get_post_custom();
|
|
||||||
if (!empty($custom['twitter'])) echo '<a href="https://twitter.com/'.$custom['twitter'][0].'"><i class="fa fa-twitter"></i></a>';
|
|
||||||
if (!empty($custom['github'])) echo '<a href="https://github.com/'.$custom['github'][0].'"><i class="fa fa-github"></i></a>';
|
|
||||||
if (!empty($custom['public_email'])) echo '<a href="mailto:'.$custom['public_email'][0].'"><i class="fa fa-envelope"></i></a>';
|
|
||||||
?>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<a href="#<?php the_title(); ?>">
|
|
||||||
<?php the_title(); ?>
|
<?php the_title(); ?>
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in New Issue