Creating a Pinned Page
You can permanently pin any blog post to your blog's navigation bar (like an “About” or “Contact” page) by following these steps:
- Publish a post to your blog
- Go to your blog home page by clicking your blog name in the top-left corner
- Hover over the post
- Click Pin
That's it! You'll see a link to that post from every page on your blog.
Note: on Write.as, this requires a Pro or Support subscription.
Here's what it looks like in practice:
Types of Pinned Pages
Now that we know how pinning works, we can create pinned pages. But what kind of pages should be on your blog? Much like a table of contents or index for a book, pinned pages act as a frame of reference for your blog. With that in mind, let's examine four pages you could create
About
Your readers could be asking themselves, “What is this blog about?” This is the page where people can learn more about the “what” and “who” of your blog. Be as specific or vague as you'd like – it is your blog. Choose who you want to be and what you want your blog to be about.
Contact
Once people learn more about you and your blog, perhaps they want to get in touch – to leave positive feedback or make a suggestion. How can they do that? This is the page where you can list the ways people can contact you, everything from an email address to a contact form.
Social
This blog is just one part of your online presence. Where can others find you? Link to your social media, videos, code repositories, and anywhere else where readers can find you on the web.
Subscribe
Tell readers about all the ways they can subscribe to your updates. You might mention some of methods offered through your Write.as blog:
- Link to your RSS feed (simply add
/feed/
to your blog's url). - Share your blog's fediverse handle so that people can follow your blog from Mastodon (learn about enabling federation).
- Enable email subscriptions so readers can receive beautiful emails of your posts. Insert this special code:
<!--emailsub-->
to your post, generating an email subscription box for people to fill in. (learn more about enabling email subscriptions).
Give the readers of your blog more context with pinned pages.