Unfortunately it is impossible and here is no perfect solution.
If you need to edit related “articles” on the same page in the backend you can try to use ACF repeater field https://www.advancedcustomfields.com/resources/repeater/ but it is not the best idea because it can be a problem to show all articles on fronend.
I think the best will be to create one additional custom post type “articles” and make relation with “magazine” using ACF post Object field https://www.advancedcustomfields.com/resources/post-object/ but it will not allows you to edit articles on the Magazine page in the backend.
Related Posts:
- How to connect different CPTs together?
- Custom post type role permissions won’t let me read
- Check if post type has term
- How to remove Filters from post admin page?
- Custom Post Types on Category Pages
- Query custom post type by custom field
- Include post id[s] into WP_Query()
- How can i avoid the permalink start with ‘blog’ while using the custom post type?
- Using Offset in Custom Post Type Query
- Custom Post Type pagination – normal solutions aren’t helping
- How to let custom post type posts show in standard post archive (like in homepage)?
- remove post-name from title in custom post type
- Sort the main query in subcategories/terms?
- Getting Post ID from slug during init
- Rewrite custom post & taxonomy to share same URL path
- Paginate Custom Post Type Page
- Highlight nav menu terms
- Custom Post Types, Custom Taxonomies and Permalinks ?
- Get_post_meta() won’t return value
- Pagination Issue: Custom Post Type In Index
- Settings page above CPT page in admin section
- multiple search forms and search results
- wp parse_query not working with custom meta value
- How to create another version of the Category widget?
- Child Theme for Mobile Browsers
- Add html to cpt main page / admin edit.php
- How to use WP_Query in a CPT achive page?
- Have a Custom Post Type index page display taxonomy items instead of posts
- Custom Post Types relationships
- Copy custom field value to post title
- Display different content on homepage depending on post type
- How can i skip same post from taxonomy term?
- just can’t get date-based archives per post-type to work
- WP_Query orderby modified to include custom meta changes
- how to check if custom post type column already exists?
- Posts are duplicating on wp_post_update
- List custom taxonomy specific to one custom post type
- Giving permission to anyone (non-users as well) with a password to edit a post, possible?
- A case for Hierarchical Custom Posts
- Custom title set on quick edit
- Custom archive page for CPT UI
- Filter Posts from the Main Query
- Remotely search WordPress sites using xml-rpc
- P̶l̶a̶c̶e̶h̶o̶l̶d̶e̶r̶ *Default* content in Custom Post Type TinyMCE editor
- Slug for custom post type
- Set a hard-coded page-template (post-type-archive) as home/front-page of my wordpress blog?
- Displaying tags associated with posts in Custom Post Type
- Using custom post type as taxonomy
- set_query_params using custom params defined in functions file?
- WordPress: Custom User Role cannot access Custom Post Type | “Sorry, you are not allowed to access this page”
- How to define the template for custom posts?
- Change WordPress custom field default calendar [closed]
- Auto Expire/Delete Custom Post Type Posts after specified time
- Add post type pages with plugin
- Extend Custom Post Type
- Cannot Save MetaBox Data in Custom Post Type
- Custom post type 404 error on “default” or “numeric” permalinks
- How to register a post type so I have archive page, but don’t have single pages?
- Add Permalink to Post Thumbnail, syntax code issues
- Do stuff when editing or writing a certain custom post type?
- WordPress sitemap with Custom Post Types
- Custom Post Type and Taxonomy Rewrite Error
- Url Rewriting a dynamic wordpress page with parameters
- Display list of Custom Post
- php dynamic content inside shortcode
- Add html tot CPT edit screen – no metabox
- Show all post type posts in manage users posts column
- Randomizing WordPress Custom Post Type Sorting Through Them Without Page Refresh
- Order posts alphabetically with numbers but some of the posts has numbers in the title
- How to submit the date with ajax?
- Modify category permalink to use post type slug
- Create custom post type categories
- How do I create a customised table list of a custom post type (in the admin area)?
- ACF meta_key and meta_value break loop
- search results to show individual ACF fields from inside custom posts
- Post meta is not accessible within save_post hook
- Front-end submitted post is published with admin ID as author
- How to get post type archive category title
- next_posts_link() always generates second page link on custom post type
- Twenty Seventeen customizer front page section: How to use CPT?
- How can i order my posts by post type?
- How to reset HTML filter input fields on CPT list page?
- Should I make a taxonomy to organize data like this?
- How to display post thumbnails from custom post type category on homepage?
- Different post types arranged on one page
- List all posts from custom post type by taxonomy
- WordPress custom field images not getting inserted into array
- the title not working from a custom post type
- What would prevent a custom role from viewing posts (both standard and custom)?
- changing post type in loop query
- Roots: Custom Post Type 404 Not Found [duplicate]
- What is the proper way implement a global $wp_rewrite?
- Add Metabox to all custom post types
- Nested loop called with shortcode duplicating the content above the main loop
- Custom Post Type Base URL
- Creating entries with image attachements within posts and managing them in a list
- How to Create a Frontend Html-list Editable in the Backend?
- Archive page – problem with pagination
- Rewrite rule taxonomy url with different values in one function
- How to display posts from IMPress for IDX Broker on home page? [closed]