- The home page display all posts with their realted tags
- you can click the title or description of the post, to view it
- at the bottom there is a simple navigation for next posts
- the view page display the title of the post and it's full body
- on the right sidebar, you can find:
- posted date of the post
- number of comments
- tags
- reactions(like and dislike)
- comments
Reactions are like and dislike and are based on the ip address of the user, no account is needed; it mean that when the user change it's ip address, the related data is losted
- each post can have at most 3 comments
- you need to enter your full name in order to post a comment
- at the bottom, you can find list of all comments
- each post can have at least 3 tags
in order to manage posts and tags(create, edit, delete), you need to be connected as admin. to do so, you need to login with username: admin
and password: admin
after you are connected, each post and tag will be displayed with the delete
and edit
button link