General
Tag for posts in a specific category
for tag in sorted_tags
assign zz = tag[1] | where: "category", "Photoshop" | sort
if zz != empty
for p in zz
endfor
endif
endfor
for tag in sorted_tags
assign zz = tag[1] | where: "category", "Photoshop" | sort
if zz != empty
for p in zz
endfor
endif
endfor
Want to get my personal insights on what I learn as I learn it? Subscribe now!