• I need assistance in creating a single page template out of multiple existing pages.

    I have one parent page that has 5 child linked off of it. I’d like to have them run in order as a single page.

    I’m currently using Visual Composer’s Backend Editor to create templates for each of these pages and I am wondering if it’s possible to place pages within a single page as “objects” or some other type of content so they run seamless but would be able to be accessed as individual pages at there permalink as well.

    Is this something I would need to dive into the code for? Is it even possible? I feel like I’ve seen single page templates that functioned like this but I wasn’t able to see the guts of the situation to understand how it functioned.

    I apologize for the convoluted explanation. It’s late.

Viewing 1 replies (of 1 total)
  • Hi,

    I believe what you want is a single page with distinct content blocks and links to those blocks within the same page. You can do this by adding some paragraphs, headings, or divs with IDs, then linking to those ids like this:

    Links on the same page:
    <a href="#example-id">Example Link Text</a>

    Links from another page:
    <a href="your-permalink-structure/#example-id">Example Link Text</a>

    I’m not familiar with Visual Composer, and that is a paid plugin, so this forum is probably not going to be the best place to get assistance with that plugin. You should check the plugin’s documentation or contact the plugin developer for any assistance with that plugin.

    Thanks!

    Christi

Viewing 1 replies (of 1 total)
  • The topic ‘Single Page Formatting’ is closed to new replies.