コード例 #1
0
ファイル: page-radio.php プロジェクト: sptheme/klahan9
						<?php 
//$next_month = date('F', strtotime('+1 month'));
//wpsp_month_string_translate( $next_month );
wpsp_month_string_translate(date('F'));
?>
						</div>
						<div class="one-fourth last"><?php 
echo __('Guest Speaker', 'klahan9');
?>
</div>
						</li>
					</ul>
					<?php 
$yearly_topic = date('Y');
$monthly_topic = date('m');
wpsp_monthly_topic($radio_topic_cat, $radio_topic_num, $yearly_topic, $monthly_topic, $radio_topic_order);
?>
	            </div> <!-- .monthly-topics -->
	            
	            <?php 
printf('<div class="wpsp-more-wrap"><a class="wpsp-more" itemprop="url" href="%1$s" rel="bookmark" title="%2$s">%2$s</a></div>', esc_url(get_permalink($radio_all_topic_link)), __('More topics', 'klahan9'));
?>
			</div> <!-- #schedule-topic -->

			<div id="meet-radio-team" class="team clearfix">
				<div class="section-title clearfix">
					<h3><i class="fa fa-users"></i> <?php 
echo $radio_team_title;
?>
</h3>
					<a href="<?php 
コード例 #2
0
						<ul class="topic-head">
							<li>
							<div class="three-fourth">
							<?php 
        wpsp_month_string_translate($month_name);
        ?>
							</div>
							<div class="one-fourth last"><?php 
        echo __('Guest Speaker', 'klahan9');
        ?>
</div>
							</li>
						</ul>

					<?php 
        wpsp_monthly_topic($cateogry_id, 5, $yearly_topic, date('m', $current_month));
        ?>

				<?php 
        $current_month = strtotime('-1 month', $current_month);
        $i++;
    }
    //end monthly loop
    ?>
	
				</div> <!-- .monthly-topics -->		

				<?php 
    get_template_part('partials/social-share');
    ?>