Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8768075
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T16:58:44+00:00 2026-06-13T16:58:44+00:00

I am working with ExpressionEngine and the Structure add-on latest versions. I am looking

  • 0

I am working with ExpressionEngine and the Structure add-on latest versions.

I am looking for some help on generating a 4 items nav bar, where two items are in a different Structure level.

My Structure rows look like this:


Services (parent)

—–Translation (child)

—–Videos (child)

Studio (parent)

About us (parent)


And my main navigation bar should be:

Translation – Videos – Studio – About us

As you can see they are at different levels. I’ve been working for hours trying even with Structure Entries add-on, but I simply cannot find a way to generate this navigation.

I’d appreciate any help you can give me.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T16:58:45+00:00Added an answer on June 13, 2026 at 4:58 pm

    Structure ultimately stores its ‘pages’ as regular EE entries, so you could just hardcode the entry ID’s into a channel:entries loop to grab the titles:

    <ul>
    {exp:channel:entries dynamic="no" entry_id="3|4|6|12" disable="categories|pagination|member_data"}
        <li><a href="{page_uri}">{title}</a></li>
    {/exp:channel:entries}
    </ul>
    

    Alternatively if you want to give the client complete control of what appears in the navigation you could set up a custom checkbox field for ‘show on primary nav’ and then use something like this:

    <ul>
    {exp:channel:entries dynamic="no" search:options="=show on primary nav?" disable="categories|pagination|member_data"}
        <li><a href="{page_uri}">{title}</a></li>
    {/exp:channel:entries}
    </ul>
    

    (would be a bit nicer using P&T Checkboxes instead of the crappy built-in ones.)

    No offence to the Structure module but it’s this kind of thing that would really make me use Nav-EE instead, or, more often I would opt for an entirely hardcoded top level nav… The client usually thinks they need full control but in reality that top level navigation is seldom going to change (and when it does the chances are they’ll need you to do other work on the site anyway!).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm looking into expressionEngine as a CMS for a project i'm working on. I'm
Working on game where plates will be falling from top to bottom. Some plates
Working with some basic java apps on CentOS 5 linux and I have my
I am working on some legacy code, and I have the following wonderful issue.
I'm working with a CMS (ExpressionEngine) that wraps paragraph tags around images. I'm using
I am making some changes to a site using ExpressionEngine, there is a concept
Working on an old Kohana 2 project and I want to link two models.
Working on some small map of Europe with Raphael.js. It works fine in IE7+,
I'm trying to migrate a working ExpressionEngine installation from an Apache environment over to
Working with python interactively, it's sometimes necessary to display a result which is some

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.