you can use the_title($quiz)
instead of get_the_title()
Put this code
foreach($quiz_ids as $quiz_id){
echo '<th><a href="'.get_permalink($quiz_id).'" target="_blank">
'.the_title($quiz_id).'</a></th>';
}
Hope this will help you
Related Posts:
- Display Tables in a slider
- Why majority of fileds in wp_posts table prefixed with post_?
- How to insert more than one row of data into a table at one time
- Tablepress won’t update the table data [closed]
- WP_List_Table error on WordPress 4.4
- Bulk actions redirects to “options.php” page when clicked (WP_List_Table)
- putting wp_query data into html table
- Looking for a simple tool to update a table
- Table editing in WordPress
- How can I add a row in a table from a Linux Shell?
- WordPress admin Tables use to display own data – In admin WP
- Creating a Restaurant Menu
- How to populate custom tables with rows of data
- Table not getting created upon activation of WP Theme
- How to build a dynamic data table with backend fields for the user
- How to add custom field to wp_list_table
- database select issue
- get table prefixes for SUB-SITES?
- WordPress Table didn’t look right
- CSS for Table Rows and Columns
- How can I create this type of table/catalog? [closed]
- table chaos since upgrade to 4.8
- Where are wordpress custom types stored?
- Is it mandatory to use $wpdb->prefix in custom tables
- What is the use of to_ping and pinged column?
- Replacing the title in admin list table
- Whats the best way to share user data across multiple WordPress websites?
- Is there any difference between the_title() and echo get_the_title()?
- What for is the table “wp_commentmeta” exactly?
- Use a separate custom table (not posts) to handle file upload data
- Removing filter dropdown in posts table (in this case Yoast SEO)
- WordPress Unit Testing – Cannot Create Tables
- Changing title of a page dynamically from within a plugin
- Insert data in database using form
- How can I extend the Gutenberg table block transform to allow colspans/rowspans on pasted table elements?
- When is it appropriate to create a new table in the WordPress database?
- Has parent field in the table wp_term_taxonomy has term_id or term_taxonomy_id
- the_title() and the_permalink() won’t work on AJAX calls
- Remove “Private” + “:” in title does not work
- How to implement WP_List_Table? WP_List_Table giving array instead of a value in listing table
- How do you display posts in a dynamic table?
- Create a formatted table-like menu
- How to split up the_title and insert a span tag
- How To Make Connection To WordPress Data Base In A Plugin?
- Get post title with link
- How to get page’s ID if I know the title only?
- Are custom post types suitable for storing high numbers of data elements, in this case chat messages?
- the_title(); works in a page template, outside the loop. Why?
- Creating search form for custom database table
- Is there a wordpress function to cleanly delete an entry in the signups table?
- Create custom column in post table in wordpress
- BuddyPress: What’s the use of wp_bp_xprofile_data table and how does it get updated? [closed]
- Include custom table into search results
- How to get user ID during registration and add it to a custom table
- Get post/page title from ID
- Modifying recent post widget to include icons for post titles
- wp-admin: Sort users by surname
- Can’t pass table to $wpdb->prepare
- Customizing WP tables or adding new ones?
- Looping through tabular data
- Hiding posts and pages in panel
- update a post meta from a single table cell TablePress
- update custom post type meta from a shortcode
- Remove Line Breaks From Cell Content in WordPress
- How to Use Resposive Tables in WordPress ADMIN Pages?
- Save custom post type in different table
- Replacing the title in admin list table
- Visual Editor freezing on text highlight since 4.3
- How to update BuddyPress xprofile fields programmatically? [closed]
- Should I global $wpdb outside of any of my plugin’s functions scope?
- How to add hook to the_title() and get_the_title()
- posts order by title second word
- get the_title_attribute by id
- custom field to always to .get_the_title()?
- stdObject stored in database. How does one convert it to usable format?
- The plugin generated x characters of unexpected output, $wpdb not defined
- Get multiple db prefix with $wpdb
- How to display thumbnail + tags + title of a child page?
- Add table controls with wp_editor minimal editor configuration (‘teeny’)
- Get random row from custom table
- Database with mixed collation (utf8mb4 & utf8_general_ci)
- how to change appearence of the content of default post list columns?
- Multiple Conditions for Child Page Title
- How to intercept Post Title on Post-Save
- Return number of items in a table with post id
- Table for plugin-list-category-post? [closed]
- How can I add data to a custom column in the Users section of the wordpress backend?
- HTML table from shortcode with multiple parameters
- How to edit mySQL wp_posts table from plugin php?
- What table is the media’s sort order stored?
- Custom fields on a virtual page
- Creating table with plugin is not working
- Filter get_the_title to remove certain characters?
- Why my database table not created on activation?
- get_title without filter(the_title)
- Is there any difference between get_the_title() and single_post_title()?
- How to change the page title from functions.php
- Long Post Title Misaligning Grid with Featured Image
- get_posts() loop returns the same the_title() for each post
- Can’t get title of latest post