Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
    • A significant simplification (e.g., with some built-in, ready-to-go GUI/front-end elements) of the functions.php protocol for creating, and CPT-associating, Custom Fields meta boxes, of various types. Right now it’s so easy, and so lean, to hand-register Custom Post Types and Custom Taxonomies. The third piece of that WordPress-as-CMS trinity — meta keys/values — are still too prohibitively verbose & cumbersome to write, practically, without the help of a Plugin (like Verve or MagicFields). At the end of the day, no one’s using CPTs without also the need to throw at least one (or twenty) custom fields at it, too. Custom Taxes can only cover so much.
    • An oldie but a goodie: The out-of-the-box ability to assign arbitrary one-to-many Post (of any Post Type) relationships. The table infrastructure is so close, and the stopgap Plugins that fake it now are so thin. It’s the one missing piece that makes WP-to-clients evangelism so….tricky.
    • Not a request, but a comment: You guys are the best. Thank you for keeping this rolling so intentionally.

    Just corroborating that I’m getting the “40 years ago” error, too. It’s worked properly for at least 12 months on the same server and same PHP settings — i.e., nothing’s changed on the site’s end.

    For reference (it’s been demonstrating the bug since at least EST morning hours of November 29) — http://toomanysuitors.com

    I’d like to “third” this suggestion. Just to give the problem some validity, this would solve the (seemingly perpetual) problem of “one-off” components in site design: Homepage billboards, rotating elements, and the like. Semantically, these really should be WP Pages, not WP Custom Post Types, since they don’t “clone” or “grow.” There’s only one of each, and the ultimate goal is to tack custom meta properties to each one of these, individually.

    The plugin “Simple Fields” can pull this off, but, having tried both, I’m still more attracted to Verve Meta Boxes. Not only does VMB innately support (and retain) crisp, short, meaningful WP Meta Keys, but (more importantly) it supports meta types that SF doesn’t, like Date, that are pretty critical.

    So, as soon as this is possible — hooking a unique Verve Box to a single WP Page — then it’ll be a sealed, done deal.

    I think the problem I’m facing is a similar one. Or, at least, similar enough to merit a reply to this thread:

    In short, I’m using Flutter for special posts (“events,” etc.), and want those posts (which have their own categories) to stay out of the main “Edit Posts” view. Thus, I’d like to either:

    • Filter by default the master “Edit Posts” panel so it only shows posts in category “Blog Posts,” or
    • Make a new, top-level Admin panel that automatically displays just the posts in category “Blog Posts.”

    Any ideas? I’ve searched for a couple hours for a plugin or function to achieve either of these, but to no avail. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)