Issues with Implementing Custom Paging and Sorting in a WP_Query Loop for a Custom WordPress Theme
I’m developing a custom WordPress theme and I’m encountering issues while trying to implement custom paging and sorting using WP_Query. The goal is to allow users to sort posts by custom meta fields and paginate through the sorted results.
A certain category should not be displayed, but it should be displayed elsewhere
The presentation of projects is defined in the template. The project category “Coming Soon” should now not be displayed in the upper area. The code was added to lines 31 to 37:
Eine bestimmte Kategorie soll nicht angezeigt werden, an anderer Stelle aber schon
Im Template ist die Darstellung von Projekten definiert. Es sollen nun im oberen Bereich die Projekt-Kategorie “Coming Soon” nicht angezeigt werden. Dazu wurde in Zeile 31 bis 37 der Code ergänzt: