To link the names of two people in the Upcoming Events section to their bios in the About section, you need to use anchor links or page links depending on your structure.
1. Identify the Bio Sections in the About Page
- Go to the About page in the Webflow Designer.
- Select the element (e.g., a
Div Block or Section) where each person’s bio starts. - In the Element Settings Panel (D), set a unique ID for each bio (e.g.,
jane-doe or john-smith). - Only use lowercase and hyphens (no spaces or special characters).
2. Copy or Construct the Correct Link
Depending on where the Upcoming Events section is located (same page or another page), the link will differ:
- If both Upcoming Events and Bios are on the same page:
- Use an anchor link like
#jane-doe.
- If Upcoming Events is on a different page (e.g., Home), and Bios are on the About page:
- Use a relative URL with anchor like
/about#jane-doe.
3. Add the Link to the Names in Upcoming Events
- Go to the Upcoming Events section in the Webflow Designer.
- Highlight the person's name inside a Text Block or Rich Text element.
- Wrap the name in a Link or Text Link by using the context toolbar or right-click menu.
- In the Link settings, choose URL and paste the correct anchor link (e.g.,
/about#jane-doe). - Optionally, set the link to open in the same tab for smoother in-page navigation.
4. Test the Links
- Publish your site, or preview it in the Designer.
- Click the linked names and confirm they scroll or navigate directly to the appropriate bio section.
Summary
To link names in Upcoming Events to bios in the About section, add unique IDs to each bio and use anchor or relative links (#id or /about#id) in the Event section. This creates a smooth direct connection between the two sections.