Example #1
0
			<?php 
    comments_template();
    ?>
		</section>
		<section id='conference-events'>
			<?php 
    if ($conferenceEvents->have_posts()) {
        while ($conferenceEvents->have_posts()) {
            $conferenceEvents->the_post();
            ?>
				<?php 
            the_title();
            ?>
<br>
				<?php 
            echo getFriendlyDateRange(get_field('start_time'), get_field('end_time'));
            ?>
<br>
				<?php 
            echo get_field('conference_event_type');
            ?>
<br>
				<?php 
            echo get_field('presenter_facilitator');
            ?>
<br>
				<br>
				<br>
			<?php 
        }
    }
Example #2
0
						<a target='_blank' href="https://www.linkedin.com/shareArticle?mini=true&url=<?php 
    echo the_permalink();
    ?>
&title=AIGA%20Minnesota%20Event&summary=&source=">
							<span class='icon-linkedin icon'></span>
						</a>
					</li>
				</ul>
			</div>
		</div>
		<br>
		<header class="cta-header">

			<h2>
				<?php 
    echo getFriendlyDateRange($startTime, $endTime);
    ?>
			</h2>

			<h3>
				<a target='_blank' href="https://www.google.com/maps?q=<?php 
    echo $location;
    ?>
">
					<?php 
    echo $location;
    ?>
				</a>
			</h3>

			<div class='cta'>