Link to blog feed

Hi,

I would like to show About page as a welcome page for my site jakubowiak.eu and to have a link to blog posts in the menu. I can do the former by redirecting / to /about, but I can’t find a way to create link back to the posts feed. Is there a simple sollution?

Best,
mj

This is achievable if you’re willing to dabble with a custom theme. It’s come up here on the forum in the past; see here, for example:

If you’re okay with linking to the archive instead of a posts feed, you could create a page with the archive URL (https://jakubowiak.eu/archive/) as the only content and include the page in the menu. Like this:

OK, so no simple solution after all :slight_smile: Thanks anyway!