Posts

Showing posts with the label blogs

Programming Languages for making wordpress-like(blog) website

Image
Clash Royale CLAN TAG #URR8PPP Programming Languages for making wordpress-like(blog) website I was assigned to make a website which is like a blog, so that future or past posts can be edited easily by people managing it in the future. So it will be something like wordpress, and needs to have an admin/dashboard page for setting up the website easily. Also I need enter image description here to implement something like this when editing the posts. Note that I am required to make it from scratch. I have 2 language in my mind; python(django framework) and PHP. Is there any other I should consider? What are the cons and pros of using this language for this website? Thanks! By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Is there any software that I can add to my Angular built website that takes care of all blog features for me such as search, and embedding?

Image
Clash Royale CLAN TAG #URR8PPP Is there any software that I can add to my Angular built website that takes care of all blog features for me such as search, and embedding? I have a website built in Angular, and I want to add a blog page. Is there any software that takes care of the back end work for me, and allows me to create blogs and allows users to create blogs easily? Wordpress plays well with angular – Matěj Štágl 30 mins ago Is there an easy way to implement it? From what I could see it could only be implemented in websites that were made using Wordpress. – sathvik4142 24 mins ago The point is, when you create own front, you need to create own back. But you can ...