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

Category for blog posts #130

Closed
cristiandrei1234 opened this issue Feb 10, 2020 · 7 comments
Closed

Category for blog posts #130

cristiandrei1234 opened this issue Feb 10, 2020 · 7 comments

Comments

@cristiandrei1234
Copy link

Hello I saw, that there is no category creation/selection in the blog section. Also a new feature could be to add custom fields and different types of archives (ex. portofolio or team).

@arpowers
Copy link
Collaborator

@cristiandrei1234 ah you're right, i'll put that into place later this week.

About archives, what do you mean specifically? can you give me an example?

@cristiandrei1234
Copy link
Author

I can give you a reference compared to WordPress to understand better what I mean->

According to WordPress Codex, “Custom Post Types” also known as “Custom Content Types” is the specific type of post types that can be added to your WordPress using a simple function called the register_post_type(). The function allows you to add the new custom post type in accordance with a number of specifics such as supported features, availability, and labels.

Or in Webflow are called CMS Collections

A collection is like a database — it's where content can be stored and referenced throughout a project dynamically. Different collections signify different content types, and an individual piece of content within a collection is called a collection item. For example, you can have a collection of blog posts, authors, clients, projects, and so on. For Ecommerce projects, you’ll also have collections for products and categories.

https://university.webflow.com/article/cms-collections

Thanks

@arpowers
Copy link
Collaborator

arpowers commented Feb 10, 2020

Based on those definitions Factor already has the concept of post types. That's how it does everything with a single collection.

I can easily add category functionality to blog posts since the groundwork is already done; the option is just missing.

If I understand you correctly, you are just waiting to see all the plugins that Factor is going to enable... as an example we have a jobs plugin that looks like this:

https://www.fiction.com/careers

On the backend it looks like this:
Screen Shot 2020-02-10 at 1 29 26 PM

We have this and a bunch of stuff coming, if you need more detail let me know!

@cristiandrei1234
Copy link
Author

Yes, this is what I mean.

@cristiandrei1234
Copy link
Author

Also don`t forget Custom Fields, for the extra type of post types.
Example to portfolio, or team, people wants to define different content than a normal blog.

@arpowers
Copy link
Collaborator

arpowers commented Feb 10, 2020 via email

@cristiandrei1234
Copy link
Author

I am looking at your CMS to see if it can replace WordPress in my work where it`s possible.

@arpowers arpowers closed this as completed Jul 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants