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 1011477
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T09:14:25+00:00 2026-05-16T09:14:25+00:00

I am registering a custom post type like so: register_post_type(‘agent_info’, array( ‘labels’ => array(‘name’

  • 0

I am registering a custom post type like so:

register_post_type('agent_info', array(
                'labels' => array('name' => __('Agents'), 
                           'singular_name' => __('Agent'),
                           'add_new_item' => __('Add New Agent'),
                           'edit_item' => __('Edit Agent'),
                     ),
                    'public' => true,
            '_builtin' => false,
            'query_var' => true,
            'rewrite' => array('slug' => 'agents', 'with_front' => false),
                    'show_ui' => true,
                    'supports' => array('title')
            ));

and when i try to access an agent using ‘/agents/agent-name-slug’ i get a 404 error, but i change agents to agent_info, it works fine. What am i missing to allow the rewrite stuff to work properly?

  • 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-05-16T09:14:26+00:00Added an answer on May 16, 2026 at 9:14 am

    Two things to check: are you hooking the post type registration onto init? and are you flushing the rewrite rules each time you change the rewrite slug?

    If you’re not hooking onto init, you should.

    To flush rewrite rules, just go to the permalinks settings page. You don’t even need to click save. It’ll rewrite the rules as soon as you go there.

    Also, I don’t know if you realize this, but that won’t give you a list view of your post type. To enable that, you have to add this also to your init hook:

    add_rewrite_rule( 'agents/?$', 'index.php?post_type=agent_info', 'top' );
    

    After adding that code, go back to the permalinks settings page.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 541k
  • Answers 541k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Generally, it's not. Usually if getting something would involves doing… May 17, 2026 at 2:49 am
  • Editorial Team
    Editorial Team added an answer CPython is garbage collecting objects as soon as they go… May 17, 2026 at 2:49 am
  • Editorial Team
    Editorial Team added an answer There exists the macro definition: #define __SOCKADDR_COMMON(sa_prefix) \ sa_family_t sa_prefix##family… May 17, 2026 at 2:49 am

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

I have implemented a custom list view which looks like the twitter timeline. adapter
I was thinking about Registering an Application to a URL Protocol and I'd like
A Rails application with a RESTful interface needs to accept POST data using a
I have been trying to determine a best case solution for registering a COM
I wound up inheriting a site which seems like it was originally designed to
I have a custom MFC control, subclassing CWnd. Other than providing OnPaint and PreSubclassWindow
I am using wpf Custom Commands. While writing a custom Command, one need to
I have a custom dll (not registered) that I need to access via c#.
What's the best way for registering events for my UIView subclass, so that I
I am registering each Ajax call with Ajax.Responders.register of the Prototype framework. The idea

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.