Hello there, and thanks to you all in advance.
Im new to Ghost, so sorry if this is an easy question.
I have custom pages, and I can link them correctly but I need to be able to display the content I created inside the page from my admin panel.
For now its either the custom static template or the page content (from ghost admin panel) whats being shows inside {{{body}}} of the default.hbs.
Its there a way to introduce the content created in the page section from the admin panel inside a custom page???
Thanke you
Hey @tomasyaya
I’d highly recommend you check out this tutorial we created on how to create custom templates in Ghost:
Also a good thing to check out is our extensive Handlebars documentation:
https://ghost.org/docs/handlebars/
Sorry very much about not thanking you.
I did resolve it, thats way I didn’t came back.
Thanks for the info!!
1 Like
Hi @DavidDarnes ,
Do you know if the editor, for inserting content, in this case HTML, can be customized?
Thanks!
Could you provide a more clear explanation?
If you mean adding HTML to the editor, that can be done with the HTML card. Type /HTML
and hit enter
@DavidDarnes thanks for the quick response!
Ultimately we want to insert a React component if possible.
If not, be able to add at once a custom html pre uploaded.
Im saying, in the editor, such as the html button, one for my custom html or react component, that will insert it and let me fill the content of it.
For example, if I want my marketing person to add a “card” html, he/she will click card, and the html sKeleton for it will be shown in the post for he/her to complete.
Sorry if im not able to express clearer