테스트 사이트 - 개발 중인 베타 버전입니다

tail 쪽 수정을 잘 모르겠어서 문의 드려봅니다.

하우두 3년 전 조회 2,014

BootStrap5로 구현된 테마를 사용하고 있는데요. 아래와 같이 변경하고 싶은데 안되서 고수분들의 조언을 들을 수 있을까 하여 올려봅니다.

구현하고 싶은 것은 아래와 같습니다. 

회사소개  개인정보  이용약관

GNUBOARD5 ⓒ ALL RIGHTS RESERVED

 

</strong></p>

<p><footer id="footer"></p>

<p>    <div class="container py-2"></p>

<p>        <div class="row py-4"></p>

<p>            <div class="col-lg-2 d-flex align-items-center justify-content-center justify-content-lg-start mb-2 mb-lg-0"></p>

<p>                <a href="<?php echo G5_URL ?>" class="logo pr-0 pr-lg-3"></p>

<p>                    <img src="<?php echo G5_IMG_URL ?>/logo.png" height="45"></p>

<p>                </a></p>

<p>            </div></p>

<p>            <div class="col-lg-8 d-flex align-items-center justify-content-center justify-content-lg-start mb-4 mb-lg-0"></p>

<p>                <ul></p>

<p>                    <li class="list-inline-item"><a href="<?php echo get_pretty_url('content', 'company'); ?>" class="text-muted"> 회사소개</a></li></p>

<p>                    <li class="list-inline-item"><a href="<?php echo get_pretty_url('content', 'privacy'); ?>" class="text-muted"> 개인정보</a></li></p>

<p>                    <li class="list-inline-item"><a href="<?php echo get_pretty_url('content', 'provision'); ?>" class="text-muted"> 이용약관</a></li></p>

<p>                </ul></p>

<p>                
</p>

<p>                GnuBoard5 Communications © Copyright <?php echo date('Y', G5_SERVER_TIME) ?>. All Rights Reserved.</p>

<p>            </div></p>

<p>            <div class="col-lg-5 d-flex align-items-center justify-content-center justify-content-lg-end"></p>

<p>                <nav id="sub-menu" class="mb-0"></p>

<p>                    <ul class="list-unstyled list-inline"></p>

<p>                        <li class="list-inline-item"></li></p>

<p>                    </ul></p>

<p>                </nav></p>

<p>            </div></p>

<p>        </div></p>

<p>    </div></p>

<p></footer></p>

<p><strong>

댓글을 작성하려면 로그인이 필요합니다.

답변 2개

들레아빠

</p>

<p><footer id="footerr">

    <div class="containerx py-2">

        <div class="py-4">

            <!--div class="d-flex align-items-center justify-content-center mb-2 mb-lg-0">

                <a href="<?php echo G5_URL ?>" class="logo pr-0 pr-lg-3">

                    <img src="<?php echo G5_IMG_URL ?>/logo.png" height="33">

                </a>

            </div--></p>

<p>            <div class="d-flex align-items-center justify-content-center">

                <nav id="sub-menu" class="mb-0">

                    <ul class="list-unstyled list-inline">

                        <li class="list-inline-item"><a href="<?php echo get_pretty_url('content', 'company'); ?>" class="text-muted"> 회사소개</a></li>

                        <li class="list-inline-item"><a href="<?php echo get_pretty_url('content', 'privacy'); ?>" class="text-muted"> 개인정보</a></li>

                        <li class="list-inline-item"><a href="<?php echo get_pretty_url('content', 'provision'); ?>" class="text-muted"> 이용약관</a></li>

                    </ul>

                </nav>

            </div>

            <div class="d-flex align-items-center justify-content-center  mb-4 mb-lg-0">

                GnuBoard5 Communications © Copyright <?php echo date('Y', G5_SERVER_TIME) ?>. All Rights Reserved.

            </div>

        </div>

    </div>

</footer></p>

<p>

로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

3년 전

</p>

<p><!-- <a href="https://getbootstrap.com/docs/3.3/getting-started/" target="_blank" rel="noopener noreferrer">https://getbootstrap.com/docs/3.3/getting-started/</a> --></p>

<p><!-- Latest compiled and minified CSS -->

<link rel="stylesheet" href="<a href="https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/css/bootstrap.min.css"" target="_blank" rel="noopener noreferrer">https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/css/bootstrap.min.css"</a> integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"></p>

<p><style>

.container { text-align: center; }

.d-flex { display: flex; }

.align-items-center { align-items: center }

.justify-content-center { justify-content: center }</p>

<p>#footer ul { list-style-type: none; padding: 0; margin: 0; gap: 1em; }

.copyright { text-transform: uppercase; }

</style></p>

<p><footer id="footer">

    <div class="container py-2">

        <div class="row py-4">

            <div class="col-lg-2 d-flex align-items-center justify-content-center justify-content-lg-start mb-2 mb-lg-0">

                <a href="<?php echo G5_URL ?>" class="logo pr-0 pr-lg-3">

                    <img src="<?php echo G5_IMG_URL ?>/logo.png" height="45">

                </a>

            </div>

            <div class="col-lg-8 d-flex align-items-center justify-content-center justify-content-lg-start mb-4 mb-lg-0">

                <ul class="d-flex">

                    <li class="list-inline-item"><a href="<?php echo get_pretty_url('content', 'company'); ?>" class="text-muted"> 회사소개</a></li>

                    <li class="list-inline-item"><a href="<?php echo get_pretty_url('content', 'privacy'); ?>" class="text-muted"> 개인정보</a></li>

                    <li class="list-inline-item"><a href="<?php echo get_pretty_url('content', 'provision'); ?>" class="text-muted"> 이용약관</a></li>

                </ul>

                <!-- 


                GnuBoard5 Communications © Copyright <?php // echo date('Y', G5_SERVER_TIME) ?>. All Rights Reserved. -->

            </div>

            <div class="col-lg-8 d-flex align-items-center justify-content-center justify-content-lg-start mb-4 mb-lg-0 copyright">

                GnuBoard5 Communications © Copyright <?php echo date('Y', G5_SERVER_TIME) ?>. All Rights Reserved.

            </div>

            <div class="col-lg-5 d-flex align-items-center justify-content-center justify-content-lg-end">

                <nav id="sub-menu" class="mb-0">

                    <ul class="list-unstyled list-inline">

                        <li class="list-inline-item"></li>

                    </ul>

                </nav>

            </div>

        </div>

    </div>

</footer></p>

<p>

로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

답변을 작성하려면 로그인이 필요합니다.

로그인