You need 3 separate loops. One for each row, with each post creating a new column:
<div class="acadp">
<table>
<tr>
<?php while( $acadp_query->have_posts() ) : $acadp_query->the_post(); ?>
<td><?php the_title(); ?></td>
<?php endwhile; ?>
</tr>
<tr>
<?php while( $acadp_query->have_posts() ) : $acadp_query->the_post(); ?>
<td><?php the_content(); ?></td>
<?php endwhile; ?>
</tr>
<tr>
<?php while( $acadp_query->have_posts() ) : $acadp_query->the_post(); ?>
<td><?php the_author(); ?></td>
<?php endwhile; ?>
</tr>
</table>
</div>
<?php wp_reset_postdata(); ?>
Related Posts:
- Foreach Loop Of Post Types With Nested If Else If Not Completing Process
- Getting only direct child pages in WordPress with get_pages
- Query multiple custom post types in single loop
- error_log() output for print_r() appearing on page
- Allow only 1 taxonomy per custom post type [duplicate]
- Knowing the total number of posts before to get into the loop
- Do I require the use of nonce?
- Build a content and excerpt grid loop with paging and options for # of posts
- Retrieve multiple values passed to a single attribute in a shortcode
- How to change date language without changing the entire site language?
- Save selected item from dropdown menu in a meta box as a metadata value for a custom post type
- How to loop over custom fields in a page template?
- Alter secondary loop to exclude posts from current page category
- OOP Plugin Development. Including external object
- Authenticating to WordPress, using my own authentication two-factor system
- Use composer to load custom classes [closed]
- Why when I instantiate wp_error in a validation method my user registration method stops working?
- Create table in database when activating plugin
- Problem with WordPress Ajax form
- allow user to select pages from dropdown in my plugin
- Using Font Awesome as post thumbnail
- How to set a custom path, for ajax image upload folder in admin?
- admin-ajax.php responding with 0
- How do I use the Simple HTML DOM Parser in plugin when other plugin already uses it?
- Will simple function names in a class structure conflict with other plugins?
- How can I add pagination and how can I change thumbnail size?
- Instantiate class to be available to all plugin functions
- How to test nonce with AJAX – Plugin development
- WP nonce invalid
- How can i upload images in an admin page?
- Show css depending on activity type in BuddyPress activity-loop [closed]
- Retrieve $_POST data submitted from external URL in WordPress(NOT API)
- Reprinting tags with all attributes
- Update results, Before deleting the related category [closed]
- Adding function to Genesis genesis_header [closed]
- Checking array against author id in loop
- How do I Turn This Into An if statement?
- Custom plugin settings link doesn’t append current class to menu item when visited? Why?
- How to hook code to show after the_content?
- Using and saving custom dropdown boxes on user profiles
- Problem with AJAX in wordpress plugin
- How to avoid duplicates when creating recent network posts
- variable value disappears in a second loop
- Can a plugin redirect product page based on IF condition?
- Save html content of a widget textarea
- Why my loop isn’t working? [closed]
- Get all posts as an array ID => Name
- How to get post ID from button and pass title to Modal
- Why does my settings form redirect to the homepage?
- Display child page content of a specific parent on home page
- Do not duplicate posts with multiple categories in multiple loops
- How to override a plugins script
- How to wrap every 3 posts in a div (and close the last div too) [closed]
- Dividing the loop to style post differently
- Woocommerce custom Plugin in wordpress [closed]
- WordPress loop is not working
- Problem in replacing the_content with the_excerpt()
- Search AJAX Filters – Multiple Query Loops Into One Loop (Optimization)
- Post form – AJAX won’t upload featured image – Plugin development
- Pagination contents not changing in Front page WordPress
- Plugin won’t output characters with diacritics properly
- Display all categories including sub categories under a list ul
- WP Hook Before a post is created
- Where does php code to load data go?
- Adding new divs with custom classes to products on WooCommerce shop page [closed]
- Store user form submitted information in post type
- Problem with my Login Plugin
- How to return html as a string from php for WordPress
- Latest posts feed with a specific post always first
- Taxonomy Child Term, Counter is staying on 0
- Need help with format of nested array in MySQL
- How to add delete, approve, spam Links to Comments
- Help on Wp_query to print an term
- How fix error in the WordPress loop?
- Upload images from one server to an other in wordpress
- Setting at job with shortcode not working
- Run code before WordPress loads and insert data into WP if need be
- Efficient way of querying for a “fallback” post?
- PHP: Why does my code work in index.php but not a widget?
- Loop 1 user randomly
- Create a hierarchical loop at predefined markup requirements
- enumerating custom taxonomies?
- How to use Amazon Elastic Transcoder from WordPress using AWS SDK for PHP?
- Accessing Variables Used In a Plugin Using PHPStorm + XDebug
- How to display thumbnail if post is assigned one otherwise not
- Pagenav Not appearing on custom Template
- Remove the_content From Loop
- Adding if statement to content for homepage
- Tables not showing divs and loop/php items
- Pagination in category.php not functioning
- How to handle parent and child pages?
- How to create a loop that will display one post and stop?
- I’m not able to get access $wpdb in my php file in wordpress
- How do I change the Go To Categories link in the term_updated_messages
- Woocommerce Convert existing order to the cart
- Redirect posts to post editor page based on query string
- Load style and script for custom post type metabox
- Permissions error when I use my plugin to delete comments in the front-end
- Issue with WordPress Plugin Activation Hook and Table Creation
- Too few arguments – wp_login action