Skip to content

Custom Post Type Support #8

@ghost

Description

I'd like to suggest you add custom post type support. This way products, videos etc can be covered.

I've added my "video" type for now > class-nostrtium.php
if (($pagenow == 'post.php') && (get_post_type() == 'post') || (get_post_type() == 'video')) {

and the metabox render > class-nostrtium-metabox.php
$screens = ['post', 'video'];

nostrtium-post-types

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions