Example #1
0
                <li class="twitter"><a href="https://twitter.com/<?php 
        echo $twitterlink;
        ?>
" target="_blank"><?php 
        echo $twitter;
        ?>
</a></li>
                <?php 
    }
    ?>
            </ul>
			
			<div class="entry-content">
            	<div class="presenter-avatar">
            	<?php 
    if ($profile_url = $speaker->get_profile_url()) {
        ?>
            		<img src="<?php 
        echo esc_url($profile_url);
        ?>
" />
            	<?php 
    }
    ?>
                </div>
				<?php 
    echo wpautop($speaker->get_bio());
    $websites = explode(",", $speaker->get_website());
    foreach ($websites as $website) {
        echo '<p><a href="' . trim($website) . '" target="_blank">' . trim($website) . '</a></p>';
    }