You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.phphere
Desire
The logged in users post should all be at the top (public & private) and secondarly orrdered by the date modified.
screenshot
The text was updated successfully, but these errors were encountered:
@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'
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()
infunctions.php
hereDesire
The logged in users post should all be at the top (
public
&private
) and secondarly orrdered by the datemodified
.screenshot
The text was updated successfully, but these errors were encountered: