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