• Hey everyone,
    I have a question about this solution:
    https://codex.wordpress.org/Styling_Page-Links

    Is it working on SPA ? (single page application)

    I mean, if i have 5 pages on one post, every page is loading from scratch ? or everything is stay(footer,sidebar etc) and just the content is loading again?

    Thank you very much for helping

    • This topic was modified 4 years, 5 months ago by Jan Dembowski.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    Each sub-page is a completely new HTTPS request. Server responds with all content each time — header, footer, sidebar, etc.

    It’s feasible to Ajax or API load just the sub-page content and leave all else in place, but that’s not the default behavior.

Viewing 1 replies (of 1 total)

The topic ‘Multiple pages on one post’ is closed to new replies.