Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7854713
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T20:09:29+00:00 2026-06-02T20:09:29+00:00

I just made a custom post type. How do I display the Tag panel

  • 0

I just made a custom post type. How do I display the Tag panel on the sidebar same as what the Post post type has?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T20:09:30+00:00Added an answer on June 2, 2026 at 8:09 pm

    add this line to the section you register_post_type in functions.php in your theme folder

    'taxonomies' => array('category', 'post_tag') 
    

    The full code is looks like this

    add_action( 'init', 'create_post_type' );
    function create_post_type() {
    register_post_type( 'posttypename',
            array(
                'labels' => array(
                    'name' => __( 'PostTypeName' ),
                    'singular_name' => __( 'PostTypeName' )
                ),
                'public' => true,
                'has_archive' => true,
                'rewrite' => array('slug' => 'posttypename'),
                'supports' => array( 'title', 'editor', 'excerpt', 'custom-fields', 'thumbnail' ),
                'taxonomies' => array('category', 'post_tag') // this is IMPORTANT
            )
        );
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So I've just made a custom post type for my wordpress theme named Products.
Made a custom post type, Events, great. Now I want to get a second
I have made a basic ascx control which is just a panel with a
I'm having a serious problem with custom post types in Wordpress. I made a
I'm currently using a custom made library at my job. Until just rencently the
I just made a custom IP in Xilinx it generated a user_logic file which
I am trying to set up a new custom post type and create a
EDIT: Solution at bottom of post. I've got a custom GreaseMonkey script I made
I have made a custom afterFind function in a model, but I just want
So I've made a custom ArrayAdapter to populate my Lists, which just overrides getView(int

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.