How Do I Remove Featured Articles From Showing In A Database Template

K4RLMORG4N

New member
Registered
Joined
Feb 14, 2022
Messages
1
Points
11

Reputation:

I have a news website and it comprises of a block at the top which only shows a featured article (Headline News)

And then under that I have the normal database template showing a list of news articles etc..

Is there any way to exclude featured articles from showing in the database listing as it duplication of the one at the top and looks odd.

Thanks in advance..
 

PlanetMaster

Collaborate
Collaborate
Registered
Joined
Feb 15, 2022
Messages
36
Points
28

Reputation:

Simple template plugin or template edit can achieve this with some basic logic You can also do a code plugin if you want to control it at the PHP file level.

IE for the articles below featured
If featured
do not show
else
show
 
Last edited:
Top