Pages don’t automatically appear. Go to /ghost > settings (the gear icon) > navigation - there you can add links to anything you want, including pages. Don’t forget to click save when done.
P.S. please don’t ignore the template questions. They’re there to help you get help!
Just another quick help if you can guide. I have just upgraded from the Ghost Started Plan to a Pro Plan so I can change the code and upload custom themes on Ghost. I have managed to remove the Published on Ghost in Footer. I needed to also now add the following in the footer:
Ayush Agrawal
Research Analyst
SEBI Registration No. INH000013013
My Email
My Number
Create a PAGE called ‘contact’ - put in your information there
Make sure the slug/page URL you give your contact page matches the URL you put in the navigation settings
So I managed to Do it in Visual Studio Code and then reupload the theme.
But thank You very much Sir for the detailed help.
I do not code. Learning how to.
If you did that by editing the theme files (probably something like footer.hbs, depending on the theme), that’s likely the right file to make your additions also. If you need a code injection solution, that’d also be possible - you could use some javascript to select the footer and add some extra content to it when the footer code injection section runs. (That’s going to create a flicker, but since the footer is offscreen when the page loads anyway, no one will see it.)