Forked from scottwyden/gist:b050192198ca3aa02320fc9290ba23c8
Created
March 26, 2025 16:11
-
-
Save gaelgerard/f30a7b3aaa326ca839fce2433d2cdda0 to your computer and use it in GitHub Desktop.
How to Make a Link in Bio Page in WordPress
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- wp:heading {"textAlign":"center","level":1,"style":{"typography":{"fontSize":"60px"}}} --> | |
<h1 class="has-text-align-center" style="font-size:60px">Logo Goes Here</h1> | |
<!-- /wp:heading --> | |
<!-- wp:spacer {"height":50} --> | |
<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div> | |
<!-- /wp:spacer --> | |
<!-- wp:buttons --> | |
<div class="wp-block-buttons"><!-- wp:button {"backgroundColor":"cyan-bluish-gray","textColor":"black","width":100,"style":{"border":{"radius":5}}} --> | |
<div class="wp-block-button has-custom-width wp-block-button__width-100"><a class="wp-block-button__link has-black-color has-cyan-bluish-gray-background-color has-text-color has-background" href="/guide/" style="border-radius:5px">Get the free Style Guide</a></div> | |
<!-- /wp:button --> | |
<!-- wp:button {"textColor":"white","width":100,"style":{"color":{"background":"#044967"},"border":{"radius":5}}} --> | |
<div class="wp-block-button has-custom-width wp-block-button__width-100"><a class="wp-block-button__link has-white-color has-text-color has-background" href="/blog/" style="border-radius:5px;background-color:#044967">Read the Blog</a></div> | |
<!-- /wp:button --> | |
<!-- wp:button {"textColor":"white","width":100,"style":{"color":{"background":"#044967"},"border":{"radius":5}}} --> | |
<div class="wp-block-button has-custom-width wp-block-button__width-100"><a class="wp-block-button__link has-white-color has-text-color has-background" href="/portfolio/" style="border-radius:5px;background-color:#044967">See my Work</a></div> | |
<!-- /wp:button --></div> | |
<!-- /wp:buttons --> | |
<!-- wp:spacer {"height":50} --> | |
<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div> | |
<!-- /wp:spacer --> | |
<!-- wp:heading {"textAlign":"center","level":3} --> | |
<h3 class="has-text-align-center">Join me at</h3> | |
<!-- /wp:heading --> | |
<!-- wp:social-links {"openInNewTab":true,"size":"has-large-icon-size","className":"items-justified-center is-style-logos-only"} --> | |
<ul class="wp-block-social-links has-large-icon-size items-justified-center is-style-logos-only"><!-- wp:social-link {"url":"#","service":"twitter"} /--> | |
<!-- wp:social-link {"url":"#","service":"facebook"} /--> | |
<!-- wp:social-link {"url":"#","service":"instagram"} /--> | |
<!-- wp:social-link {"url":"#","service":"tiktok"} /--> | |
<!-- wp:social-link {"url":"#","service":"flickr"} /--> | |
<!-- wp:social-link {"url":"#","service":"linkedin"} /--></ul> | |
<!-- /wp:social-links --> | |
<!-- wp:spacer {"height":50} --> | |
<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div> | |
<!-- /wp:spacer --> | |
<!-- wp:latest-posts {"postsToShow":2,"displayPostContent":true,"displayPostDate":true,"postLayout":"grid","columns":2,"displayFeaturedImage":true,"featuredImageAlign":"center","featuredImageSizeSlug":"large"} /--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment