コード例 #1
0
ファイル: woocommerce.php プロジェクト: de190909/WPTest
        function add_sidebar()
        {
            global $wyde_sidebar_position;
            if ($wyde_sidebar_position == '3') {
                wyde_sidebar('shop');
            }
            ?>

                    </div>
                </div>
        <?php 
        }
コード例 #2
0
ファイル: archive.php プロジェクト: de190909/WPTest
        get_template_part('content', get_post_format());
        ?>

                            </li>
                            <?php 
    }
    ?>

                        </ul>
                        <?php 
    wyde_pagination();
    ?>

                    </div>
                </div>
            </div>
        </div>
        <?php 
    if ($wyde_sidebar_position == '3') {
        wyde_sidebar();
    }
    ?>

    </div>
</div>
<?php 
}
?>

<?php 
get_footer();