<%= title %>

Edit blog post

Back to Blog List
Upload a new featured image or enter image URL.
<% if (blog.featuredImage) { %> Featured image preview <% } %>
The title will be used to generate the URL slug automatically.
Write the main content of the blog post using the editor.
Exactly 2 images required (row, 2 columns)
<% const galleryImages=blog.galleryImages || []; const image1=galleryImages[0] || '' ; const image2=galleryImages[1] || '' ; %>
<% if (image1) { %> Gallery image 1 preview <% } %>
<% if (image2) { %> Gallery image 2 preview <% } %>
This will be displayed as a highlighted quote in the blog post.
Content that appears after the quote section.
<%= (blog.excerpt || '' ).length %> /500 characters
<% categories.forEach(category=> { %>
>
<% }); %>
Select one or more categories for this blog post.
<% tags.forEach(tag=> { %>
>
<% }); %>
Select one or more tags for this blog post.
>
Featured posts can be highlighted on the blog page.
Cancel