How to create pages and tags on Ghost
Creating pages and tags in Ghost is done through the admin dashboard. Pages are created from the Pages section and can be used for static content like About or Contact pages, while tags are created in the Tags section to organize and categorize your posts.
Prerequisites
- Ghost admin account access
- Basic understanding of content management
- Ghost site already set up
- Admin or editor permissions
Step-by-Step Instructions
Access Ghost Admin Dashboard
/ghost to your site URL (e.g., yoursite.com/ghost). Log in with your admin credentials to access the dashboard.Create a New Page
Configure Page Settings
Access Tags Management
Create a New Tag
Configure Tag Details
Apply Tags to Posts
Organize Your Navigation
Common Issues & Troubleshooting
Page not appearing in navigation menu
Pages don't automatically appear in navigation. Go to Settings > Design > Navigation and manually add your page URL to the menu structure.
Tags not showing on published posts
Check your theme settings - some themes hide tags by default. Also ensure tags are properly saved to posts by editing the post and checking the Tags section in post settings.
Cannot create new tags when editing posts
Ensure you have sufficient permissions (Author level or higher). If the issue persists, create tags separately in the Tags section first, then apply them to posts.
Page URL returning 404 error
Check that the page is set to Published status and verify the URL slug doesn't conflict with existing routes. Try refreshing the page or clearing your browser cache.