Title: include table in author.php
Last modified: August 20, 2016

---

# include table in author.php

 *  [Marxeo](https://wordpress.org/support/users/marxeo/)
 * (@marxeo)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/include-table-in-authorphp/)
 * Hello,
 * i want to include one of my tables in the author.php
 * How does this work, because of the reason that i can’t use a shortcode there?
 * Greets
    Marxeo

Viewing 1 replies (of 1 total)

 *  [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/include-table-in-authorphp/#post-2383345)
 * Hi,
 * thanks for your question.
 * You can actually use the Shortcode there, you just need to wrap it in PHP function.
   Just add
 *     ```
       <?php echo do_shortcode( '[table id=123 /]' ); ?>
       ```
   
 * whereever you want the table to appear.
    Instead of using `do_shortcode`, you
   could also use the WP-Table Reloaded Template Tag functions (see [http://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-english/documentation/](http://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-english/documentation/)),
   which have the same result.
 * Best wishes,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘include table in author.php’ is closed to new replies.

 * 1 reply
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [14 years, 9 months ago](https://wordpress.org/support/topic/include-table-in-authorphp/#post-2383345)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
