Data rendered in blog category list page according to publish=1 of blog category.
Clicking the View More button redirects to the blog list page for the selected category.
If there are more than 8 records then pagination will display.
In blog category list, blog can be filtered by free text search.
On filter on free text search, it searches on field (title,slug,detail,remarks,video_url) from blog table.
Free Word Search
Blog List Page
Data rendered in blog list page according to publish=1 of blog and (published_date <= TODAY AND (publish_date_from <= NOW' OR publish_date_to >= NOW)) of blog.
If there are more than 8 records then pagination will display.
On click blog data, it redirects to blog detail page.