studio-arrenberg / quartiersplattform

🏡 Repo für die Quartiersplattform
https://arrenberg.app
MIT License
2 stars 3 forks source link

Project Carousel #103

Open j0hannr opened 2 years ago

j0hannr commented 2 years ago

Project Carousel

Projects are listed in the Project Carousel (see picture attached below). Currently Projects are sorted by date modified. Function is called projekt_carousel() in functions.php here

Desire

The logged in users post should all be at the top (public & private) and secondarly orrdered by the date modified.

screenshot

Bildschirmfoto 2022-01-06 um 11 37 42

j0hannr commented 2 years ago

I tested the code! Looks good :)

There is one more thing: Users Projects at the top should be ordered by date: modified as well, could you just update this.

Probably just adding

'orderby' => 'modified',
healer-1205 commented 2 years ago

@j0hannr I made a new array to display user projects at the top. and as u can see in my code, i add some functionalities for that. add 'orderby' => 'modified'

j0hannr commented 2 years ago

Yes, but it does not order the user Projects at the top. I have commented to your PR

proweb95 commented 2 years ago

Thomas (healer-1205), you lied to me, when will the payout be?