|
|
|
|
|
by zelphirkalt
2095 days ago
|
|
If WP ever (probably not) gets away from the "everything is a post" approach, none of the gazillion plugins will ever work again. WP only gives you things, if you use its classes, so the tendency of its users is to make everything a post, but a post is (surprisingly ha!) not the correct abstraction for everything. It is in fact a very bad design. Many of the often touted so high number of users of WP are however, rather casual want to host a blog kind of users, who really don't need much more than posts and plugins, which take care of implementing stuff on an unfitting abstraction, ehich remains invisible to the casual user. |
|