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
- Replacing the title in admin list table
- What for is the table “wp_commentmeta” exactly?
- WordPress Unit Testing – Cannot Create Tables
- Changing title of a page dynamically from within a plugin
- Insert data in database using form
- When is it appropriate to create a new table in the WordPress database?
- the_title() and the_permalink() won’t work on AJAX calls
- Remove “Private” + “:” in title does not work
- How to get page’s ID if I know the title only?
- 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
- wp-admin: Sort users by surname
- Looping through tabular data
- update a post meta from a single table cell TablePress
- The plugin generated x characters of unexpected output, $wpdb not defined
- Get multiple db prefix with $wpdb
- Get random row from custom table
- 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
- Is there any difference between get_the_title() and single_post_title()?
- How to change the page title from functions.php
- Including a post title in a twitter link
- Moving to another host; which tables to move in a database
- the_title filter returning wrong post type
- WordPress mysql table double prefixes
- How do I hide the current page’s title?
- Custom post type title is set by other custom post type
- Storing product price data in the database
- WordPress Multisite – can I somehow merge the tables?
- WooCommerce/WordPress: how hide entire table form after submit (Admin Dashboard)?
- DROP TABLE with uninstall hook not working
- Store multiple custom field as post meta per post(css, js, html, 2 link) [closed]
- problems with loading posts in a table-row
- WordPress editor not creating tags properly in tables
- Problem with tables (huge data) on Word-press site
- Gravity Forms – jQuery in List Field [closed]
- how i can add title to my featured image?
- Access get_the_title() from ‘excerpt_length’ filter
- Least expensive way to get table prefix in multisite installation
- Multiple instance of data in plugin custom database table on plugin activation
- How to output the title of the blogs home page
- Why Query is returning empty array?
- Get title of post image is attached to
- Multiple Rows in a using wp_query
- Title on hovering on the featured image
- Search within table?
- HTML tables in content areas
- Best tools for preparing and styling a table [closed]
- Multilanguage website get the title, on different languages
- How come I get internal server error even with try catch for get_the_title in functions.php?
- Print title page in header of a specific page
- Use title of post as argument for query
- How can ι create my own (custom) WordPress table/list?
- Custom Columns for Custom Post Type Manager
- WordPress title as keywords (tags) with excluded stop words
- Use members from 1 site on another one
- Should I use an additional column in the DB?
- Table appears in Visual mode of editor but not in preview or after publish
- more tables created when create a new site
- How to get changed post title in my custom plug-in which fires when ‘save_post’ is called?
- Need to add/remove group of options and display them as rows
- Table Sorter sort by span title?
- WordPress search on a custom table
- How to ignore WP_ERROR caused by “get_the_excerpt” method in an AJAX call?
- Add HTML code before the title of the Tag page
- How to search posts by title with special characters in WP_Query?
- Create single{custom}.php with data in table out of wp_posts
- Change colour of table td based on value
- Show a table from data submitted by a form from a user
- Include custom table in query
- Loop posts in a table ordered by a custom field value
- Add pagination to table generated by wp_query
- Hide H1 Title using the_title filter
- Replace get_the_title and the_exerpt with custom arrays
- How to get value from wp_usermeta table in database?
- How to set an exact search box in tablepress plug-in