Admin Dashboard
Back to Admin
Add New Post
URL Slug
This will be the URL of your post. Use only lowercase letters, numbers, and hyphens.
Post Title
Post Description
{{ form_data.description if form_data else '' }}
A brief description of the post content. This may be used in search results and social sharing.
Category
Select Category
{% for cat_slug, category in categories.items() %}
{{ category.name }}
{% endfor %}
Tags
Separate tags with commas (e.g., news, technology, tips)
Post Content
{{ form_data.content if form_data else '' }}
Publish
Save as Draft
{% if error %}
{{ error }}
{% endif %}
Quick Tips
URL Slug:
Use descriptive keywords for better SEO
Title:
Keep it concise and meaningful
Category:
Choose the most relevant category
Tags:
Add relevant tags to improve discoverability
Description:
Write a compelling summary in 2-3 sentences
Save as Draft
to continue editing later
Publish
to make the post visible to visitors
Media Library