Try this:
<?php while($article_posts->have_posts()) : $article_posts->the_post(); ?>
<tr>
<td><a href="https://wordpress.stackexchange.com/questions/131769/<?php the_permalink(); // <-- Here"s the post url ?>"><?php the_title(); ?></a></td>
<td><?php the_field('published_in'); ?></td>
<td><?php the_field('article_author'); ?></td>
<td><?php the_field('published_date'); ?></td>
</tr>
<?php endwhile; ?>
Related Posts:
- Having some trouble properly displaying Custom Post Types in templates
- Can I assign a template to a custom post type?
- Get custom post_type’s archive URL
- single-{$post_type}-{slug}.php for custom post types
- Searching multiple custom post types and pages
- display different template based on post type
- Taxonomy, Terms, and Template Files
- previous_post_link() and next_post_link() with a custom post type?
- How to pass URL parameters for advanced taxonomy queries with multiple terms for one custom taxonomy
- tag.php doesn’t work with tags on a custom post type post?
- Setting a custom sub-path for blog without using pages?
- Custom Post Types 404 Issue
- How to add custom content template part for a custom post type on main query using a plugin
- Assign single template to multiple custom post types?
- Template for specific post of custom post type
- Add Content to Page without shortcodes
- How do I display two separate taxonomy archives for two post types that share a single taxonomy?
- Loading custom page template via plugin
- Multiple Single Post templates
- How to set a fall back template for a custom post type in a plugin?
- Change slug of registered custom post type in child theme
- Templates for Custom Post Types and Custom Taxonomies
- Using Templates with Custom Post Type UI
- Get page by template?
- Custom taxonomy query for a custom post type
- Apply template to custom post type
- Page is defaulting to archive page and not designated template
- How to quickly switch custom post type singular template?
- How to list/show all custom post types regardless of category?
- Custom post types and child theme
- Custom Post Type Archive URL takes over page URL
- Need some templating advice for templating with custom post types and taxonomies
- How to query custom posts using a dynamic category
- Add pre-existing meta box to new custom post type
- How to make a custom search template for custom taxonomy?
- Include template if a post is a single product
- Custom post type with two templates
- Custom Post Type tag taxonomy “Page Not Found”
- custom post type does not working when adding in child theme function
- DIVs not showing correctly on CPT?
- Loading a template for a URL pattern
- Child Theme problems
- How to decouple custom post types components from template?
- Why isn’t my custom post type using the corresponding custom post template?
- Show Templates in Custom Post Type Editor
- template structure for CPT not clear
- Redirect to different template other than single-custompost.php
- Custom Homepage As Single Page or Custom Post Type?
- Parent to another Custom Post Type – Template files not being recognized
- WordPress Custom taxonomy template
- custom post type plugin – single template
- Use one template for different custom post types with the same markup
- How to avoid hardcoded text in a custom page template?
- Custom page template not being called
- How to display custom post types AND regular posts separately on a shared taxonomy archive?
- Querying multiple taxonomies in URL leads to wrong taxonomy archive
- Load different template for CPT (in loop) in my plugin?
- Search page for custom post type
- How can I pull information from my loop and divide them seperately?
- Cannot modify a registered custom post type rewrite slug
- Custom post type pagination, single page issue
- Multisite – Echo admins profile meta
- Custom Post Types and Child Themes!
- How to add a custom post type in child theme? (WordPress > 3.0)
- Custom template support for custom post type?
- Storing postID in session variable to query database when visitor on custom template page
- query_post while (have post) get_template_part()?
- Custom Post Type Template based on Taxonomy
- Template with Custom Post Type (Custom Tables) does not work
- Using custom post types within a section of a template
- Listing all custom post types using a specific term on the said term’s template page, in groups
- Specifying Default Template for Hierarchal Custom Post Type [duplicate]
- Most appropriate way to display CPT’s by children terms of custom taxonomies while retaining desired permalink structure?
- Custom Post Type Template Based on Page Slug?
- how to pass args for archive.php query?
- Navigation links to posts in current term shortcode
- How to make a template for a specific post of a custom post type?
- Test if a Category contains certain Custom Post Types
- Problem retrieving custom field for a custom post type
- Only One Post of Custom Post Type Appearing on Template Page
- CPT Template Option to Top
- WP_Query is getting the post but the_post() not rendering any Post
- Apply text based styling done for a single post in WPBakery to all posts / create a template out of it [closed]
- Show my custom post id if a country or ip
- PHP Button Custom link [closed]
- How to create custom page templates with default page layout framework?
- Choose custom post type template by category
- using a template for more then 1 page
- Custom Post Types using wrong template (index) instead of archive-{type}.php – previously worked as expected
- How can I show template dropdown in custom post type?
- Custom post type is_singular condtional not working when managing sidebar display
- Why isn’t page attributes dropdown not showing up in a custom post type
- How can I produce multiple webpages with a different output based on one entry/Page/custom Page?
- How to check if a custom post type uses a custom template?
- Custom post type template not loading from plugin
- How can I allow plugin users to define layouts for a custom post type
- How to change layout of post types templates dynamically for separate posts?
- Custom PHP Template in Twenty Twenty-Four
- Add block templates (html) via plugin for custom post type
- ACF Pro simple Business Directory – Requesting assistance with created Templates and associated Functions.php Coding