lonekorean/wordpress-export-to-markdown

Split posts by category

Closed this issue · 2 comments

onurh commented

Is it possible to split posts by categories under folder?

onurh commented

I did sth on GetPostPath() function to split posts by first category of them.
Its working for me now thanks for this great lib.

pathSegments.push(post.frontmatter.categories[0], slugFragment + '.md');

Screenshot at Jan 30 22-28-22

Hey nice, glad you found a workaround!