Support

Account

Home Forums Backend Issues (wp-admin) How to load Post Type fields with data from a remote API Reply To: How to load Post Type fields with data from a remote API

  • Other than that, one can find several post type that is available by default in WordPress installation.

    Post – blog post
    Page – static page
    Attachment – attached media
    Revision – post revision
    Navigation Menu – nav menu

    To create a custom post type for any particular theme on WordPress, navigate to the function.php file from your WordPress theme directory then add the following code to it.