Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

67
Views
WordPress side menu and content loading on the right side

I am developing a custom WordPress theme, and in the admin menu, I have a link called Theme Settings. Inside theme settings, I created a side menu, and on the right side, I want to display the content. How can I tackle this with PHP?

<style src="<?=get_template_directory_uri();?>/css/flex-box.min.css"></style>
<script type="text/javascript" src="<?=get_template_directory_uri();?>/js/admin/footer.js"></script>

<div class="container-fluid">
    <h1>Project Forty Theme</h1>
    <div class="row">
        <div class="col-xs-12 col-sm col-md-3 col-lg-3">
            <nav>
                <ul>
                    <li><a href="<?=get_template_directory_uri();?>/inc/admin/theme-parts/header.php">Header Settings</a></li>
                    <li><a href="<?=get_template_directory_uri();?>/inc/admin/theme-parts/home.php">Footer Settings</a></li>
                </ul>
            </nav>
        </div>
        <div class="col-xs-12 col-sm col-md-9 col-lg-9">
            Content Display here
        </div>
    </div>
</div>

Theme Settings Page

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!