Adding a Page to Your Blog Theme

In order to create a new page on your website, you first need to create a custom blog theme. You can find the instructions here:
The Blog Theme Editor

You can create a new file in your cloned theme under " Theme files" -> Create:

Your file will appear in the tab, and you can now add its content. Please ensure that the correct format (HTML or CSS, depending on the file extension) is used.

Finally, the file just needs to be saved. Use the Save file button for this. After that, the new page will be available at
https://my-podcast.podigee.io/pages/my-custom-file
( Replace my-podcast.podigee.io with your website domain.)

💡 If it doesn't work automatically, you need to add the following code to the navigation.html file to extend the navigation with the additional entry:

<li>   
<a href="/pages/my-custom-file.html">My Extra Content</a> </li> </p>
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.