Title: Adding a parameter to a custom post
Last modified: April 17, 2025

---

# Adding a parameter to a custom post

 *  [sacconi](https://wordpress.org/support/users/sacconi/)
 * (@sacconi)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/adding-a-parameter-to-a-custom-post/)
 * I have found these parameters
 *     ```wp-block-code
       /*     * The $supports parameter describes what the post type supports     */    $supports = array(        'title',        // Post title        'editor',       // Post content        'excerpt',      // Allows short description        'author',       // Allows showing and choosing author        'thumbnail',    // Allows feature images        'trackbacks',   // Supports trackbacks        'revisions',    // Shows autosaved version of the posts        'custom-fields' // Supports by custom fields    );
       ```
   
 * Instead of ‘author’ can I place ‘subscriber’? and can I display first name and
   last name of the subscribers? If the list of subscribers is long is it possible
   to place an autocomposer system?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fadding-a-parameter-to-a-custom-post%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Moderator [threadi](https://wordpress.org/support/users/threadi/)
 * (@threadi)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/adding-a-parameter-to-a-custom-post/#post-18123524)
 * It would be good to know the context of this list and where you want to use it?

Viewing 1 replies (of 1 total)

The topic ‘Adding a parameter to a custom post’ is closed to new replies.

## Tags

 * [php](https://wordpress.org/support/topic-tag/php/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 3 participants
 * Last reply from: [threadi](https://wordpress.org/support/users/threadi/)
 * Last activity: [1 year, 7 months ago](https://wordpress.org/support/topic/adding-a-parameter-to-a-custom-post/#post-18123524)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
