Blog in html5 or whatever

nisdee

Regular Member
Joined
Nov 16, 2014
Messages
381
Reaction score
151
Hello,

I want to start a new blog/website, but I don't want to do it in wordpress because I'am all about style and stuff and my idea can't be done in wordpress

So my question is: When posting posts on such blogs (html5, php or whatever lang. (coder will do that)) do I need to edit my html file for every new post orr??

I've never done this because I'm only over a year in IM and that is wordpress era, and stuff about this is burried down in google forever

My logic is that I just add new "post#5.html" file to the folder and string will automaticaly publish it on front page but idk, that is why I'm asking the pros... If you have any threads or something about this I could read it would be wonderful too
 
Correct me if I'm wrong but your site should have a feature where in you just have to submit your post on your website and it gets visible for visitors. I think that is what we call a dynamic page.
 
yes .. i do html myself.

its more work but you are more flexible.
but there is no auto categories and that stuff .....

so any new post you have to change what you want.
 
Depends. It is advisable to use some sort of CMS (self-coded or wordpress). You can use HTML5 with WP. WP is coded in PHP, too.

But yes, the structure as proposed by you will prolly be a good compromise if it's gotta be self-made, cheap and fast.
 
forgot to say use PHP and include a lot. because if you website is growing its so much work if you like to change some. so include the head, footer, menus ect ... from the beginning.

so your index page must be index.php and not index.html
 
Honestly, I would suggest you to go for a CMS.
Editing php files whenever you want to post something will be hard for you.

If wordpress isnt for you, have you checked other CMS?
Typo3, contao,... there are so many around
 
Back
Top