Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottwyden/b050192198ca3aa02320fc9290ba23c8 to your computer and use it in GitHub Desktop.
Save scottwyden/b050192198ca3aa02320fc9290ba23c8 to your computer and use it in GitHub Desktop.
How to Make a Link in Bio Page in WordPress
<!-- 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