Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project Carousel #103

Open
j0hannr opened this issue Jan 6, 2022 · 4 comments · May be fixed by #118
Open

Project Carousel #103

j0hannr opened this issue Jan 6, 2022 · 4 comments · May be fixed by #118
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@j0hannr
Copy link
Member

j0hannr commented Jan 6, 2022

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 j0hannr added enhancement New feature or request good first issue Good for newcomers labels Jan 6, 2022
@j0hannr j0hannr linked a pull request Jan 7, 2022 that will close this issue
@j0hannr
Copy link
Member Author

j0hannr commented Jan 7, 2022

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
Copy link

@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
Copy link
Member Author

j0hannr commented Jan 7, 2022

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

@proweb95

This comment was marked as off-topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants