Viewing 5 replies - 1 through 5 (of 5 total)
  • Right now the a tag has only # so it doesn’t lead to anywhere, since those are Text Widgets so you can just go right in and add the url.

    Suppose you want the first widget’s read more to go to this url
    https://example.com/

    Then this part

    <a href="#" class="btn btn-sm blue">Learn More</a>

    will become this

    <a href="https://example.com/" class="btn btn-sm blue">Learn More</a>
    Thread Starter remlapk7

    (@remlapk7)

    Thank you!! I knew I was missing something!

    Theme Author Shaped Pixels

    (@shaped-pixels)

    Thanks Paulwpxp for the help on this one ??
    I’m going to assume this topic can be set as Resolved, so I just changed it.

    Thread Starter remlapk7

    (@remlapk7)

    Yes, that worked. Thank you paulwpxp for your help!

    You’re welcome, I’m happy to help out WP community ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Linking a new page to the "Read More" button’ is closed to new replies.