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
- single-{$post_type}-{slug}.php for custom post types
- Searching multiple custom post types and pages
- tag.php doesn’t work with tags on a custom post type post?
- Assign single template to multiple custom post types?
- Add Content to Page without shortcodes
- Multiple Single Post templates
- Get page by template?
- Custom taxonomy query for a custom post type
- 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
- Custom Post Type Archive Template
- Template tags to display custom post type posts in category template?
- How do I create new content pages for my Custom Post Type?
- Clean URL permalink for custom post type
- custom post type archive template per custom taxonomy term
- where can I see my custom post type archive template?
- Display posts of child category in template
- custom taxonomy – Template not working
- Create separate template for shared custom taxonomy with shared terms
- Custom Post Type Templates?
- wordpress 3.4 template files in subdirectories
- Lock post meta block at the bottom of a custom post type
- How do I provide a “show all posts” link in a paginated term archive?
- I am trying to output portfolio items with a picture. This code doesn’t seem to be working. What am I doing wrong?
- Help with CPT template pagination
- How can I force custom post type to use a specific template?
- Merge multiple custom post types in a single archive template
- Trying to edit the single page from a Custom Post
- Plugin templates in which directory
- Using wordpress template tags within an array
- Include custom post type single template, but respect theme override of template if it exists
- Custom template page with custom archives listing by user
- Custom post type not using custom template
- Custom Post Type template stored in plugin folder not showing in post attributes dropdown
- How to clone the “Projects” Custom Post type in Divi theme
- Plugin: register custom post types, child ready and performance best practices
- Create template for taxonomy results limited by Custom Post Type
- Custom post type content using custom fields without template
- 2 Templates 1 custom post type according url
- How do I amend the have_posts function to include custom posts?
- How to use custom template files in deeper directory?
- Migrating a taxonomy’s tags to the native category
- How can I get this request to use the Custom Post Type page template instead?
- Archive for a Taxonomy of a Custom Post type
- Set templates for custom post types
- Main query not querying any posts in custom taxonomy template
- How can I use archive-{post_type}.php theme template?
- Which file/template is in charge of taxonomies for custom post types?
- Custom shortcode works in Elementor editor but not on frontend
- How do I assign a block template (.html) to a custom post type?
- Templates for hierarchical custom post type
- Custom Post Type setup
- Apply template by path/slug related to custom post type?
- How to get the current category with custom posts
- Changing CPT slug and taxonomy already registered in parent theme
- Overriding Plugin Function in Child Theme
- Custom Post Type homepage template
- WP not recognizing custom post type / template
- Create a custom taxonomy template that loops through child categories in term order?
- Display Posts Query with IF function
- My template won’t apply, theme still fallback to index.php
- Set generic reservation form for custom post type
- One Custom Post Type two different Templates
- handling templates and widgets for custom content types
- Conflict in function to allow single post template based on category
- How to make post templates to include shortcodes only?
- On click some element i want to use some template
- Post template with breadcrumb needs to show page navigated from
- Auto generate excerpt from ACF field on a CPT that does not support excerpt or content
- Accessing download link from the loop with WP Download Manager Pro
- Warning , Use of undefined constant PLUGIN_PATH?
- Turning archive templates to a page template maintaining the slug
- Custom taxonomy template for custom fields loop [closed]
- get_permalink() of page the enclosing page not posts
- WordPress Custom Post Type – Post Attribute: Template. Template shows up and saves on the back end, but the default theme file is being rendered
- Single taxonomy for different custom post types
- How to Create a Default Fixed Custom Posts layout for text and images
- Why did permalinks setting affect the pages?
- How should i name the .php file to show custom posts under a taxonomy’s term?
- How to make a custom search template for custom taxonomy?
- Custom post type with two templates
- Custom Post Type tag taxonomy “Page Not Found”
- DIVs not showing correctly on CPT?
- Why isn’t my custom post type using the corresponding custom post template?
- template structure for CPT not clear
- Load different template for CPT (in loop) in my plugin?
- Cannot modify a registered custom post type rewrite slug
- 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
- 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?
- how to pass args for archive.php query?
- Navigation links to posts in current term shortcode
- CPT Template Option to Top
- Show my custom post id if a country or ip
- How to create custom page templates with default page layout framework?
- How can I produce multiple webpages with a different output based on one entry/Page/custom Page?