how to add more blog posts in my website

saif qureshi

Newbie
Joined
May 27, 2023
Messages
1
Reaction score
1
i have recently learnt web dev and i have depolyed my website ( html,css,js) but unlike wordpress admin panel i am not been able to access or know how to add more blog post in my website seniors please guide me what to do as i am unablle to add new post.
 
i have recently learnt web dev and i have depolyed my website ( html,css,js) but unlike wordpress admin panel i am not been able to access or know how to add more blog post in my website seniors please guide me what to do as i am unablle to add new post.
2 options. Either hardcode your content pagee into your site with html (which is going to be painful) or use a static site generator. With a static site generator you can write your content in a templating language or Markdown and the SSG will make the site for you.

You know html/css/js, learn a js based SSG. Gatsby is a popular option.
 
i have recently learnt web dev and i have depolyed my website ( html,css,js) but unlike wordpress admin panel i am not been able to access or know how to add more blog post in my website seniors please guide me what to do as i am unablle to add new post.
It means that you are not using WordPress currently, right?
 
You can create pages using HTML or can use a CMS like WordPress. If you have a cpanel hosting, then you can navigate to File Manager -> public_html -> then start creating pages blog1.php etc.

This might help you !
 
Well it may require some manual steps :- Create new HTML - Structure your HTML - Add content to the file -Link the blog post - Upload the files - Test the blog.
This might work for you.
 
Using a CMS like WordPress or HTML are both options for creating pages. If you have a hosting account with cpanel, go to File Manager -> public_html -> and start building pages with blog.php.
You can add content to the file, link to the blog post, upload files, test the blog, and so on.

You might find this useful!
 
Please read this discussion and my opinion is to learn WordPress. Hope you will be able to post. Thanks
 
Back
Top