Blog
Table Name =
`cms_blog, cms_blog_detail
Features
CRUD
Operation.- Blog's slug is auto-generated if slug field is empty and can be added desired slug too.
- Blog category selected in blog is from
blog_category
table. - Publish
OFF
blog category/author will be not displayed. - Single/Bulk Deletion, Single/Bulk Publish Toggle.
- Reserved data cannot be
deleted
. - The deleted data remains in the trash from where it can be
restored
back again. - When data is soft deleted the status get changed to
unpublished
. - The data can be permanently
deleted
from trash and cannot be recoverd. - Link button in list page redirects to their respective details page. Should be published to view the button.
- The preview action help to display the model's data content in frontend view in same way it might display to the end-user, even without saving the data into the database.
- Single
Image Update
can be done from list page. - The
Multi Data
can be added for each individual blog. - To display in frontend
publish_date
,publish_date_to
,publish_date_from
should be valid.
Create
List
Update
Detail
Trash
Multi Data
In the blog, we can add multiple data in a single blog record. Here, the record stores in the tables named cms_blog
and cms_blog_detail
for multi-data feature and record stores in a table named cms_blog
if no multi-data is recorded.
Create/Update MultiData
MultiData List
Filtered Blog Category's Blog list
If respective blog category is redirected from blog category's list, the blog list will be filtered by it's respective blog category.