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