コード例 #1
0
    } else {
        ?>
                <p class="info">
                    참가신청를 하려면 
                    <a href="<?php 
        echo wp_login_url(get_permalink() . '#attendants');
        ?>
" title="Login">로그인</a>
                    하세요!
                </p>    
            <?php 
    }
    ?>
            
            <?php 
    echo FrmProDisplaysController::get_shortcode(array('id' => 97));
    ?>
        </div>    
        
        <?php 
    /*
     * Include the post format-specific template for the content. If you want to
     * use this in a child theme, then include a file called called content-___.php
     * (where ___ is the post format) and that will be used instead.
     */
    // get_template_part( 'content', 'moim' );
    // If comments are open or we have at least one comment, load up the comment template.
    if (comments_open() || get_comments_number()) {
        comments_template();
    }
    // Previous/next post navigation.