• Resolved ThomDJ

    (@thomdj)


    Hi,

    I have a question about this plug-in. I would like to redirect the user from a button on the home page to an inserted page halfway down another page. Like this: Home text > [Read more button], to: About us / Inserted page about company. How do I do this, though? I can’t seem to figure it out.

    Thanks in advance,
    ThomDJ

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Paul Ryan

    (@figureone)

    You can simply add a named anchor to your link, and then include that anchor somewhere in your inserted page.

    Link on home page:
    <a href="/about-us#your-named-anchor">Read more</a>

    Inserted page:
    <h1 id="your-named-anchor">About Company</h1>

    Thread Starter ThomDJ

    (@thomdj)

    That worked, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Redirect to inserted page’ is closed to new replies.