On the home page, before any search is made using the filters on the left-hand side, all of the existing posts appear on the table. Since I intend to create hundreds of entries, I would like to limit the number of entries that appear on the table when the user enters the site.
Could it be possible to insert a custom field for featured posts and then, on the home page, only show those featured posts?
And if you want to make few post featured as you described in your initial query, you can do that as well, you should create a custom field that will hold the status that post is featured or not, maybe checkbox field and later add custom field filter for this checkbox field to display the records.
I am in the View Edit page. See screenshot attached.
I am not sure if you understand what I mean: I want that when the user enters the home page, only the featured posts appear by default, but when user changes the search options and clicks on the Search button to find the posts he wishes, the result should match the filters selected.
So filter for the featured posts should only be temporary until the user makes a search.