Tag: {parent_link}
Outputs the parent post/page title as a clickable anchor tag linking to the parent URL. Only outputs on child pages that have a parent assigned. Returns an empty string on top-level pages.
| <!– Output when on a child page: –><a href=”/about/” title=”About”>About</a> <!– Output on a top-level page: –><!– (empty — nothing renders) –> |
| 📝 Note: Because the tag outputs raw HTML, place it inside a Bricks element that allows HTML output, such as a Basic Text element with the ‘HTML’ typography option, or use it in a Code element. |

