Wowchemy-hugo-modules: minor: project sort order changed?

Created on 30 May 2017  路  7Comments  路  Source: wowchemy/wowchemy-hugo-modules

it used to be most recent first (by date page was
created field at the top of the file).

now i'm not sure what it is doing.

Most helpful comment

Hi @gcushen , Is there any way to change the ordering of projects? Any way to add weights?

All 7 comments

I can confirm that in the latest version of Academic, projects appear in the projects widget by most recent date first. Just ensure the date in each project file is properly formatted in either date = "2017-04-27" or date = 2017-04-27 form.

Hi @gcushen , Is there any way to change the ordering of projects? Any way to add weights?

Can I please come back to this? Is there a way to overwrite the chronological order of projects?
Thanks

I was looking for this too and managed to work around it by setting

date: -1 for the project that I want to display first
date: -2 for the project that I want to display second and so on.

I got the idea from the fact that the sort is from highest to lowest dates...

I solved this problem as below.

weight: 1 for the project that I want to display first
weight: 2 for the project that I want to display second and so on.

I solved this problem as below.

weight: 1 for the project that I want to display first

weight: 2 for the project that I want to display second and so on.

Awesome! I'll try this ASAP, very nice if we can control it using weight

I solved this problem as below.

weight: 1 for the project that I want to display first
weight: 2 for the project that I want to display second and so on.

I can confirm that this works. Great!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ivlis picture ivlis  路  4Comments

somnathrakshit picture somnathrakshit  路  3Comments

henningninneh picture henningninneh  路  3Comments

melvidoni picture melvidoni  路  3Comments

anirbanbasu picture anirbanbasu  路  3Comments