/*
Theme Name: momo_re
Author: peca Lee
Description: 20240510
Version: 22.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*
    このファイルはsite styleに関与してないです。
    サイトスタイルを変化させる必要がありましたら、
    /scss
    /css
    を参考してください。
*/

/*
    this wordpress theme need plug-ins as below.
    1. Classic Editor
    2. All in One SEO
    3. Contact Form 7

    and if you want to control css,
    you need "WP-SCSS" too.

    Good Luck!!
*/

/*
    theme Documentation(japanese)

    /functions　管理者画面機能
        /'functions/partials/　Post, Page作成画面
            /templates
                /conceptTemplate.php
                /homeTemplate.php
                /recruitTemplate.php
            /recruitTemplate.php
            /shopsTemplate.php
            /staffTemplate.php
            /styleMenuTemplate.php
            /styleTemplate.php
        /addposttypes.php　Post作成設定
        /pages.php　Page作成設定
        /sitesetting.php　サイト全体設定

    /img　基本的に使うimage files

    /js　作成画面、user画面の方で働くjavascript files

    /css　
        /styles.css　(result of scss) サイトに読み込まれるcss
    /scss
        /....　scss files

    /'functions/partials/　user画面で表示されるTemplates
        /inner
        /blogNews.php
        /concept.php
        /home.php
        /menus.php
        /recruit.php　recruit詳細
        /recruits.php　recruit全体
        /single_post.php
        /staff.php
        /styles.php

    /404.php
    /archive.php
    /footer.php
    /functions.php　Wordpress api, themeで使うfunction
    /header.php
    /index.php
    /single.php
    /screenshot.png
    /style.css

*/
