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

  • SEARCH
  • Home
  • 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

Related Questions

I am using Custom InfoPath Task Forms in my project. For form registering, I
On the OnPreRender of my custom server control, I am registering an alert to
I have implemented a custom list view which looks like the twitter timeline. adapter
Working on writing a custom property Handler for our custom file type in windows
I have a listview with custom array adapter, the view allows the user to
I created a custom block for my Drupal 7 install like this: /* *
I have created a custom Array Adapter to bind a custom row that contains
I'm registering multiple metaboxes in my write posts panels. In functions.php: $meta_boxes[] = array(
I have created a custom activity with an InArgument like so: public sealed class
I'm using OpenRasta 2.0.3214.437 in an ASP.NET 4 web application. I'm registering a custom

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.