Notes/microblogging support #7
Labels
No labels
Compat
Breaking
Domain
admin
Domain
content
Domain
plugin
Domain
sidebar
Domain
themes
Kind
Bug
Kind
Dev Experience
Kind
Documentation
Kind
Enhancement
Kind
Feature
Kind
Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
Theme/Bootstrap
Theme/default
Theme/Magazine
Theme/Microblog
Theme/Minimal
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: kazhnuz/koblog#7
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Two way of handling them :
Notes supportto Notes/microblogging supportFeatures needed :
Making them a type of page would be simpler code-wise, but I'm afraid of performance if I put a lot of stuff in the main database... Another possibility would be to make them use the same class, but have their own databases ?
We need a "Content" parent class, that'll implement most of the API of a page, and different buildContent functions that'll build different type of contents.
-> Make it possible to have a note custom post type
-> Make that if there is no title, the first few words of the custom post are shown
Will just be a post kind
The post kind is done, now it'll be handled by the microblog theme